home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 February: Tool Chest / Dev.CD Feb 00 TC.toast / pc / about this cd / feb 00 developer cd assistant (.txt) < prev   
Encoding:
FileMaker Pro Database  |  2000-01-12  |  3.8 MB  |  101,153 lines

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1.  Copyright 1984-1998 FileMaker, Inc. 
  2. HBAM2016AUG95
  3. Pro 3.0
  4. system
  5. edding
  6. profile
  7. documentation@
  8. news@
  9. accessed@
  10. block@
  11. cancelwindowcheckout@
  12. card@
  13. describes@
  14. fixing@
  15. images@
  16. improving
  17. national@
  18. overview@
  19. pool@
  20. quit@
  21. simpler@
  22. summary@
  23. summary
  24. maccalendar
  25. control
  26. strip
  27. module
  28. displays
  29. summary
  30. xcmds
  31. xfcns
  32. perform
  33. summary
  34. allows
  35. developer
  36. monitor
  37. therefore@
  38. versions@
  39. within@
  40. debug@
  41. network@
  42. stack@
  43. disposeresource
  44. debugging
  45. resource
  46. handles@
  47. multi-processing@
  48. appleevent@
  49. HBAM3016AUG95@
  50. APPLESCRIPT_BROWSER
  51. APPLESCRIPT_OPEN
  52. CDDATE
  53. CDNAME
  54. CDTITLE
  55. CONSTANT
  56. CONTENTS
  57. CURCNT
  58. CURREC
  59. CUSTOMSEARCH
  60. DESCRIPTION
  61.         FINDFIELD
  62. KEYWORDS
  63. KEYWORDSCALC
  64. NEWREVISEDCALC
  65. PATHNAME
  66. PATHNAMECALC
  67. PORTALCOLOR
  68. PORTALFILTERCALC
  69. PORTALSELECTIONCALC
  70. RECEIVED
  71. RECORDID
  72. REQUIREMENTS
  73. SEARCHSELECTED
  74. SHOWPATHNAME
  75. SHOWTEXT
  76. STATUS
  77. UPDATED
  78. WEB_FTP_URL
  79. _COLOR
  80. _CONTENT
  81. _CUSTOMFIND
  82. 2)    _HELPTEXT
  83.     _KEYWORDS
  84. _NAME
  85. _PORTALCLICK
  86. _PORTALFILTER
  87. _PORTALFILTERFIND
  88. _PORTALSELECTION
  89. _PORTALSELECTIONMATCH
  90.     _RECEIVED
  91. _REQUIREMENTS
  92. _SEARCH
  93. _SEARCHFIELD
  94. _SEARCHPACKAGE
  95. _SHOWPATHFLAG
  96. _UPDATED
  97. Sunday
  98. Monday
  99. Tuesday
  100.     Wednesday
  101. Thursday
  102. Friday
  103. Saturday
  104. January
  105. February
  106. March
  107. April
  108. August
  109.     September
  110. October
  111. November
  112. December
  113. 1st Quarter
  114. 2nd Quarter
  115. 3rd Quarter
  116. 4th Quarter
  117. ?P9W#P
  118. 1/12/009
  119. Closing Screen
  120. Intro
  121. Browser
  122. Package Info
  123. @>A    Developer
  124. Find Fewer Choices
  125. Find More Choices
  126. RecordID
  127. Custom Find
  128. Browser Custom Search
  129. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  130. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  131.  "") & "
  132. ! & "
  133.  "new") 
  134.  "updated") 
  135.  "New & Revised" 
  136.  "" )
  137. All Packages
  138. Mac OS SDK Edition
  139. Tool Chest Edition
  140. Reference Library Edition
  141. System Software Edition
  142. updatedG
  143. New & Revised
  144. PortalSelectionCalc
  145. ^("") )
  146. NameB
  147. CurCntB
  148. CurRecB
  149. DescriptionB
  150. ContentsB
  151. ReceivedB
  152. UpdatedB
  153. RequirementsB
  154. KeywordsB
  155. PathNameB
  156. PathNamecalcB
  157. ) - 1 )
  158. " & " - ")
  159. _SearchB
  160. SearchSelectedB
  161. _PortalClickB
  162. _ShowPathFlagB
  163. ShowTextB
  164.  = 1 
  165.  "Hide Path" 
  166.  "Show Path" )
  167.     Hide Path
  168.     Show Path2
  169. RecordIDB
  170. _ColorB
  171. ConstantB
  172. A    FindFieldB
  173.  & " " & 
  174.      & " " & 
  175.  & " " & 
  176.  & " " & 
  177.  & " " & 
  178.  & " " & 
  179.  & " " & 
  180. PortalColorB
  181.  "" )
  182. _PortalSelectionMatchB
  183. ShowPathNameB
  184.  = 1 
  185.  "" )
  186. CDDateB
  187. CDNameB
  188.  3) + 1 
  189.  1) - 
  190.  " " 
  191.  3 ) - 1 )
  192. _SearchFieldB
  193. _SearchPackageB
  194. CustomSearchB
  195.  "Custom Search"
  196.  "" )
  197. Custom Search
  198.  "new")
  199.  "New"  
  200.  "updated") 
  201.  "Revised" 
  202.  "" )
  203. updatedG
  204. Revised
  205. AppleScript_OpenB
  206. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  207.  "" & "
  208. "try" & "
  209. "    tell application ""Finder""" & "
  210. "        open item """ & 
  211.  & """
  212. "        activate" & "
  213. "    end tell" & "
  214. "on error errMsg number errNum" & "
  215. "    --enter statements to perform when no records are found such as..." & "
  216. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  217. "    return" & "
  218. "end try"
  219. A--set theItem to choose file -- uncomment to test in an AS editor
  220.     tell application "Finder"
  221.         open item "
  222.         activate
  223.     end tell
  224. on error errMsg number errNum
  225. F    --enter statements to perform when no records are found such as...
  226. E    display dialog "Sorry, the item you selected could not be found."
  227.     return
  228. end try
  229. AppleScript_BrowserB
  230. StatusB
  231. KeywordsCalcB
  232.  ", " 
  233. _NameB
  234. _PortalFilterFindB
  235. _DescriptionB
  236. _RequirementsB
  237. +A    _KeywordsB
  238. ,A    _ReceivedB
  239. _UpdatedB
  240. _ContentB
  241. Web_FTP_URLB
  242. _WebB
  243. CDTitleB
  244.  1) - 1 )
  245. l Packages
  246. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  247.  "" & "
  248.  "try" & "
  249. "    tell application ""Finder""" & "
  250. "        open item """ & 
  251.  & """
  252. "        activate" & "
  253. "    end tell" & "
  254. "on error errMsg number errNum" & "
  255. "    --enter statements to perform when no records are found such as..." & "
  256. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  257. "    return" & "
  258. "end try"
  259. A--set theItem to choose file -- uncomment to test in an AS editor
  260.     tell application "Finder"
  261.         open item "
  262.         activate
  263.     end tell
  264. on error errMsg number errNum
  265. F    --enter statements to perform when no records are found such as...
  266. G    display dialog "Sorry, the folder you selected could not be found."
  267.     return
  268. end try
  269. elds then click Find or hit Enter.
  270. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  271.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  272.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  273. ackages list on the Browser screen.
  274. 0_    Any Field`
  275. All Packages
  276. HelpB
  277.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  278. IntroB
  279. Homem
  280. Quitn
  281. Browsero
  282. Find...p
  283. Homem
  284. Quitn
  285. Browsero
  286. Find...
  287. BrowserB
  288. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  289. navigating content on the Developer CD Series from Apple Developer Connection.
  290. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  291. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  292. tly to the package folder on the CD.
  293. The Find... button allows you to do full-text searches on all content available on the 
  294. Developer CD Series.
  295. More complete usage instructions are accessed by clicking the Help button.
  296. To quit the Developer CD Series Assistant, click Quit.
  297. Helpe
  298. Find...f
  299. Quith
  300. Browser
  301. Package InfoB
  302. Current Selection:{    <<
  303. ABBF>>
  304. F!Double-click title for more info.
  305. Find...
  306. Open Folder
  307. Package Info
  308. Export List
  309. Browser
  310. Open Folder
  311. Package Info
  312. Export List
  313. A    DeveloperB
  314. DescriptionR
  315. Revision InfoS
  316. FilesV
  317. RequirementsW
  318. Keywords[    Released:\
  319. Revised:b
  320. ABAI>> of <<
  321. ABAH>>h
  322. Current Selection: <<
  323. ABAB>>o    <<
  324. ABCC>>
  325. Web/FTP URL
  326. Open Folder
  327. Find...
  328. ABBF>>
  329. Browser
  330. Find Fewer ChoicesB
  331. A    DeveloperC
  332. Package InfoH
  333. HelpI
  334. Find...J
  335. Open Folder
  336. Current Selection:Q
  337. (Double-click to open)T
  338. QuitY    <<
  339. ABBF>>[.Import with auto update for record ID numbers.`
  340. Portal Selectiona
  341. Show Path Flagd
  342. Click Selecth
  343. Color for Portal Row Selectionk
  344. Show Portal Path}    Released:~
  345. Revised:
  346. Open Folder
  347. ABAI>> of <<
  348. ABAH>>
  349. From Package Info
  350. From Browser
  351. From Browser
  352. From Package Info
  353. Browser
  354. A    DeveloperC
  355. Package InfoH
  356. HelpI
  357. Find...J
  358. Open Folder
  359. Current Selection:Q
  360. (Double-click to open)T
  361. QuitY    <<
  362. ABBF>>[.Import with auto update for record ID numbers.`
  363. Portal Selectiona
  364. Show Path Flagd
  365. Click Selecth
  366. Color for Portal Row Selectionk
  367. Show Portal Path}    Released:~
  368. Revised:
  369. Open Folder
  370. ABAI>> of <<
  371. ABAH>>
  372. From Package Info
  373. From Browser
  374. From Browser
  375. From Package Info
  376. Browser
  377. Find...
  378. Open Folder
  379. ABBF>>
  380. Rectangle Buttons
  381. Find...
  382. Status:
  383. Joint Solutions
  384. Marketing
  385. Specialists
  386. in Web, Print 
  387. and Electronic
  388. Media
  389. 831.471.1500
  390. info@jointsolutions.com
  391. www.jointsolutions.com
  392. Database design: Sheila Kliewer
  393. Data Wizard 831 336-2129
  394. sheilasgk@aol.com
  395. www.DataWizardFMP.com
  396. Find More ChoicesB
  397. Find any package containing:
  398. Cancel
  399. containst    any field
  400. Cancel
  401. More Choices
  402. To search for specific text within package title, package descriptions, or filenames:
  403.  To search any field for a keyword, enter your desired search criteria.
  404.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  405. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  406. Find (fewer choices)
  407. RecordIDB
  408. RecordID
  409. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  410. HTML Text Extractor
  411.  and 
  412. PDF Text Extractor
  413. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  414. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  415. Description
  416. Revision Info
  417. Files
  418. Requirements
  419. Keywords
  420. Released
  421. Revised
  422. Disk/Edition
  423. Web/FTP URL
  424. Cancel
  425. Fewer Choices
  426. Find (more choices)
  427. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  428. gress.
  429. d by your search will appear in the packages listB
  430.  on the Browser screen.
  431. masterB
  432. Unlock Status Bar
  433. Intro
  434. Quit Button
  435. Quit JSM
  436. Browser
  437. Package Info
  438.  = "Custom Search"
  439. Custom Search
  440. Browser Portal
  441. ) = 0    
  442. Show Path
  443. Browser Portal Validation
  444. ) > 0
  445. A    Auto Open
  446. "New & Revised"
  447. New & RevisedB
  448. Go To Record Next
  449. Go To Record First
  450. Go To Record Last
  451. Go To Record Previous
  452. A    Developer
  453. Find Cancel
  454. "All Packages"
  455. All Packages
  456. Find More Choices
  457. Find Fewer Choices
  458. "Any Field"
  459.     Any FieldB.
  460. "All Packages"
  461. All Packages
  462. Find...
  463. "Any Field"
  464.     Any FieldC.
  465. "All Packages"
  466. All PackagesD
  467. Find Execute
  468. A    Find None
  469. )  = 0    
  470.     Try Againgl
  471. cript"
  472.  "1")
  473. CanceloggleDoScript
  474. Toggle
  475. No packages match your request.C+
  476. ) = 1    
  477. "All Packages"
  478. All Packages
  479. A    Find Some
  480. "Custom Search"
  481. Custom Search
  482. A    Find Prep
  483. "Custom Search"
  484. Custom Search
  485. A    Find Prep
  486. Find Request
  487. Find Request
  488. Package Open Folder
  489. Browser Open Folder OLD
  490. ) = "Browser"    
  491. Browser
  492. Z] ow templates in Ne
  493. Canceldialog`
  494. Select a Package to open.D>
  495. ) =  "Package Info"    
  496. Package Info
  497. Import From Master
  498. ) = "Find More Choices"    
  499. Find More Choices
  500.   = "All Packages"
  501. All Packages
  502.  = "Any Field"
  503.     Any Field
  504.  = "Package Title"
  505. Package Title
  506.  = "Any File Name"
  507. Any File Name
  508. Find More Clear
  509. Find More Find
  510. Export List
  511. Cancel
  512. Save the current list to a text file called "Developer CD Search Results"?B+
  513. ) = 2    
  514. AppleScript_Browser
  515. AppleScript_Open
  516. -nulltell application "Developer CD Series Assistant"
  517.     set CDTitle to get data cell "CDTitle" of current record
  518. end tell
  519. tell application "Finder"
  520.     if (disk CDTitle exists) is false then
  521.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  522. end tellFasdUAS 1.101.10
  523. -nulltell application "Developer CD Series Assistant"
  524.     set CDTitle to get data cell "CDTitle" of current record
  525. end tell
  526. tell application "Finder"
  527.     if (disk CDTitle exists) is false then
  528.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  529. end tellFasdUAS 1.101.10
  530. .coregetd****
  531. CDTitle
  532. cdtitle
  533. CDTitle
  534. Developer CD Series Assistant
  535. eAFDCT
  536. Patagrande
  537. Developer CD Series Assistant
  538. 'APPLAFDC
  539. Developer CD S
  540. eries Assistant 
  541. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  542. :Developer CD Series Assistant
  543. Net Ref Zone
  544. tyler.jointsolutions.com
  545. Patagrande
  546. Tyler Stone
  547. .coredoexbool
  548. cdtitle
  549. CDTitle
  550. boovfals
  551. .sysodlogaskr
  552. AThe item you selected could not be found. Please insert the CD - 
  553. cdtitle
  554. CDTitle
  555. Cancel
  556. Continue
  557. Continue
  558.     thechoice
  559.     theChoice
  560. Finder
  561. Patagrande
  562. Finder
  563.     l@FNDRMACS
  564. System Folder
  565. Patagrande:System Folder:Finder
  566. Ref Zone
  567. tyler.jointsolutions.com
  568. Patagrande
  569. Tyler Stone
  570. .aevtoappnull
  571. .aevtoappnull
  572. .coregetd****
  573. cdtitle
  574. CDTitle
  575. .coredoexbool
  576. Button: Web
  577. Browser Portal OLD
  578. Find Prep OLD
  579. .coregetd****
  580. CDTitle
  581. cdtitle
  582. CDTitle
  583. Developer CD Series Assistant
  584. Patagrande
  585. Developer CD Series Assistant
  586. 'APPLAFDC
  587. Developer CD S
  588. eries Assistant 
  589. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  590. :Developer CD Series Assistant
  591. Net Ref Zone
  592. tyler.jointsolutions.com
  593. Patagrande
  594. Tyler Stone
  595. .coredoexbool
  596. cdtitle
  597. CDTitle
  598. boovfals
  599. .sysodlogaskr
  600. AThe item you selected could not be found. Please insert the CD - 
  601. cdtitle
  602. CDTitle
  603. Cancel
  604. Continue
  605. Continue
  606.     thechoice
  607.     theChoice
  608. Finder_
  609. Patagrande
  610. Finder
  611.     l@FNDRMACS
  612. System Folder
  613. Patagrande:System Folder:Finder
  614. Ref Zone
  615. tyler.jointsolutions.com
  616. Patagrande
  617. Tyler Stone
  618. .aevtoappnull
  619. .aevtoappnull
  620. .coregetd****
  621. cdtitle
  622. CDTitle
  623. .coredoexbool
  624. .sysodlogaskr
  625.     thechoice
  626.     theChoice
  627. ) = -128    
  628. cdtitle
  629. CDTitle
  630. boovfals
  631. .sysodlogaskr
  632. Import From Master
  633.     Developer
  634. Unlock Status Bar
  635.     Auto Open
  636. Intro
  637. Package Info
  638. Browser
  639. Quit Button
  640. Quit JSM
  641. Button: Web
  642. Package Open Folder
  643. Browser Open Folder OLD
  644. Browser Portal
  645. Browser Show Path
  646. Browser Portal Validation
  647. Go To Record First
  648. Go To Record Previous
  649. Go To Record Next
  650. Go To Record Last
  651. Find Cancel
  652. Find More Choices
  653. Find Fewer Choices
  654. Find...
  655. Find Execute
  656. :    Find Prep
  657. Find Request
  658. >    Find None
  659. @    Find Some
  660. Find More Clear
  661. Find More Find
  662. Export List
  663. AppleScript_Browser
  664. AppleScript_Open
  665. Browser Portal OLD
  666. Find Prep OLD
  667. _    Any Field`
  668. All Packages
  669. oqtutwS6
  670. ingVfp;
  671. mtiEi]B
  672. {M{nH
  673. nro`v6Z
  674. nrruq'
  675. nrquj 
  676. nrvxj11*i
  677. ncSitmc-n
  678. peEFQ`h0Gj>Y
  679. xON\mu5MqA`
  680. lpoid
  681. yrrq0b
  682. glnnopn:m
  683. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  684. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  685. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  686. qy;BA@HVP^fgjFJ\A-/34@FeU`
  687. ;)Hed\gQSGG=?hfW_aeYGZtj
  688. ~lWtmzinl`BSVNN*XLFkuubxvy
  689. CANubb/f
  690. Yzm-qe
  691. 878(S
  692. KWZYXYZI.-,,-,-,*-)*
  693. &-**,* 
  694. !.0,.(
  695. )<GKLJ@DGINJFLNKKHEHGHO
  696. LKNLL
  697. @\[Z\MT^TV[ZWXYZ
  698. a-;.D9q*Xp}
  699. [I%.h.~
  700. u]XSby
  701. z(JB90
  702. qUUD>=g
  703. tC%Gxbg^Ia1C
  704. ]LIWSQGFXc
  705. gjoD2$30LL
  706. 344GVSVL5
  707. !4KG<P4)?>.0<(S
  708. 5KXOKQS=*)&+,+("
  709. (&$%'
  710. +>NORP@ILNSJKSRPPJHCJOTSSPTRR
  711. GLRHQNPXRVPKGM
  712. ztxws
  713. 6#4.s8SZm
  714. -Y2agsqvwnRCF\rwlrxstx
  715. S+jD>]yh{
  716. =68NvL1JbPHpbX^riOAO[heb]RkJRLHO>YmpZNUPTj\4DL_
  717. a[]gY`YOY]o\^jA;252?>01E?>G;8F%
  718. ';B.06=>?
  719. ?30782#0*N 2:?N
  720. %(%**
  721. (<FLLH>EFFMHGLKJLIDGDF
  722. MZKNNF
  723. *@:4>:-AD8>B
  724. FO6)ZP;
  725. kkGJUY^DAPje|p
  726. AN=M*GALs
  727. HMxqq*N
  728. z3[lx]8
  729. u441`
  730. p^Lao
  731. XOe\*nk=G`
  732. o6wzCS
  733. qPM8IHm
  734. zL9VwsvaQrBG
  735. _UJaRLQ;=b
  736. TG>6(:H!8?BRTNSXM<
  737. HV"#%;LGTI=DD
  738. MUTF:
  739. qSPb^igX*[zaDVu
  740. VG;(Fmc1eo
  741. YloMioY
  742. wfl?`u^dcf
  743. mjRg4N1B
  744. ^]2Rqtg\*ntg[9f
  745. q`[XZj.JYJ
  746. xyiZ,u
  747. QIW[YUs_\mzn
  748. XPM0W
  749. NT|;&k
  750. TTXKNq>L-Q
  751. Xmk7K
  752. lmg=b
  753. lZLF9&n
  754. {N25Qi@]
  755. wg[ah
  756. }J?s5,
  757. PON.V
  758. V?QO{
  759. xq`]@d
  760. xA[To
  761. D\W,19V
  762. 7Y@AB>D
  763. RepS%@Ra_q]
  764. xg_9Kd
  765. [MHAh
  766. dhdrY`
  767. r}v~woXp
  768. XwRexa
  769. ^5D0Yy
  770. =1DSe
  771. PIbijZZV
  772. h?Kyz
  773. }nsq~|
  774. C[cUE]g
  775. rexqri
  776. |kaii~
  777. H[jJU
  778. nY:&pf^if*ijg^4Z}
  779. Q}[M<
  780. v\fQ6aLERTG7^
  781. gNa{X\a
  782. luCFag
  783. ^<TXE\WV
  784. uas|z
  785. )4Z?oGf
  786. hK8AbfajF*(B\hHI
  787. bnctK[z
  788. VHKN|
  789. nYMZfh
  790. nIMgWk
  791. Y_[nrPj
  792. xM4E7^
  793. X\PwFK|
  794. t[YA:Gh
  795. lldU*Jh_vXR
  796. {q5:67
  797. 64/>R25
  798. ooRajhled
  799. d=_pk{
  800. vupmb
  801. cQSHxZ
  802. Mnfn[
  803. SN^b_na[i
  804. ^$Vcg\
  805. <Q~L|
  806. q/EB7
  807. a;CLaK!
  808. ~}Xiq
  809. YFSH$
  810. 03Q2b
  811. c;FD\
  812. l@-EC'
  813. e59KU9
  814. q[ruk
  815. wae)o
  816. {7bH;4zfW
  817. l]Zj{~u
  818. kjt{s
  819. nvus}}
  820. <XQV+&y
  821. vUb}3f
  822. 9VYP7Bn
  823. KW.8+E
  824. stwG,c
  825. \4CAV5o
  826. h[L^gjh_*acY;BRx
  827. c|y?^<
  828. \bADH
  829. JJNUj
  830. yOFWt
  831. {vqsu
  832. v:GHeF
  833. l@FfhSk*dAMEGt
  834. Zp')!O
  835. fOcKR
  836. tJbch
  837. ^r^W<0
  838. ^>Wz9j
  839. :Sbe.eC
  840. c!voRg.J
  841. e/c42
  842. uLfJx
  843. acnVo>d
  844. rRxBj
  845. \^mq:
  846. uQbAw
  847. LE),p
  848. ;AS8E9
  849. iadp}{{
  850. [TyaM3A
  851. iNOF\5
  852. WAS!<\
  853. bOU=3g
  854. ylDLspd*fc[N_
  855. POQ_T5]
  856. i?r3E
  857. qMxhk
  858. [pxf>
  859. yQwlsm|
  860. W9o>WW2T.I
  861. ndjP^ib*^SGU~
  862. Zko{du
  863. tWoA<d
  864. jO_Ok
  865. _::Ra
  866. {kY`h*geno|z
  867. j~TYr
  868. XZkwH
  869. qailSa
  870. dnho[<`
  871. g+G[n
  872. e]dS[
  873. iYQMCH
  874. 5;fye
  875. [RhX`VtQ
  876. Mz]feiOLq
  877. }lk._-]
  878. MAR<L=r
  879. ]KB@EUrp
  880. ]r`rO>Y
  881. u`}NU
  882. ?;6Z{
  883. XfiTV
  884. "nZOf
  885. pFGNe
  886. UDIbj
  887. MLcl`Wu
  888. rL}GIF^
  889. EVLDn
  890. )Q]e&T
  891. h*'@e[K.:b
  892. RX{qf
  893. 68_37
  894.  .FQT$
  895. 6U~D_w7`
  896. CZWYOa
  897. O,4^rBH
  898. x6<mtx
  899. VLMD~
  900. yZjK5
  901. aM5BNF6@CF
  902. hI`=pm
  903. [EWPnQy
  904. packages@
  905. chest@
  906. edition@
  907. library@
  908. edition@
  909. packages@
  910. reference@
  911. applications@
  912. broadcast@
  913. callfinder
  914. cd-rom@
  915. contextualmenumanage@
  916. control@
  917. enabler@
  918. news@
  919. 1994@
  920. sample
  921. compression/decompre
  922. sound
  923. manager
  924. component
  925. accuracy@
  926. adobe's@
  927. agree@
  928. among@
  929. animators@
  930. apple
  931. detectors
  932. technology
  933. scans
  934. searchi@
  935. appletalk/ip@
  936. applications@
  937. arbitrary@
  938. asip@
  939. autoguest
  940. control
  941. panel
  942. attempts
  943. prevent
  944. beyond@
  945. call@
  946. FaliA
  947. VDEFA
  948. VDEFA
  949. }lgopt
  950. 1OCVrr]|n_;!F|
  951. y7Rae93P]G<(&W
  952. C`ptbu
  953. Z251y
  954. uolEim?g
  955. iXoD|
  956. {O}?wT~
  957. DSffXNkQ|
  958. JdhdNPGqgj
  959. j90?_l\5?c
  960. wmzen
  961. \Pc3D
  962. krT,@GK6Xb1
  963. e?5rG?Y
  964. }J\fD}J
  965. ygwW|
  966. zeB'8
  967. {zA8]V6(+H{
  968. X8jrYKe
  969. aVRt_
  970. URgQDNSgdYd
  971. rfheUYtzM0
  972. du^^_
  973. xof_|
  974. y^`^o|j
  975. jxt<W
  976. y72@P0
  977. e.WfK5X
  978. bJD_w
  979. 8>_Bc
  980. tM:Gi_6
  981. U?Mf`WXXn_UvK
  982. x3>vV
  983. kjOYd
  984. D<2?|
  985. _DESCRIPTION
  986. )    _HELPTEXT
  987.     _KEYWORDS
  988. _NAME
  989. _PORTALCLICK
  990. _PORTALFILTER
  991. _PORTALFILTERFIND
  992. _PORTALSELECTION
  993. _PORTALSELECTIONMATCH
  994.     _RECEIVED
  995. _REQUIREMENTS
  996. _SEARCH
  997. _SEARCHFIELD
  998. _SEARCHPACKAGE
  999. _SHOWPATHFLAG
  1000. _UPDATED
  1001. DMq^Vq
  1002. qyyo|a
  1003. 8bzmd'e
  1004. ]6(0C
  1005. rpQVi
  1006. ^~L`G
  1007. 9;oS[]MX^SP_vS
  1008. c{a0h
  1009. {B\s63Hl[c7
  1010. ~748y69`
  1011. H7itJ
  1012. ZESG`|
  1013. eJX[w$4weF
  1014. ;R^td
  1015. S1es/FS
  1016. FE:2J
  1017. J5Twm`
  1018. F8a\s
  1019. Skra]QP
  1020. }En`_e
  1021. t7Aq213g
  1022. nRtrN6nu
  1023. uaZwn
  1024. bT;=}y
  1025. kTlpx{
  1026. sFHNOi
  1027. t`q@z
  1028. rfcza3t
  1029. tm{_k
  1030. c<@9E
  1031. jcL]ba
  1032. ^gGfd
  1033. @5qtq^ZcTj^kgo
  1034. yO;<p
  1035. }G9}sk
  1036. u}zlTk
  1037. vdois
  1038. cI)7l
  1039. h_hNKNN
  1040. mJ_PAk
  1041. D\yL,
  1042. Roezr
  1043. =k~fo
  1044. `R]zSux
  1045. NXBLL
  1046. hS_vJ
  1047. l<a^y
  1048. kvWzq@Y=
  1049. SR;20c
  1050. cayPPt\MMv
  1051. FG@Gcweo
  1052. *zrlQW
  1053. GiZUN
  1054. [VH>.
  1055. Yo[QRYVh
  1056. LmG z
  1057. d5omAUl^
  1058. VL{#gT
  1059. TIq\d
  1060. WE7%)
  1061. Hv@23d
  1062. ja_K(B
  1063. eKS{VAnNU
  1064. [8sxI8.@
  1065. X)[Z#;>`
  1066. oFUie
  1067. .9{ZT
  1068. MHu}82
  1069. zxrvk4h
  1070. bPC:3o
  1071. =bjgi
  1072. biC_{
  1073. `3x]=^[
  1074. l}PXE
  1075. luZbn1
  1076. _JA:.q
  1077. 6YTXZ|
  1078. \a?Ss
  1079. vfpmj
  1080. c?qfA
  1081. v17E[
  1082. X@XFN
  1083. eVyqZ
  1084. AamsP3R|
  1085. h*A^C~
  1086. v|{TG\G
  1087. {Gk>M
  1088. W.T|C
  1089. v+sQn]2Q~$:
  1090. n+cyw#
  1091. C6BjKC
  1092. DRQfs
  1093. uyMtd
  1094. W@V,6{
  1095. *e}*z
  1096. }zntbqIA7
  1097. bas\W
  1098. milAb
  1099. kC}UFtd
  1100. |arL.t
  1101. Y?7Nu
  1102. \SlzLoN+4=U
  1103. iJTx]s
  1104. lgt5N
  1105. B~Ztu:Ju*<
  1106. aKPbbc
  1107. UGO/kPj
  1108. }eqq_
  1109. mUVWaxs
  1110. s~aIp~k;=
  1111. sywVMS0Hq
  1112. hdALZjt]Q_b
  1113. _trF1
  1114. qy]|q_
  1115. =.GZq
  1116. NWQS-</(9@g
  1117. UR|8 
  1118. l@1Divj
  1119. .Yb3=w
  1120. O4ZNg
  1121. Ez]SMubEYUX
  1122. ^gdDV}rpf
  1123. RE,uaZ
  1124. O3#22a
  1125. uX|c~
  1126. fkwN7
  1127. }LDnEfa
  1128. ZmzRVW_
  1129. /XS]HlZG9
  1130. kEfG7LE13
  1131. {lPH9
  1132. ^kP0(
  1133. MB$4u@
  1134. SNl.{\
  1135. H.55t
  1136. s)seM
  1137. ^H2MzFD3e
  1138. iM@DR<%N\MFZjh?f
  1139. jkxwh
  1140. p"{p2
  1141. O0T&9
  1142. =2`_Q10K
  1143. LC~zD
  1144. p}doo}
  1145. U+G&9
  1146. w8R=t
  1147. KM6&g
  1148. @chEYpZc\@@Ef
  1149. jhY\K
  1150. a8@[G]
  1151. VHmaVHS
  1152. KEvoJ
  1153. W4P@iu@*n
  1154. qO|nn
  1155. UYpDWit
  1156. w:cxE
  1157. }PZpNb
  1158. sR^s{uT&u
  1159. PRG^XRquw
  1160. x[]`XLmtunh
  1161. sUS~}k~
  1162. }Q5Zam/<
  1163. P6Z(9
  1164. l"@uJ
  1165. f924%819SRJ
  1166. e1Of_DGjqak}
  1167. ingtdVY
  1168. u~tyy@c
  1169. wTX}{mP~
  1170. flacrnA!
  1171. >#/fznevnZ
  1172. RPAXHAM
  1173. V:TbZW<
  1174. zeEE|O5i`LLVdL.i
  1175. )cE(DOqOH
  1176. 9MXwr|j},Q
  1177. *>Zd\NKcK[vu2u}
  1178. Y>0Yc_BOHYXUO1$&
  1179. h*_4Wn
  1180. u|^?qi|whexU
  1181. zRmtv
  1182. }nSGx
  1183. ANgRD"
  1184. 4DSK=7
  1185. esnXr`s
  1186. nOH/e~]SA
  1187. vuybP
  1188. bA|w@En
  1189. hPanZ{
  1190. jlUV;pu]
  1191. 4;W=Il
  1192. WG]C.
  1193. y{A87
  1194. rzHtz
  1195. qmbdq
  1196. ;/^{nj
  1197. Ick|mUb
  1198. zYfz\mspYVQ>
  1199. ]gVTq
  1200. osA$F
  1201. 5icGhy
  1202. m=rW|K3*^
  1203. Qip+I
  1204. bOI\mfxhjnNT
  1205. GETMfln[fna}
  1206. ~lcl\Nb[QENZ
  1207. ZggWSA
  1208. 0ela\Y
  1209. {hhy{m
  1210. ;&27SRPPLQ`lpX)o
  1211. ~le`tz
  1212. tdZb]B9N5@3GK
  1213. _YAAhe
  1214. ZIOd`OLXgcjl
  1215. ksgrfevgW
  1216. pkr_[KNysJCe
  1217. bCU]O
  1218. C:0CdP
  1219. KHBWF5;:UaQQs]
  1220. LL=K1Zj6W
  1221. h>q?PSHI=Gyb7@S
  1222. &^pkMM
  1223. @zv^q
  1224. 496a>%( 8u/I
  1225. NitUq
  1226. |_83N3t
  1227. oxoJN]
  1228. f968w
  1229. YF@aPOHmg7
  1230. cO1,9Cc
  1231. LB;D5
  1232. XF?=6
  1233. 9AvSfgcj
  1234. DJ+E<dEC94ku(N
  1235. h}tm~
  1236. uc_[{[Gl|xwis
  1237. kv~U56
  1238. FUWDT[^_
  1239. EowOD
  1240. ju}[a
  1241. {Ed@e;=g
  1242. udM:h
  1243. :PObX
  1244. cB6Uy
  1245. wtnv g
  1246. s<GsmUMl
  1247. {J]nhiDS
  1248. ygMXleeyqc
  1249. zwkF>P
  1250. d8<llM:Ee
  1251. 8U;PJ
  1252. e7HV}
  1253. bKAhxKLPamkr
  1254. yqJJWj
  1255. ylYBRcRCG
  1256. kUG89
  1257. >OR6+.
  1258. @M8?=,<>:
  1259. A8=429
  1260. )3/,.7;0.
  1261. !($!)*C=
  1262. *&(*2'
  1263. )@(4CF@GJ;A@-
  1264. 1ODHMP=
  1265. LN#$G@
  1266. $05868@, ,BIMBIDIFDD6
  1267. .'GB;4AICB2<D6;;>>?
  1268. BL4!!2:;FLDC+ 484
  1269. 2B>6.0
  1270. 5SF0/:124
  1271. 42!!>N6
  1272. :FD=/
  1273. ;BF:;@6*D:5?G4HF6FI8.446
  1274. (A804@,@C*,-26<2,8*5>C6<15
  1275. s2_R^
  1276. L8QaV>Dkv
  1277. f@APLX:O
  1278. aYWK\ur
  1279. mTSSPc
  1280. wvttpkawKTi
  1281. @]McZ
  1282. o+Q<Nw
  1283. D+#'=.9L~vVK
  1284. |)P*,
  1285. sI^tnB51,-6%Gt
  1286. uD>HMhx
  1287. n{b>][K_
  1288. _N!>F
  1289. =T;)**, */0&$ 
  1290. %(>@1('
  1291. !)0.* .40DT
  1292. L&%A8F8=KRF(<ALP00@BS7(
  1293. -G]^Q<:0(;XXTVAI:19K/DZYUWXX\@99
  1294. 6VKR,B*,3
  1295. ;24190
  1296. 6&((&(&%$
  1297. %?T]6
  1298. 1F&V_\[\[ZZ]*
  1299. TY\K%3%^a;
  1300. $,@2("<!I\X])#4GOPHNJLJJL8
  1301. <LP]GCX)C@1Q@GC[0(9TW0
  1302. +DOLVVLD/
  1303. )0A?-N4,(! 
  1304. E`YC;<
  1305. $;&@R*
  1306. /F0)" (9>($EJ9
  1307. F^XP4!RPDB:KAU2,4TQLQ.>B99.I^ZXYZZ\_/@N(2,JNSOL;(X[\Y[XZI9
  1308. !I^\FMCRRT3<L6Q@*H*Q<5E&
  1309. .ZQRSTOQRRTE% X\[W
  1310. A$%XE$L/
  1311. /^_)!
  1312. E_Z[Z
  1313. >YSTVYPST
  1314. 8S?#")!
  1315. "#).$
  1316. "19," 
  1317. $)&  *, ?PO:0
  1318. <&@0,DQF%3KRR54D9VB&
  1319. #ETWN88,%-SD22>U415G&BXVSTLTV>6;
  1320. *OJK @1+/*I*
  1321. - "!&&
  1322. (:SU0
  1323. .? PSSNKMNMT,
  1324. 6WRVXZF
  1325. ) Yc5
  1326. ".@."
  1327. JPLR+#6LVWNRQRPNS>
  1328. %BLLX?7W6D=9Q:DER2*6NN 
  1329. NTE:3
  1330. &/FK6B3
  1331. <^U94(
  1332.  &8>#
  1333. CXVK/
  1334. IG@8(FOW&$3PSRG
  1335. 7^\GEQQRU!;L
  1336. -25-("
  1337. CJJGLIT@1
  1338. -AD:@H?98;7
  1339. <@876:@702>=7
  1340. &OA@CH?DGFF6$)?KLD(=" 2*!B(
  1341. 8I!&JO&
  1342. 9TMTLN8"(-FCDGM5:B/26
  1343. "30/26-)1,!*'"(*/&
  1344. "%..!%5:.0
  1345. *>8BAF;308*67:JI9@A
  1346. ?>9DIGN=<
  1347. :F33EB:64A8678==*7BG(<OQNB
  1348. 6MN> .TaXASCTMND@H:O>6N4RC4C$
  1349. ,RJLLOIJJLOA$ V_]W$G%(RH$M1
  1350. F`[][]@7 7^Z
  1351. yrrq0b
  1352. glnnopn:m
  1353. nrquj 
  1354. nrvxj11*i
  1355. ncSitmc-n
  1356. peEFQ`h0Gj>Y
  1357. xON\mu5MqA`
  1358. lpoidcb+`
  1359. mtiEi]B
  1360. {M{nH
  1361. nro`v6Z
  1362. nrruq'
  1363. oqtutwS6
  1364. ingVfp;
  1365. .sysodlogaskr
  1366.     thechoice
  1367.     theChoice
  1368. ) = -128    
  1369.  to the previous package.
  1370. To find all new and revised packages on the current CD:
  1371.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1372.  Double-click an interesting-looking item in the packages list to see information about that package.
  1373. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1374. To search for specific text within package title, package descriptions, 
  1375. or filenames:
  1376.     Click the Find... button on the toolbar at the bottom of any screen.
  1377.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1378.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1379.     Click the Find button. The packages found by your search will appear in t
  1380. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1381.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1382. To Display the full path to a package on the CD:
  1383.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1384.  click the Show Path button in the toolbar at the bottom of the screen.
  1385. To Open a package
  1386. s folder on the CD:
  1387.     From the Browser, select the package from the list and click the Open Folder button.
  1388.     From a package info screen, click the Open Folder button.
  1389. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1390. Browser Show Path
  1391. Browser Show Path
  1392. ^("")
  1393. ^("")
  1394. .RPTH
  1395. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1396. FaliA
  1397. Current
  1398. CD_Catalog.FP3
  1399. FMP3FMP3
  1400. Joint Solns Apple 10/99
  1401. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1402. MSPCA
  1403. NAMEA
  1404. CD_Catalog.FP3
  1405. RPTHA
  1406. CD_Catalog.FP3
  1407. alisA
  1408. Current
  1409. CD_Catalog.FP3
  1410. FMP3FMP3
  1411. Joint Solns Apple 10/99
  1412. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1413. .RPTH
  1414. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1415. @ @0`
  1416. `0@ p
  1417. P @0`
  1418. `0@ p
  1419. @ @0`
  1420. `0@ p
  1421. P @0`
  1422. `0@ p
  1423. @ @0`
  1424. `0@ p
  1425. P @0`
  1426. `0@ p
  1427. `@p0p 
  1428. `@p0p 
  1429. `@p0p 
  1430. 99:CD_Catalog.FP3
  1431. FaliA
  1432. Current
  1433. CD_Catalog.FP3
  1434. FMP3FMP3
  1435. Joint Solns Apple 10/99
  1436. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1437. MSPCA
  1438. NAMEA
  1439. CD_Catalog.FP3
  1440. RPTHA
  1441. CD_Catalog.FP3
  1442. alisA
  1443. Current
  1444. CD_Catalog.FP3
  1445. FMP3FMP3
  1446. Joint Solns Apple 10/99
  1447. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1448. .RPTH
  1449. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1450. dcb+`
  1451. yrrq0b
  1452. glnnopn:m
  1453. nrquj 
  1454. nrvxj11*i
  1455. ncSitmc-n
  1456. peEFQ`h0Gj>Y
  1457. xON\mu5MqA`
  1458. mtiEi]B
  1459. {M{nH
  1460. nro`v6Z
  1461. nrruq'
  1462. oqtutwS6
  1463. ingVfp;
  1464. nubusI
  1465. objectI
  1466. octoberJ
  1467. onlyA
  1468. openF
  1469. openedA
  1470. orientedJ
  1471. otherD
  1472. outlinesJ
  1473. overE
  1474. packageC
  1475. packagesA
  1476. packetK
  1477. packetsK
  1478. parserM
  1479. partF
  1480. particularF
  1481. pascalO
  1482. patchesN
  1483. patchingL
  1484. patternsC
  1485. physicalL
  1486. platformI
  1487. plug-inA
  1488. plug-insA
  1489. portK
  1490. portableA
  1491. powerbookN
  1492. powerpcD
  1493. pre-translateD
  1494. prerequisitesJ
  1495. previouslyA
  1496. printF
  1497. printingF
  1498. problemM
  1499. processD
  1500. productD
  1501. productsD
  1502. providedD
  1503. providesA
  1504. quadraM
  1505. quadrasM
  1506. quickdrawF
  1507. quicklyA
  1508. quitF
  1509. +RPTH
  1510. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  1511. FaliA
  1512. Current
  1513. Catalog.txt
  1514. TEXTttxt
  1515. Joint Solns Apple 10/99
  1516. +Current:Joint Solns Apple 10/99:Catalog.txt
  1517. MSPCA
  1518. NAMEA
  1519. Catalog.txt
  1520. RPTHA
  1521. Catalog.txt
  1522. alisA
  1523. Current
  1524. Catalog.txt
  1525. TEXTttxt
  1526. Joint Solns Apple 10/99
  1527. +Current:Joint Solns Apple 10/99:Catalog.txt
  1528. QRPTH
  1529. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  1530. MSPCA
  1531. NAMEA
  1532. Developer CD Search Results
  1533. RPTHA
  1534. Developer CD Search Results
  1535. FaliA
  1536. Current
  1537. ADC_Master.FP3
  1538. FMP3FMP3
  1539. Joint Solns Apple 10/99
  1540. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1541. MSPCA
  1542. NAMEA
  1543. ADC_Master.FP3
  1544. RPTHA
  1545. ADC_Master.FP3
  1546. alisA
  1547. Current
  1548. ADC_Master.FP3
  1549. FMP3FMP3
  1550. Joint Solns Apple 10/99
  1551. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1552. FMRLA
  1553. SORTA
  1554. FMRLA
  1555. FMRLA
  1556. FMRLA
  1557. FMRLA
  1558. FilterB    SelectionC
  1559. ClickedE
  1560. CUstom
  1561. (LIST
  1562. LISTA
  1563. New & Revised
  1564. Mac OS SDK Edition
  1565. System Software Edition
  1566. Tool Chest Edition
  1567. Reference Library Edition
  1568. All Packages
  1569. Custom Search
  1570. VDEFA(
  1571. (LIST
  1572. LISTA%Any Field
  1573. Package Title
  1574. Any File Name
  1575. VDEFA(
  1576. (LIST
  1577. LISTAPAll Packages
  1578. New & Revised
  1579. Tool Chest CD
  1580. Reference Library CD
  1581. System Software CD
  1582. VDEFA(
  1583. (LIST
  1584. VDEFA(
  1585. (LIST
  1586. VDEFA(
  1587. (LIST
  1588. VDEFA(
  1589. (LIST
  1590. (LIST
  1591. PortalFilterB
  1592. SearchFieldC
  1593. SearchFilterD
  1594. PortalFilterCalcE
  1595. ReceivedF
  1596. UpdatedG
  1597. Keywords
  1598. VDEFA(
  1599.     Helvetica
  1600. Geneva
  1601. Palatino
  1602. Chicago
  1603. NewRevisedCalcB
  1604.  "new")
  1605.  "New"  
  1606.  "updated") 
  1607.  "Revised" 
  1608.  "" )
  1609. updatedG
  1610. Revised
  1611. AppleScript_OpenB
  1612. t_OpenB
  1613. Pro 3.0 - 4.1F!
  1614. USENGLSH.MPR
  1615. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  1616. ore Choices button, then choo
  1617. Custom FindB
  1618. CustomFind
  1619. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  1620. HTML Text Extractor
  1621.  and 
  1622. PDF Text Extractor
  1623. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  1624. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  1625. 5801e search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1626.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1627.     Click the Find button. The packages found by your search will appear in t
  1628. 5801e packages list. The full path will be displayed on the right.
  1629. "Custom Search"
  1630. Custom SearchB+
  1631. ) > 0    
  1632. needsE
  1633. networkE
  1634. noteN
  1635. notesI
  1636. All Packages
  1637. 0.1OqDev.CD Vol. VII
  1638. Dev CD Vol. VI
  1639. Dev CD Vol. V
  1640. Dev CD Vol. IV Developer CD (III)
  1641. Developer CD (II)
  1642. Excellent CD (I)PpDev.CD Vol. VII
  1643. Dev CD Vol. VI
  1644. Dev CD Vol. V
  1645. Dev CD Vol. IV Developer CD (III)
  1646. Developer CD (II)
  1647. Excellent CD (IV
  1648. 5064X
  1649. Vol. V
  1650. --set theItem to choose file -- uncomment to test in an AS editor
  1651.     tell application "Finder"
  1652.         open item "Dev.CD Vol. VII
  1653. Dev CD Vol. VI
  1654. Dev CD Vol. V
  1655. Dev CD Vol. IV Developer CD (III)
  1656. Developer CD (II)
  1657. Excellent CD (I)"
  1658.         activate
  1659.     end tell
  1660. on error errMsg number errNum
  1661.     --enter statements to perform when no records are found such as...
  1662.     display dialog "Sorry, the item you selected could not be found."
  1663.     return
  1664. end try
  1665. All Packages
  1666. 0.3OqDev.CD Vol. VII
  1667. Dev CD Vol. VI
  1668. Dev CD Vol. V
  1669. Dev CD Vol. IV Developer CD (III)
  1670. Developer CD (II)
  1671. Excellent CD (I)V
  1672. 5065X
  1673. _DESCRIPTION
  1674. Closing ScreenB
  1675. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  1676. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  1677. Current Selection:{    <<
  1678. ABBF>>
  1679. Double-click for more info.
  1680. Find...
  1681. Open Folder
  1682. Package Info
  1683. Export List
  1684. Find...
  1685. Open Folder
  1686. Package Info
  1687. Export List
  1688. "Any Field"
  1689.     Any FieldC.
  1690. "All Packages"
  1691. All PackagesD
  1692. Find Execute
  1693. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  1694. Tool Chest Edition
  1695. appletalk
  1696. component
  1697. _PortalFilterB
  1698. _PortalSelectionB
  1699. A    _HelpTextB
  1700. PortalFilterCalcB
  1701. C"All Packages" & "
  1702.  "SDK") 
  1703.  "Mac OS SDK Edition"
  1704.  = "TC" 
  1705.  "Tool Chest Edition" 
  1706.  = "RL" 
  1707.  "Reference Library Edition"
  1708.  "SSW")
  1709.  "System Software Edition"  
  1710.  "") & "
  1711. ! & "
  1712.  "new") 
  1713.  "updated") 
  1714.  "New & Revised" 
  1715.  "" )
  1716. All Packages
  1717. Mac OS SDK Edition
  1718. Tool Chest Edition
  1719. Reference Library Edition
  1720. System Software Edition
  1721. updatedG
  1722. New & Revised
  1723. PortalSelectionCalc
  1724. Browser Custom SearchM
  1725. New & RevisedB
  1726. To get information about a package on the CD:
  1727.     Click the Browser button below to go to the Browser screen.
  1728.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  1729.     Double-click a title in the Browser list to go to the information screen for that package.
  1730.     Click Next to advance to the next package in the current selection, or Back to gor Back to go
  1731. _CustomFindB
  1732. \script
  1733. scriptable
  1734. search
  1735. sherlock
  1736. softwareI
  1737. tokenI
  1738. token
  1739. ringI
  1740. tokentalk
  1741. video
  1742. --set theItem to choose file -- uncomment to test in an AS editor
  1743.     tell application "Finder"
  1744.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  1745.         activate
  1746.     end tell
  1747. on error errMsg number errNum
  1748.     --enter statements to perform when no records are found such as...
  1749.     display dialog "Sorry, the item you selected could not be found."
  1750.     return
  1751. end try
  1752.     return
  1753. end try
  1754. All Packages
  1755. QuickDraw GXO
  1756. Dev.CD Jul 95P
  1757. Dev.CD Jul 9V
  1758. 4430X
  1759. Jul 95
  1760. b--set theItem to choose file -- uncomment to test in an AS editor
  1761.     tell application "Finder"
  1762.         open item "Dev.CD Jul 95"
  1763.         activate
  1764.     end tell
  1765. on error errMsg number errNum
  1766.     --enter statements to perform when no records are found such as...
  1767.     display dialog "Sorry, the item you selected could not be found."
  1768.     return
  1769. end try
  1770. All Packages
  1771. QuickDraw GXO
  1772. Dev.CD Jul 95P
  1773. Dev.CD Jul 9V
  1774. 4431X
  1775. Jul 95
  1776. Deletedq
  1777. Dev.CD Nov 99 TC
  1778. WD!All Packages
  1779. Tool Chest Edition
  1780. Audit app & dcmd
  1781. Summary:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  1782. The DisplayAudit application may be used to follow the execution of a program being audited.  It can display auditing from several sources, and allows logging the audited data to a text file.
  1783. General tools.imgK
  1784. Feb 94N
  1785. testing, debuggingO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  1786.  - Tool Chest
  1787.  - Testing & Debugging
  1788.  - General toolsV
  1789. 5790X
  1790. Feb 00^
  1791. on error errMsg number errNum
  1792.     --enter statements to perform when no records are found such as...
  1793.     display dialog "Sorry, the item you selected could not be found."
  1794.     return
  1795. end try
  1796. All Packages
  1797. QuickDraw GXO
  1798. Dev.CD Jul 95P
  1799. Dev.CD Jul 9V
  1800. 4428X
  1801. Jul 95
  1802. t CD (IV
  1803. 1398X
  1804. --set theItem to choose file -- uncomment to test in an AS editor
  1805.     tell application "Finder"
  1806.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:"
  1807.         activate
  1808.     end tell
  1809. on error errMsg number errNum
  1810.     --enter statements to perform when no records are found such as...
  1811.     display dialog "Sorry, the item you selected could not be found."
  1812.     return
  1813. end try
  1814. found."
  1815.     return
  1816. end try
  1817. notes
  1818. notification
  1819. notification
  1820. 1.5.1
  1821. first
  1822. library
  1823. plugins
  1824. nubus
  1825. nubus
  1826. board
  1827. registration
  1828. nubuslist
  1829. nubuslist
  1830. nubustest
  1831. nubustest
  1832. nubustest
  1833. nubustest
  1834. nutankframes
  1835. nutankframes
  1836. install
  1837. image
  1838. sample
  1839. image
  1840. tools
  1841. image
  1842. install
  1843. browser
  1844. begin
  1845. browser
  1846. opencheckedout
  1847. openmultfiles
  1848. opp's
  1849. oriented
  1850. oserr
  1851. debug
  1852. 1.0b1
  1853. otarpmodule
  1854. otarpmodule
  1855. other
  1856. output
  1857. Dev.CD Apr 9V
  1858. 6870X
  1859. Apr 94
  1860. b--set theItem to choose file -- uncomment to test in an AS editor
  1861.     tell application "Finder"
  1862.         open item "Dev.CD Apr 94"
  1863.         activate
  1864.     end tell
  1865. on error errMsg number errNum
  1866.     --enter statements to perform when no records are found such as...
  1867.     display dialog "Sorry, the item you selected could not be found."
  1868.     return
  1869. end try
  1870. D!All Packages
  1871. Tool Chest Edition
  1872. Summary: The Tags Suite is a collection of MPW tools that help navigate interactively in source code. You can quickly and easily locate the source definitions of subroutines, structs and RECORDs, global variables, and more.
  1873. Features: Capable of tagging thousands of items in {AIncludes}, {CIncludes}, and {PInterfaces}, as well as in your own code. Tags are easily updated when source is changed. Easy to use, integrated with MPW, fast.
  1874. 6871X
  1875. 1e    No Change
  1876. callhyper
  1877. callhyper
  1878. notes
  1879. canadian
  1880. cancelwindowcheckout
  1881. capslock
  1882. capslock
  1883. carbon
  1884. carbon
  1885. carbon
  1886. specification
  1887. carbon
  1888. window
  1889. carbonporting
  1890. carbonprintingmgr
  1891. catalan
  1892. catalan
  1893. 1.1.3
  1894. cattachment
  1895. cattachment
  1896. cattachment
  1897. audio
  1898. toolkit
  1899. install
  1900. script
  1901. vents
  1902. copybits
  1903. copybits
  1904. application
  1905. copybits
  1906. coresample
  1907. coresample
  1908. coupon
  1909. courses
  1910. createcopy
  1911. createcopy
  1912. creator
  1913. creator
  1914. registration
  1915. csmp-digest-readme
  1916. csmp-digest-readme
  1917. csmp-digest-v3-001
  1918. csmp-digest-v3-002
  1919. csmp-digest-v3-003
  1920. csmp-digest-v3-004
  1921. csmp-digest-v3-005
  1922. csmp-digest-v3-006
  1923. csmp-digest-v3-007
  1924. csmp-digest-v3-008
  1925. csmp-digest-v3-009
  1926. csmp-digest-v3-010
  1927. All Packages
  1928. System UpdateO
  1929. Dev.CD Apr 94P
  1930. Dev.CD Apr 9V
  1931. 6868X
  1932. Apr 94
  1933. b--set theItem to choose file -- uncomment to test in an AS editor
  1934.     tell application "Finder"
  1935.         open item "Dev.CD Apr 94"
  1936.         activate
  1937.     end tell
  1938. on error errMsg number errNum
  1939.     --enter statements to perform when no records are found such as...
  1940.     display dialog "Sorry, the item you selected could not be found."
  1941.     return
  1942. end try
  1943. All Packages
  1944. System UpdateO
  1945. Dev.CD Apr 94
  1946. Dev.CD Jan 94P
  1947. Dev.CD Apr 94
  1948. Dev.CD Jan 9V
  1949. 6869X
  1950. Apr 94
  1951. p--set theItem to choose file -- uncomment to test in an AS editor
  1952.     tell application "Finder"
  1953.         open item "Dev.CD Apr 94
  1954. Dev.CD Jan 94"
  1955.         activate
  1956.     end tell
  1957. on error errMsg number errNum
  1958.     --enter statements to perform when no records are found such as...
  1959.     display dialog "Sorry, the item you selected could not be found."
  1960.     return
  1961. end try
  1962. All Packages
  1963. System UpdateO
  1964. Dev.CD Apr 94V
  1965. 6870X
  1966. 1.1.6
  1967. 100basetx
  1968. 2.1.1
  1969. 2.1.2
  1970. 2.1.3
  1971. 2.1.4
  1972. 3.2.1
  1973. 8.5.1
  1974. 802.2
  1975. 802.3
  1976. 9650/350
  1977. a/rose
  1978. a/rose
  1979. macintosh
  1980. coprocessor
  1981. platform
  1982. ethernet
  1983. powerp
  1984. about
  1985. acceleration
  1986. access
  1987. acrobat
  1988. acrobat
  1989. exchange
  1990. adobe
  1991. reader
  1992. action
  1993. actions
  1994. active
  1995. We    No Changef
  1996. testing
  1997. debuggingq
  1998. Dev.CD Feb 00 TC
  1999. XD!All Packages
  2000. Tool Chest Edition
  2001. AutoGuest 3.0
  2002. AutoGuest 3.0 is a control panel that attempts to prevent the login permission dialog from appearing when Program Linking as Guest is used.
  2003. This is a Control Panel with simple configuration capabilities. It attempts to solve the problem of a modal dialog stopping an automated process which includes Program Linking as a Guest. Full information is provided in the User's Guide included in the package. 
  2004. Hardware: Macintosh Plus or better. 
  2005. System Software: Mac OS 7.5 or greater (it's been teg 96
  2006. x--set theItem to choose file -- uncomment to test in an AS editor
  2007.     tell application "Finder"
  2008.         open item "Dev.CD Aug 96 TC
  2009. Dev.CD Jan 96 SDK1"
  2010.         activate
  2011.     end tell
  2012. on error errMsg number errNum
  2013.     --enter statements to perform when no records are found such as...
  2014.     display dialog "Sorry, the item you selected could not be found."
  2015.     return
  2016. end try
  2017. --set theItem to choose file -- uncomment to test in an AS editor
  2018.     tell application "Finder"
  2019.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  2020.         activate
  2021.     end tell
  2022. on error errMsg number errNum
  2023.     --enter statements to perform when no records are found such as...
  2024.     display dialog "Sorry, the item you selected could not be found."
  2025.     return
  2026. end try
  2027. Packages
  2028. QuickDraw GXO#Dev.CD Aug 96 TC
  2029. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  2030. Dev.CD Jan 96 SDKV
  2031. 4419X
  2032. Aug 96
  2033. x--set theItem to choose file -- uncomment to test in an AS editor
  2034.     tell application "Finder"
  2035.         open item "Dev.CD Aug 96 TC
  2036. Dev.CD Jan 96 SDK1"
  2037.         activate
  2038.     end tell
  2039. on error errMsg number errNum
  2040.     --enter statements to perform when no records are found such as...
  2041.     display dialog "Sorry, the item you selected could not be found."
  2042.     return
  2043. end try
  2044. All Packages
  2045. QuickDraw GXV
  2046. 4420X
  2047. 1.0.4
  2048. 1.0.6
  2049. 1.0b2
  2050. 1.0b3
  2051. 1.0b5
  2052. 1.0d6
  2053. 1.0fc1
  2054. 1.1.1
  2055. 1.1.3
  2056. 1.1.4
  2057. 1.1b1
  2058. 1.1b8
  2059. 1.2.1
  2060. 1.2.3
  2061. 1.3.4
  2062. 1.3b5
  2063. 1.4.2
  2064. 1.4.9
  2065. 1.4d5
  2066. sample
  2067. compression/decompre
  2068. sound
  2069. manager
  2070. component
  2071. sample
  2072. program
  2073. which
  2074. demonstrates
  2075. adbop
  2076. simple
  2077. sample
  2078. which
  2079. demonstrates
  2080. controls
  2081. simple
  2082. utility
  2083. driver
  2084. support
  2085. asynchronous
  2086. sound
  2087. manager
  2088. pre-mixer
  2089. effect
  2090. component
  2091. shows
  2092. a-trap
  2093. a/rose
  2094. ability
  2095. aborts
  2096. about
  2097. about
  2098. runtime
  2099. 2.1.4
  2100. code-resources
  2101. code-reviewed
  2102. codec
  2103. coded
  2104. codes
  2105. codewarrior
  2106. codewarrior's
  2107. coding
  2108. coercion
  2109. coercions
  2110. coexist
  2111. cohasset
  2112. collaborate
  2113. collaboration
  2114. collation
  2115. 2.1.1
  2116. contains
  2117. minor
  2118. fixes
  2119. colorpickerlib
  2120. colors
  2121. colorsync
  2122. column
  2123. com/acrobat
  2124. com/acrobat/register
  2125. com/bin/bugrpt
  2126. com/cftype
  2127. com/colorsync
  2128. combination
  2129. combinations
  2130. combining
  2131. comes
  2132. coming
  2133. command
  2134. commando
  2135. commandsW
  2136. comments
  2137. commit
  2138. committed
  2139. common
  2140. commonly
  2141. commons
  2142. 5791X
  2143. Feb 00^
  2144. --set theItem to choose file -- uncomment to test in an AS editor
  2145.     tell application "Finder"
  2146.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AutoGuest:"
  2147.         activate
  2148.     end tell
  2149. on error errMsg number errNum
  2150.     --enter statements to perform when no records are found such as...
  2151.     display dialog "Sorry, the item you selected could not be found."
  2152.     return
  2153. end try
  2154. e    No Changef!Program Linking
  2155. AppleEvents
  2156. Guestq
  2157. Dev.CD Feb 00 TC
  2158. YD!All Packages
  2159. Tool Chest Edition
  2160. Automation Essentials 2.3.0
  2161. Dev.CD Vol. X
  2162. Dev.CD Vol. IX
  2163. Dev.CD Vol. VIII
  2164. Dev.CD Vol. VII
  2165. Dev CD Vol. VI
  2166. Dev CD Vol. V
  2167. Dev CD Vol. IV Developer CD (III)
  2168. Developer CD (II)
  2169. Excellent CD (I)P
  2170. Dev.CD Vol. X
  2171. Dev.CD Vol. IX
  2172. Dev.CD Vol. VIII
  2173. Dev.CD Vol. VII
  2174. Dev CD Vol. VI
  2175. Dev CD Vol. V
  2176. Dev CD Vol. IV Developer CD (III)
  2177. Developer CD (II)
  2178. Excellent CD (IV
  2179. 1411X
  2180. Vol. X
  2181. Summary: These are updated tools from the QuickTime team for making QuickTime Movies.  Also, included are a number of third party Digitizer Components.
  2182. Features:
  2183. ComboWalker: Allows you to operate on a folder of files as well as individual files.  
  2184. Digitizers: QuickTime compatible digitizer components for various third party digitizer boards.
  2185. DrawTextCodec Example: Shows how to write a simple codec.
  2186. Dumpster: An application for viewing the contents of a movie description.
  2187. Get Info Ini
  2188. t: GetInfo is an init that gives you some extra information about files that depend on other files.  
  2189. GrabGuy: An application that creates QuickTime
  2190.  movies from videotape.
  2191. MovieShop: A tool that processes QuickTime movies into a format that plays well from CD-ROM.
  2192. QuickTime XCMDs:  QTMovie, QTRecordMovie, QTEditMovie, and the QTPict XCMDs. 
  2193. Reinstaller:  A simple utility that takes any file or files and installs all components found within those files.
  2194. Set Movie Information: An appli
  2195. 0MQMacintosh LC, Apple IIe Card, Macsbug, This package is not System 7.0 compatible.e SDK  on-line at:
  2196. http://www.apple.com/quicktime/developers
  2197. JmCheck the QuickTime 3 SDK
  2198. folder for more information
  2199. integrated with QuickTime.
  2200.  QuickTime VR is now fully K
  2201. Jul 97L
  2202. Oct 98O9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:QuickTime
  2203.  VR:PADev.CD Jan 00 SDK1
  2204.  - Development Kits
  2205.  - Mac OS
  2206.  - QuickTime
  2207. polymorphic
  2208. portables
  2209. ports
  2210. posers
  2211. postscript
  2212. power
  2213. power
  2214. macintosh
  2215. debugger
  2216. printer
  2217. printer
  2218. selected
  2219. chooser
  2220. printing
  2221. printing
  2222. carbon
  2223. carbon
  2224. printing
  2225. carbon
  2226. printing
  2227. manager
  2228. printing
  2229. postscript
  2230. filter
  2231. processes
  2232. processing
  2233. profile
  2234. profiler
  2235. program
  2236. program
  2237. linking
  2238. appleevents
  2239. guest
  2240. project
  2241. projector
  2242. promise
  2243. promisehfsflavor
  2244. property
  2245. proportional
  2246. sted with up to 8.5.1 successfully).
  2247. This code is provided 
  2248. as is
  2249. , and Apple Computer, Inc. makes no claims about its  suitability for use in any application. AutoGuest patches Mac OS system routines, so you should install it only when necessary. 
  2250. Third Party Compatibility
  2251. AutoGuest INIT 2.x was not compatible with Connectix Speed Doubler
  2252.  8.x. The symptom is that applications can link from the foreground only. Speed Doubler
  2253.  is not at fault, it is a side effect of the way AutoGuest INI
  2254. T 2.x implements that feature.
  2255. AutoGuest 3.0 was updated to work with Speed Doubler
  2256.  8.0 through 8.1.2, but may have problems with newer versions of that product. If there is a problem, AutoGuest will notify you at startup that it is running on an 
  2257. unknown Mac
  2258. JMAutoGuest
  2259. AutoGuest 3.0 User's Guide.pdf
  2260. AutoGuest READ ME
  2261. Check AutoGuest.asK
  2262. Jan 92L
  2263. May 99N#Program Linking, AppleEvents, GuestONDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AutoGuest:
  2264. end try
  2265. D Jan 96 SDK1P
  2266. Dev.CD Jan 96 SDKV
  2267. 4411X
  2268. Jan 96
  2269. g--set theItem to choose file -- uncomment to test in an AS editor
  2270.     tell application "Finder"
  2271.         open item "Dev.CD Jan 96 SDK1"
  2272.         activate
  2273.     end tell
  2274. on error errMsg number errNum
  2275.     --enter statements to perform when no records are found such as...
  2276.     display dialog "Sorry, the item you selected could not be found."
  2277.     return
  2278. end try
  2279. All Packages
  2280. QuickDraw GXO Dev.CD Jan 96 SDK1
  2281. Dev.CD Jul 95P
  2282. Dev.CD Jan 96 SDK1
  2283. Dev.CD Jul 9V
  2284. 4412X
  2285. Jan 96
  2286. u--set theItem to choose file -- uncomment to test in an AS editor
  2287.     tell application "Finder"
  2288.         open item "Dev.CD Jan 96 SDK1
  2289. Dev.CD Jul 95"
  2290.         activate
  2291.     end tell
  2292. on error errMsg number errNum
  2293.     --enter statements to perform when no records are found such as...
  2294.     display dialog "Sorry, the item you selected could not be found."
  2295.     return
  2296. end try
  2297. All Packages
  2298. 4413X
  2299. XPYDev.CD Feb 00 TC
  2300.  - Tool Chest
  2301.  - Interapplication Communication
  2302.  - AE Tools
  2303.  - AutoGuest in an AS editor
  2304.     tell application "Finder"
  2305.         open item "Dev.CD Jan 96 SDK1"
  2306.         activate
  2307.     end tell
  2308. on error errMsg number errNum
  2309.     --enter statements to perform when no records are found such as...
  2310.     display dialog "Sorry, the item you selected could not be found."
  2311.     return
  2312. end try
  2313. All Packages
  2314. QuickDraw GXO Dev.CD Jan 96 SDK1
  2315. Dev.CD Jul 95P
  2316. Dev.CD Jan 96 SDK1
  2317. Dev.CD Jul 9V
  2318. 4407X
  2319. Jan 96
  2320. u--set theItem to choose file -- uncomment to test in an AS editor
  2321.     tell application "Finder"
  2322.         open item "Dev.CD Jan 96 SDK1
  2323. Dev.CD Jul 95"
  2324.         activate
  2325.     end tell
  2326. on error errMsg number errNum
  2327.     --enter statements to perform when no records are found such as...
  2328.     display dialog "Sorry, the item you selected could not be found."
  2329.     return
  2330. end try
  2331. All Packages
  2332. QuickDraw GXO
  2333. Dev.CD Jan 96 SDK1P
  2334. Dev.CD Jan 96 SDKV
  2335. 4408X
  2336. autoguest
  2337. control
  2338. panel
  2339. attempts
  2340. prevent
  2341. automagically
  2342. mated
  2343. automates
  2344. automatic
  2345. automatically
  2346. automating
  2347. auxiliary
  2348. available
  2349. avitzur
  2350. avoid
  2351. avoided
  2352. avoiding
  2353. avoids
  2354. awards
  2355. aware
  2356. axsom's
  2357. ayala
  2358. backbone
  2359. backflips
  2360. background
  2361. background-only
  2362. time-based
  2363. time-consuming
  2364. timebase
  2365. timecode
  2366. timed
  2367. timers
  2368. timertst
  2369. times
  2370. timestamps
  2371. timezone
  2372. timing
  2373. tiresome
  2374. title
  2375. titled
  2376. titles
  2377. tmon's
  2378. tmtask
  2379. tnetworkbuf
  2380. tnetworkiostream
  2381. tnetworkistream
  2382. tnetworkostream
  2383. recordable
  2384. recording
  2385. records
  2386. recouped
  2387. recover
  2388. recruiting
  2389. recursive
  2390. technical
  2391. technical
  2392. publications
  2393. technical
  2394. publications
  2395. documentation
  2396. technical
  2397. publications
  2398. enterprise
  2399. technical
  2400. publications
  2401. function
  2402. index
  2403. technical
  2404. publications
  2405. hardware
  2406. technical
  2407. publications
  2408. technical
  2409. publications
  2410. technical
  2411. publications
  2412. technical
  2413. publications
  2414. technical
  2415. publications
  2416. server
  2417. technical
  2418. publications
  2419. quicktime
  2420. technical
  2421. publications
  2422. rhapsody
  2423. technical
  2424. publications
  2425. webobjects
  2426. techniques
  2427. technotes
  2428. telephone
  2429. telephone
  2430. manager
  2431. terminology
  2432. tester
  2433. testing
  2434. encoding
  2435. converter
  2436. textedit
  2437. thooks
  2438. thread
  2439. thread
  2440. manager
  2441. ticket
  2442. token
  2443. tokenizer
  2444. All Packages
  2445. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  2446. Dev.CD Jan 94
  2447. Dev.CD Oct 93
  2448. Dev.CD Jul 93
  2449. Dev.CD Apr 93PDDev.CD Apr 94
  2450. Dev.CD Jan 94
  2451. Dev.CD Oct 93
  2452. Dev.CD Jul 93
  2453. Dev.CD Apr 9V
  2454. 6813X
  2455. Apr 94
  2456. --set theItem to choose file -- uncomment to test in an AS editor
  2457.     tell application "Finder"
  2458.         open item "Dev.CD Apr 94
  2459. Dev.CD Jan 94
  2460. Dev.CD Oct 93
  2461. Dev.CD Jul 93
  2462. Dev.CD Apr 93"
  2463.         activate
  2464.     end tell
  2465. on error errMsg number errNum
  2466.     --enter statements to perform when no records are found such as...
  2467.     display dialog "Sorry, the item you selected could not be found."
  2468.     return
  2469. end try
  2470. All Packages
  2471. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  2472. Dev.CD Jan 94
  2473. Dev.CD Oct 93
  2474. Dev.CD Jul 93
  2475. Dev.CD Apr 93PDDev.CD Apr 94
  2476. Dev.CD Jan 94
  2477. Dev.CD Oct 93
  2478. Dev.CD Jul 93
  2479. Dev.CD Apr 9V
  2480. 6814X
  2481. Apr 94
  2482. age-old
  2483. agent
  2484. agents
  2485. aggregate
  2486. aggressive
  2487. Jul 95
  2488. b--set theItem to choose file -- uncomment to test in an AS editor
  2489.     tell application "Finder"
  2490.         open item "Dev.CD Jul 95"
  2491.         activate
  2492.     end tell
  2493. on error errMsg number errNum
  2494.     --enter statements to perform when no records are found such as...
  2495.     display dialog "Sorry, the item you selected could not be found."
  2496.     return
  2497. end try
  2498. All Packages
  2499. System 7.5 Update 1.0O
  2500. Dev.CD Jul 95P
  2501. Dev.CD Jul 9V
  2502. 6607X
  2503. Jul 95
  2504. b--set theItem to choose file -- uncomment to test in an AS editor
  2505.     tell application "Finder"
  2506.         open item "Dev.CD Jul 95"
  2507.         activate
  2508.     end tell
  2509. on error errMsg number errNum
  2510.     --enter statements to perform when no records are found such as...
  2511.     display dialog "Sorry, the item you selected could not be found."
  2512.     return
  2513. end try
  2514. All Packages
  2515. System 7.5 Update 1.0O
  2516. Dev.CD Jul 95P
  2517. Dev.CD Jul 9V
  2518. 6608X
  2519. Jul 95
  2520.  (II)
  2521. Excellent CD (IV
  2522. 1419X
  2523. er CD 
  2524. Large collection of tools, scripts, libraries, and examples for automating user level testing.  These are most of the tools used by Apple itself to perform integration, compatibility, and user-perceived performance testing.  All tools are compatible with MacOS' from 7.0 through 8.0.
  2525. This is the first major release of these tools for outside users in several years. Everything is updated, and there are many new tools never before released, such as the Clouseau VU scripts, and several host a
  2526. nd target configuration installers.
  2527. Includes: Virtual User (FAT application, Sys 8.0 compatible);  many extension tools to Virtual User such as Ivy (image verification), FileTool and Memory Monitor;  SPEC S&L and  Clouseau Virtual User scripts;  full packages for host and target installations, including AppleScript based installers.
  2528. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  2529. Target machines:  Mac SE or later, 4 MB mem
  2530. pb3400
  2531. manager
  2532. pccardnetworksample
  2533. pccts
  2534. pccts
  2535. sound
  2536. input
  2537. driver
  2538. pdlog
  2539.  the item you selected could not be found."
  2540.     return
  2541. end try
  2542. appletalk/ip
  2543. applets
  2544. applicationQ
  2545. application/system
  2546. ory or greater.  System 6.5 or later (System 7.0 or later preferred).  VU External Tools require System 7.0 or later.
  2547. Virtual User is a host-target based testing system.  At least 2 machines (1 host, many targets) are necessary to perform any testing with Virtual User, and all machines must be connected via an AppleTalk network (TCP/IP is not supported).
  2548. VU External Tool communications require targets with System 7.0 or later.
  2549. Mac OS Development Toolkit.imgK
  2550. May 98N~VU, Virtual User, VirtualUser, SPEC, SPEC S&L, Ivy, FileTool, Memory Monitor, Testing, Automation, Automated Testing, ClouseauOKDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:PSDev.CD Feb 00 TC
  2551.  - Tool Chest
  2552.  - Testing & Debugging
  2553.  - Mac OS Development Toolkit' version of their GX application without requiring their users to have full GX installed.
  2554. NOTE: If you have used the sample LaserWriter IIsc driver from the GX v1.0.1 SDK or the Mac OS SDK, you are encouraged to see the 
  2555. packages
  2556. 5792X
  2557. Feb 00^
  2558. --set theItem to choose file -- uncomment to test in an AS editor
  2559.     tell application "Finder"
  2560.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:"
  2561.         activate
  2562.     end tell
  2563. on error errMsg number errNum
  2564.     --enter statements to perform when no records are found such as...
  2565.     display dialog "Sorry, the item you selected could not be found."
  2566.     return
  2567. end try
  2568. e    No ChangefsVU
  2569. Virtual User
  2570. VirtualUser
  2571. SPEC S&L
  2572. FileTool
  2573. Memory Monitor
  2574. Testing
  2575. Automation
  2576. Automated Testing
  2577. Clouseauq
  2578. Dev.CD Feb 00 TC
  2579. ZD!All Packages
  2580. Tool Chest Edition
  2581. AV EmulatorI
  2582. This package contains the G4 processor emulator extensions for Mac OS 8.1 and 8.5.  It also contains a Readme file and a ResEdit debug resource.
  2583. These extensions allow code written using the AltiVec instruction set to be run on a G3-class machine.J'Sample Code.img
  2584. Windows Sample Code.imgK
  2585. May 99:Sample Code:V
  2586. 5793X
  2587. 1e    No Change
  2588.     return
  2589. end try
  2590. Jun 97
  2591. f--set theItem to choose file -- uncomment to test in an AS editor
  2592.     tell application "Finder"
  2593.         open item "Dev.CD Jun 97 SSW"
  2594.         activate
  2595.     end tell
  2596. on error errMsg number errNum
  2597.     --enter statements to perform when no records are found such as...
  2598.     display dialog "Sorry, the item you selected could not be found."
  2599.     return
  2600. end try
  2601. All Packages
  2602. QuickDraw GXO
  2603. Dev.CD Jun 97 SSWP
  2604. Dev.CD Jun 97 SSV
  2605. 6342X
  2606. Jun 97
  2607. f--set theItem to choose file -- uncomment to test in an AS editor
  2608.     tell application "Finder"
  2609.         open item "Dev.CD Jun 97 SSW"
  2610.         activate
  2611.     end tell
  2612. on error errMsg number errNum
  2613.     --enter statements to perform when no records are found such as...
  2614.     display dialog "Sorry, the item you selected could not be found."
  2615.     return
  2616. end try
  2617. All Packages
  2618. QuickDraw GXO
  2619. Dev.CD Jun 97 SSWP
  2620. Dev.CD Jun 97 SSV
  2621. 6343X
  2622. Jun 97
  2623. ractive
  2624. media
  2625. ev CD Vol. IVV
  2626. 1428X
  2627. virtual
  2628. virtualuser
  2629. filetool
  2630. memor
  2631. virtual
  2632. virtualuser
  2633. testing
  2634. automation
  2635. automated
  2636. vu-meter
  2637. vumeter
  2638. vumeter
  2639. sound
  2640. level
  2641. meters
  2642. sample
  2643. volume
  2644. waitnextevent
  2645. wannabe
  2646. waste
  2647. waste
  2648. textedit
  2649. replacement
  2650. webobjects
  2651. webobjects
  2652. categories
  2653. posers
  2654. webobjects
  2655. designing
  2656. robustness
  2657. testing
  2658. webobjects
  2659. eomodeler
  2660. project
  2661. builder
  2662. webobjects
  2663. builder
  2664. webobjects
  2665. objective-c
  2666. webobjects
  2667. openstep
  2668. memory
  2669. management
  2670. webobjects
  2671. performance
  2672. tuning
  2673. optimization
  2674. webobjects
  2675. webobjects
  2676. server
  2677. objects
  2678. window
  2679. windows
  2680. wombat
  2681. workgroup
  2682. working
  2683. workstation
  2684. world
  2685. wrapper
  2686. writeswell
  2687. yellow
  2688. zanzibar
  2689. premiere
  2690. prepare
  2691. prepared
  2692. preparememoryforio
  2693. preparing
  2694. preperation
  2695. prerelease
  2696. prerequisite
  2697. prerequisites
  2698. prescalers
  2699. presence
  2700. present
  2701. presentation
  2702. presentations
  2703. presented
  2704. presenting
  2705. presently
  2706. presents
  2707. preserve
  2708. preserve68kregsactiv
  2709. preserve68kregssendp
  2710. preserved
  2711. press
  2712. pressed
  2713. pressing
  2714. pretty
  2715. prevent
  2716. prevented
  2717. prevents
  2718. preview
  2719. previews
  2720. productivity
  2721. products
  2722. professional
  2723. profile
  2724. profiler
  2725. profiles
  2726. profit
  2727. programQ
  2728. PowerPC G3, Mac OS 8.1 or 8.5.N
  2729. AltiVec, emulator, G4O
  2730. Dev.CD Feb 00 TC:Sample Code:P
  2731. Dev.CD Feb 00 TC
  2732.  - Sample CodeV
  2733. 5793X
  2734. Feb 00^
  2735. r--set theItem to choose file -- uncomment to test in an AS editor
  2736.     tell application "Finder"
  2737.         open item "Dev.CD Feb 00 TC:Sample Code:"
  2738.         activate
  2739.     end tell
  2740. on error errMsg number errNum
  2741.     --enter statements to perform when no records are found such as...
  2742.     display dialog "Sorry, the item you selected could not be found."
  2743.     return
  2744. end try
  2745. e    No Changef
  2746. AltiVec
  2747. emulator
  2748. Dev.CD Feb 00 TC
  2749. [D!All Packages
  2750. Tool Chest Edition
  2751. Backlight ControlI
  2752. Summary: Backlight Control is a control panel for PowerBooks which can be used to maximize the battery power by turning off the backlight while the PowerBook is inactive for certain time.J-About Backlight Control 1.0
  2753. Backlight ControlK
  2754. Oct 92M    PowerBookOPDev.CD Feb 00 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:ge
  2755.  SSWV
  2756. 4399X
  2757. end try
  2758. enable
  2759. enable
  2760. mouse
  2761. keyboard
  2762. enable
  2763. speech
  2764. enablers
  2765. enables
  2766. enabling
  2767. encapsulated
  2768. encoded
  2769. encoding
  2770. encodings
  2771. encompasses
  2772. encounter
  2773. encourage
  2774. encourages
  2775. endless
  2776. engine
  2777. engineering
  2778. engineers
  2779. engler
  2780. english
  2781. enhance
  2782. enhanced
  2783. enhancement
  2784. enhancements
  2785. enhancing
  2786. enjoy
  2787. enlarged
  2788. enlightening
  2789. enough
  2790. ensure
  2791. ensures
  2792. ensuring
  2793. entails
  2794. entering
  2795. enterprise
  2796. entertainment
  2797. entire
  2798. entries
  2799. entry
  2800. environement
  2801. environment
  2802. access
  2803. aci2.5
  2804. acireference
  2805. acrobat
  2806. acrobat
  2807. reader
  2808. 4.0.1
  2809. acrobat3
  2810. acrobat3
  2811. adbreinit
  2812. addchange
  2813. addendum
  2814. addheader
  2815. addmenu
  2816. address
  2817. administration
  2818. archive
  2819. files
  2820. archive
  2821. advanced
  2822. advanced
  2823. color
  2824. imaging
  2825. advanced
  2826. color
  2827. imaging
  2828. advanced
  2829. technique
  2830. coercion
  2831. aegizmos
  2832. aegizmos
  2833. 1.4.2
  2834. editor
  2835. stack
  2836. 1.0b3
  2837. resedit
  2838. template
  2839. aetracker
  2840. aetracker
  2841. aetracker
  2842. aetracker
  2843. monitor
  2844. aetracker
  2845. aeusertermtypes
  2846. aeusertermtypes
  2847. resource
  2848. protocol
  2849. agent
  2850. manual
  2851. changes
  2852. readme
  2853. alchemist
  2854. alerts
  2855. among
  2856. amongst
  2857. amount
  2858. 5795X
  2859. Feb 00^
  2860. --set theItem to choose file -- uncomment to test in an AS editor
  2861.     tell application "Finder"
  2862.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:Balloony:"
  2863.         activate
  2864.     end tell
  2865. on error errMsg number errNum
  2866.     --enter statements to perform when no records are found such as...
  2867.     display dialog "Sorry, the item you selected could not be found."
  2868.     return
  2869. end try
  2870. e    No Changef
  2871. balloon
  2872. dialogq
  2873. Dev.CD Feb 00 TC
  2874. ]D!All Packages
  2875. Tool Chest Edition
  2876. BBEdit Lite 3.5
  2877.     mment to test in an AS editor
  2878.     tell application "Finder"
  2879.         open item "Dev.CD Jun 97 SSW"
  2880.         activate
  2881.     end tell
  2882. on error errMsg number errNum
  2883.     --enter statements to perform when no records are found such as...
  2884.     display dialog "Sorry, the item you selected could not be found."
  2885.     return
  2886. end try
  2887. All Packages
  2888. QuickDraw 3DO
  2889. Dev.CD Jun 97 SSWP
  2890. Dev.CD Jun 97 SSV
  2891. 4391X
  2892. Jun 97
  2893. ll Packages
  2894. 6.0.3V
  2895. 1438X
  2896. [P[Dev.CD Feb 00 TC
  2897.  - Tool Chest
  2898.  - Hardware
  2899.  - Display & Video Hardware
  2900.  - Backlight ControlV
  2901. 5794X
  2902. Feb 00^
  2903. --set theItem to choose file -- uncomment to test in an AS editor
  2904.     tell application "Finder"
  2905.         open item "Dev.CD Feb 00 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:"
  2906.         activate
  2907.     end tell
  2908. on error errMsg number errNum
  2909.     --enter statements to perform when no records are found such as...
  2910.     display dialog "Sorry, the item you selected could not be found."
  2911.     return
  2912. end try
  2913. e    No Changeq
  2914. Dev.CD Feb 00 TC
  2915. \D!All Packages
  2916. Tool Chest Edition
  2917. Balloony
  2918.       tell application "Finder"
  2919.         open item "Dev.CD Jun 97 SSW"
  2920.         activate
  2921.     end tell
  2922. on error errMsg number errNum
  2923.     --enter statements to perform when no records are found such as...
  2924.     display dialog "Sorry, the item you selected could not be found."
  2925.     return
  2926. end try
  2927. All Packages
  2928. QuickDraw 3DO
  2929. Dev.CD Jun 97 SSWV
  2930. 4394X
  2931. \M|Not certain; probably requires System 7; most things these days do. Balloon help itself is present under System 7 and later.N balloon, tool, rez, menu, dialogO-Dev.CD Feb 00 TC:Tool Chest:Toolbox:Balloony:P5Dev.CD Feb 00 TC
  2932.  - Tool Chest
  2933.  - Toolbox
  2934.  - Balloonynd such as...
  2935.     display dialog "Sorry, the item you selected could not be found."
  2936.     return
  2937. end try
  2938. cted could not be found."
  2939.     return
  2940. end try
  2941. All Packages
  2942. 6.0.3O$Developer CD (III)
  2943. Developer CD (II)P#Developer CD (III)
  2944. Developer CD (IIV
  2945. 1439X
  2946. er CD 
  2947. y--set theItem to choose file -- uncomment to test in an AS editor
  2948.     tell application "Finder"
  2949.         open item "Developer CD (III)
  2950. Developer CD (II)"
  2951.         activate
  2952.     end tell
  2953. on error errMsg number errNum
  2954.     --enter statements to perform when no records are found such as...
  2955.     display dialog "Sorry, the item you selected could not be found."
  2956.     return
  2957. end try
  2958. All Packages
  2959. 6.0.3V
  2960. 1440X
  2961. This tool produces a template for building balloon help into your application. You provide your existing app or resource file, and the tool produces Rez source text for all of your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  2962. This tool produces a template for building balloon help into your application. You provide your existing app or resource file, and the tool produces Rez source text for all of 
  2963. your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  2964. Issues: This tool is provided by a third party. It and its source code have been placed in the public domain. See the READ ME for more info.
  2965. Balloonify.c
  2966. Balloonify.h
  2967. Balloony
  2968. Balloony.r
  2969. Balloony.RESOURCES
  2970. Balloony.
  2971. BalloonyHelp.r
  2972. BalloonyRes.h
  2973. main.c
  2974. Read Me
  2975. Sample OutputK
  2976. Dec 97O-Dev.CD Feb 00 TC:Tool Chest:Toolbox:Balloony:
  2977. l Packages
  2978. 5796X
  2979. Nov 99^
  2980. --set theItem to choose file -- uncomment to test in an AS editor
  2981.     tell application "Finder"
  2982.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:"
  2983.         activate
  2984.     end tell
  2985. on error errMsg number errNum
  2986.     --enter statements to perform when no records are found such as...
  2987.     display dialog "Sorry, the item you selected could not be found."
  2988.     return
  2989. end try
  2990. Deletedq
  2991. Dev.CD Nov 99 TC
  2992. ^D!All Packages
  2993. Tool Chest Edition
  2994. is a FileMaker Pro bug report database that will help developers log and record bugs in their applications.  betaBase is easy to use and easy to modify for developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  2995. Features:
  2996.  lists all of the current System Software and Macintosh Systems
  2997.  handles more than one user at a time
  2998.  password capability
  2999.  easicapability
  3000.  easi
  3001. sample
  3002. sample
  3003. survey
  3004. sample
  3005. documents
  3006. sample
  3007. driver
  3008. scsimonitor
  3009. scsimonitor
  3010. security
  3011. selectors
  3012. sendae
  3013. sendae
  3014. sendae
  3015. serial
  3016. overview
  3017. overview
  3018. appletalk
  3019. overview
  3020. appletalk
  3021. overview
  3022. development
  3023. overview
  3024. development
  3025. package
  3026. packagetool
  3027. packagetool
  3028. packagetool
  3029. packagetool
  3030. packagetool
  3031. packagetool
  3032. packageutils
  3033. packageutils
  3034. packageutils
  3035. packagewindow
  3036. packagewindow
  3037. packagewindow
  3038. pages
  3039. client
  3040. interface
  3041. client
  3042. first
  3043. plugins
  3044. portingobjectivectoj
  3045. power
  3046. power
  3047. macintosh
  3048. powerbook
  3049. powerbook
  3050. addendum
  3051. powerbook
  3052. powerbook
  3053. 2400c
  3054. powerbook
  3055. powerbook
  3056. powerbook
  3057. 2300c
  3058. powerbook
  3059. processor
  3060. powerbookg3series
  3061. powerbookg3series
  3062. powerpc
  3063. powerplant
  3064. Summary:  BBEdit Lite is a freeware derivative of BBEdit 3.5, the popular and critically acclaimed text editor for programmers, HTML authors, on-line-service users, and anyone else who needs to edit plain-text files.
  3065. BBEdit Lite is shipped with a QuickStart document which describes many of the application
  3066. s features. Full documentation, as well as a considerable amount of additional functionality, is available with the purchase of BBEdit 3.5. See the document 
  3067. How do I order BBEdit 3.5
  3068. or details on obtaining your own copy of BBEdit.
  3069. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  
  3070. BBEdit Lite is copyright 
  3071. 1992-1995 by Bare Bones Software, Inc.. All rights reserved. Address all correspondence to:
  3072. Postal:  Bare Bones Software, Inc.
  3073.     P.O. Box 108
  3074.     Bedford, MA  01730-0108
  3075. Phone:  +1 508 651 3561
  3076. Fax:    +1 508 651 7584
  3077. WWW:    http://www.tiac.net/biz/bbsw/
  3078. email
  3079. :  bbsw@netcom.com
  3080. !NOT AN APPLE PRODUCT!:
  3081. About BBEdit Lite
  3082. BBEdit Extensions:
  3083. BBEdit Lite 3.5
  3084. BBEdit Lite Quickstart
  3085. TextChanger 2.0.1:
  3086. Upgrading to BBEdit 3.5:
  3087. What's New in BBEdit Lite 3.5K
  3088. May 94L
  3089. Jan 96O@Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:PHDev.CD Nov 99 TC
  3090.  - Tool Chest
  3091.  - Developer Utilities
  3092.  - BBEdit Lite 3.5ry
  3093. --set theItem to choose file -- uncomment to test in an AS editor
  3094.     tell application "Finder"
  3095.         open item "Dev.CD Vol. VII
  3096. Dev CD Vol. V
  3097. Dev CD Vol. IV"
  3098.         activate
  3099.     end tell
  3100. on error errMsg number errNum
  3101.     --enter statements to perform when no records are found such as...
  3102.     display dialog "Sorry, the item you selected could not be found."
  3103.     return
  3104. end try
  3105. :     75020,3540
  3106. eWorld:             TEKNOSYS
  3107. Internet:            teknosys@aol.com
  3108. JQ!NOT AN APPLE PRODUCT!
  3109. About VersionEdit
  3110. For ResEdit
  3111. Project Includes
  3112. VersionEditK
  3113. Nov 95O@Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:VersionEdit 1.1:PHDev.CD Feb 00 TC
  3114.  - Tool Chest
  3115.  - Developer Utilities
  3116.  - VersionEdit 1.1
  3117. atapi
  3118. atmark
  3119. atsui
  3120. attributes
  3121. atworld
  3122. audio
  3123. authentication
  3124. automated
  3125. automated
  3126. testing
  3127. automation
  3128. aware
  3129. background
  3130. background
  3131. apple
  3132. event
  3133. background
  3134. color
  3135. window
  3136. background-only
  3137. readme
  3138. scripts
  3139. readme
  3140. mpwtool
  3141. mpwtool
  3142. 1.0.1b1c2
  3143. installer
  3144. 2.1.4
  3145. install
  3146. redistribution
  3147. installer
  3148. 1.0.1b1c2
  3149. multimedia
  3150. multimedia
  3151. standards
  3152. multimediagraphics
  3153. multiple
  3154. music
  3155. music
  3156. helper
  3157. remote
  3158. control
  3159. server
  3160. controller
  3161. unmountit
  3162. mybuildmenu
  3163. myquicktakeapp
  3164. myquicktakeapp
  3165. 1.0.1tc7
  3166. myquicktakeapp
  3167. 1.0.2
  3168. f--set theItem to choose file -- uncomment to test in an AS editor
  3169.     tell application "Finder"
  3170.         open item "Dev.CD Jul 96 SSW"
  3171.         activate
  3172.     end tell
  3173. on error errMsg number errNum
  3174.     --enter statements to perform when no records are found such as...
  3175.     display dialog "Sorry, the item you selected could not be found."
  3176.     return
  3177. end try
  3178. e item you selected could not be found."
  3179.     return
  3180. end try
  3181. All Packages
  3182. 6.0.4O
  3183. Dev CD Vol. V
  3184. Dev CD Vol. IVP
  3185. Dev CD Vol. V
  3186. Dev CD Vol. IV
  3187. 1452X
  3188. Vol. V
  3189. q--set theItem to choose file -- uncomment to test in an AS editor
  3190.     tell application "Finder"
  3191.         open item "Dev CD Vol. V
  3192. Dev CD Vol. IV"
  3193.         activate
  3194.     end tell
  3195. on error errMsg number errNum
  3196.     --enter statements to perform when no records are found such as...
  3197.     display dialog "Sorry, the item you selected could not be found."
  3198.     return
  3199. end try
  3200. All Packages
  3201. 6.0.4O
  3202. Dev CD Vol. V
  3203. Dev CD Vol. IVV
  3204. 1453X
  3205. arpsampleshell
  3206. arpsampleshell
  3207. artwork
  3208. market
  3209. guide
  3210. asian
  3211. asian
  3212. print
  3213. security
  3214. protocol
  3215. registry
  3216. server
  3217. controls/events
  3218. authentication
  3219. module
  3220. askyesno
  3221. use a preliminary, incomplete, version of the scsi.h header file. Some editing will be needed when the Universal Header version is released.
  3222. The snippets cannot be compiled as native Power Macintosh applications. Some have received minimal testing under Power Macintosh.
  3223. J'Sample Code.img
  3224. Windows Sample Code.imgK
  3225. Aug 94N
  3226. SCSI Manager 4.3O
  3227. Dev.CD Feb 00 TC:Sample Code:P
  3228. Dev.CD Feb 00 TC
  3229.  - Sample Codery
  3230. All Packages
  3231. 6.0.4O
  3232. Dev CD Vol. VP
  3233. Dev CD Vol. V
  3234. 1454X
  3235. Vol. V
  3236. b--set theItem to choose file -- uncomment to test in an AS editor
  3237.     tell application "Finder"
  3238.         open item "Dev CD Vol. V"
  3239.         activate
  3240.     end tell
  3241. on error errMsg number errNum
  3242.     --enter statements to perform when no records are found such as...
  3243.     display dialog "Sorry, the item you selected could not be found."
  3244.     return
  3245. end try
  3246. All Packages
  3247. 6.0.4O Dev CD Vol. V
  3248. Developer CD (III)P
  3249. Dev CD Vol. V
  3250. Developer CD (IIIV
  3251. 1455X
  3252. Vol. V
  3253. hubbard
  3254. human
  3255. hundreds
  3256. huxham
  3257. hybrid
  3258. hypercard
  3259. icon's
  3260. icons
  3261. identify
  3262. illustrated
  3263. illustrates
  3264. illustrating
  3265. image
  3266. image's
  3267. apple
  3268. detectors
  3269. technology
  3270. scans
  3271. searchi
  3272. apple
  3273. sprockets
  3274. libraries
  3275. designed
  3276. simplify
  3277. apple
  3278. location
  3279. manager
  3280. allows
  3281. users
  3282. switch
  3283. groups
  3284. apple
  3285. system
  3286. profiler
  3287. gather
  3288. information
  3289. about
  3290. apple
  3291. wants
  3292. communicate
  3293. benefits
  3294. native
  3295. apple
  3296. workgroup
  3297. server
  3298. 9650/350
  3299. developer
  3300. apple's
  3301. apple-sanctioned
  3302. apple-specific
  3303. apple-sponsored
  3304. applecd
  3305. appleevent
  3306. appleevent-based
  3307. appleevents
  3308. appleglot
  3309. appleguide
  3310. appleguidegluelib
  3311. appleii
  3312. applejava
  3313. applelink
  3314. applemodemtool
  3315. appletalk's
  3316. system
  3317. 6473X
  3318. Nov 99^
  3319. --set theItem to choose file -- uncomment to test in an AS editor
  3320.     tell application "Finder"
  3321.         open item "Dev.CD Nov 99 TC:Sample Code:Sample Code Survey"
  3322.         activate
  3323.     end tell
  3324. on error errMsg number errNum
  3325.     --enter statements to perform when no records are found such as...
  3326.     display dialog "Sorry, the item you selected could not be found."
  3327.     return
  3328. end try
  3329. Deletedf%sample code survey
  3330. developer feedbackq
  3331. Dev.CD Nov 99 TC
  3332. D!All Packages
  3333. Tool Chest Edition
  3334. Sample Code - Text
  3335.     tell application "Finder"
  3336.         open item "Dev CD Vol. IV"
  3337.         activate
  3338.     end tell
  3339. on error errMsg number errNum
  3340.     --enter statements to perform when no records are found such as...
  3341.     display dialog "Sorry, the item you selected could not be found."
  3342.     return
  3343. end try
  3344. All Packages
  3345. 6.0.4O
  3346. Developer CD (III)P
  3347. Developer CD (IIIV
  3348. 1460X
  3349. er CD 
  3350. - Common
  3351.     - Sun Compliant Java Runtime Environment 1.1
  3352.     - QuickTime 3 
  3353.     - QTJava.zip
  3354.     - QTJava media samples
  3355. - Mac OS:
  3356.     - System 8 or later
  3357.     - Macintosh Runtime for Java (MRJ) 2.1
  3358. - Windows 95, 98, or NT::
  3359.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3360. QuickTime, Java, MRJtworked
  3361. networking
  3362. networks
  3363. networksetuphelpers
  3364. networkstream
  3365. end try
  3366. All Packages
  3367. 6.0.4O
  3368. Developer CD (III)P
  3369. Developer CD (IIIV
  3370. 1462X
  3371. er CD 
  3372. g--set theItem to choose file -- uncomment to test in an AS editor
  3373.     tell application "Finder"
  3374.         open item "Developer CD (III)"
  3375.         activate
  3376.     end tell
  3377. on error errMsg number errNum
  3378.     --enter statements to perform when no records are found such as...
  3379.     display dialog "Sorry, the item you selected could not be found."
  3380.     return
  3381. end try
  3382. All Packages
  3383. 6.0.4O
  3384. Developer CD (III)P
  3385. Developer CD (IIIV
  3386. 1463X
  3387. er CD 
  3388. Slot, Slot Manager, Slot Mgr., Declaration, ROM, configuration, configuration ROM, NuBus, CRC,  CRCPatch, CRCCalc, Data, tjs commOPDev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:P[Dev.CD Feb 00 TC
  3389.  - Tool Chest
  3390.  - Devices
  3391.  - NuBus/Slot Manager
  3392.  - ROM Build/Download 3.2.4V
  3393. 6458X
  3394. Feb 00^
  3395. --set theItem to choose file -- uncomment to test in an AS editor
  3396.     tell application "Finder"
  3397.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:"
  3398.         activate
  3399.     end tell
  3400. on error errMsg number errNum
  3401.     --enter statements to perform when no records are found such as...
  3402.     display dialog "Sorry, the item you selected could not be found."
  3403.     return
  3404. end try
  3405. e    No ChangefuSlot
  3406. Slot Manager
  3407. Slot Mgr.
  3408. Declaration
  3409. configuration
  3410. configuration ROM
  3411. NuBus
  3412.  CRCPatch
  3413. CRCCalc
  3414. tjs commq
  3415. Dev.CD Feb 00 TC
  3416. D!All Packages
  3417. Tool Chest Edition
  3418. Sad Mac Error Codes 1.1
  3419. sample
  3420. which
  3421. demonstrates
  3422. scripting
  3423. stuffit
  3424. engine
  3425. library
  3426. distr
  3427. items
  3428. iterate
  3429. iteration
  3430. iterations
  3431. itself
  3432. iw-half-dither
  3433. j-1.1
  3434. james
  3435. jamie
  3436. january
  3437. january/february
  3438. human
  3439. interface
  3440. guidelines
  3441. runtime
  3442. runtime
  3443. 2.1.4
  3444. upgrade
  3445. 2.1.3
  3446. server
  3447. developer
  3448. documentation
  3449. mac-only
  3450. macos
  3451. macro
  3452. macsbugW
  3453. macsnmp
  3454. mactcp
  3455. madness
  3456. e    No Changeq
  3457. Dev.CD Feb 00 TC
  3458. D!All Packages
  3459. Mac OS SDK Edition
  3460. Rhapsody Documentation
  3461. OpenStep documentation applies to Rhapsody! That means you can develop OpenStep applications today and use the same source base for Rhapsody later.
  3462. UPDATED  DOCUMENTATION:
  3463. Discovering OPENSTEP: A Developer Tutorial (Rhapsody)
  3464. Updated for Rhapsody: new material, all reported bugs fixed, with screenshots of the Rhapsody development environment.
  3465. Appkit Reference
  3466. The complete reference for OpenStep Application kit classes and protocols. The Appkit provides everything the user sees and touchW
  3467. media
  3468. megamovies
  3469. memhell
  3470. memhell
  3471. 1.0a6
  3472. readme
  3473. memory
  3474. memory
  3475. management
  3476. message
  3477. meta-content
  3478. meta-content
  3479. format
  3480. a Access application, a panel appears that shows them if the camera is connected, the number of images in the camera, and two buttons (one to view images in the camera and the other to transfer images between the computer and the camera). This camera panel is an example of a camera component. Camera vendors will be provided with the opportunity to create components unique to their digital cameras. 
  3481. This entire modular architecture will provide advantages for application developers, camera
  3482.  vendors, and ultimately, end users. It will make it easier for application developers to better integrate their applications with camera devices. This, in turn, will make it easier for users to integrate images with their documents, presentations, web sites, and other communications. It will also provide users with more image and camera savvy applications to improve their productivity. Camera vendors win because they no longer need to spend large amounts of time creating image capture app
  3483. textchanger
  3484. 2.0.1
  3485. textdrag
  3486. textdrag
  3487. textencodingcmgr
  3488. textfile
  3489. textfile
  3490. textfile
  3491. textfile
  3492. textfile
  3493. textfile
  3494. textintlsvcs
  3495. sighyper
  3496. hytime
  3497. themes
  3498. things
  3499. think
  3500. think
  3501. think
  3502. pascal
  3503. files
  3504. timecode
  3505. timeslaving
  3506. title
  3507. toolbox
  3508. toolkit
  3509. tools
  3510. tools
  3511. goodies
  3512. tools
  3513. topics
  3514. total
  3515. helper
  3516. training
  3517. transitions
  3518. transitions
  3519. themes
  3520. powertalk
  3521. enabler
  3522. premixer
  3523. primer
  3524. print
  3525. printing
  3526. printrecordspy
  3527. procdoggie2.1b2
  3528. processes
  3529. =sion technologies, and media devices (cameras, microphones, and so forth). QuickTime Conferencing provides consistent standards that encourage software developers to create application programs that look and act the same from a user
  3530. s point of view, regardless of the computer, network service, or devices being used.
  3531. Install QuickTime Conferencing
  3532. Marketing Stuff
  3533. Programming Stuff
  3534. QTC Technical Backgrounder
  3535. QuickTime Conf. - Read Me First
  3536. Using QuickTime ConferencingK
  3537. Apr 96
  3538.  Quadra 660AV or 840AV, Power Macintosh AV computer, or Power Macintosh with AV card upgrade 
  3539.  16 megabytes of  DRAM (memory)
  3540.  Video source (for instance, a video camera or VCR)
  3541.  Audio source (for instance, a  PlainTalk microphone or VCR)
  3542.  Network connection (for instance, Ethernet or ISDN)
  3543.  Network Software Installer version 1.5. (this is already installed on Power Macintosh 7500 and 8500 computers)
  3544. ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:
  3545. 5797X
  3546. Nov 99^
  3547. --set theItem to choose file -- uncomment to test in an AS editor
  3548.     tell application "Finder"
  3549.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:betaBase:"
  3550.         activate
  3551.     end tell
  3552. on error errMsg number errNum
  3553.     --enter statements to perform when no records are found such as...
  3554.     display dialog "Sorry, the item you selected could not be found."
  3555.     return
  3556. end try
  3557. Deletedf
  3558. database
  3559. beta test
  3560. beta helpq
  3561. Dev.CD Nov 99 TC
  3562. All Packages
  3563. BinHexI
  3564. Summary: This is the definition for the BinHex 4.0 Protocol.  It will be useful for folks interested in adding BinHex 4.0 to their communications or file compression packages.J
  3565. BinHex 4.0 SpecsK
  3566. May 93M
  3567. Adobe Acrobat Reader.OKDev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:PSDev.CD Dec 99 RL Disk 1
  3568.  - Technical Documentation
  3569.  - Misc. Standards
  3570.  - BinHex 4.0V
  3571. 5798X
  3572. Dec 99^    RL Disk 1
  3573. e    No Change
  3574. 1e    No Change
  3575.     B&ly copy information from other records
  3576. J5betaBase d1a2
  3577. ReadME - betaBase
  3578. ReadME - betaBase.txtK
  3579. Sep 93M
  3580. FileMaker ProN
  3581. database, beta test, beta helpOGDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:betaBase:PRDev.CD Nov 99 TC
  3582.  - Tool Chest
  3583.  - Testing & Debugging
  3584.  - Bug Reporting
  3585.  - betaBases may be created.  All imaginable parameters of the progress bar windoid are gettable/settable as HyperCard properties.  Includes Test/Demo Stack and full source.  
  3586. JbProgressWindoid
  3587. ProgressWindoid Worksheet
  3588. ProgressWindoid.c
  3589. ProgressWindoid.make
  3590. ProgressWindoid.
  3591. Vol VIIL
  3592. Apr 92M5HyperCard 2.0, This package is System 7.0 compatible.O_Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  3593. C:PmDev.CD Feb 00 TC
  3594.  - Tool Chest
  3595.  - Development Kits
  3596.  - HyperCard Related
  3597.  - XCMDs & XFCNs
  3598.  - ProgressWindoid
  3599. packages
  3600. betaBase
  3601. Summary:  betaBase is a FileMaker Pro bug report database that will help developers log and record bugs in their applications.  betaBase is easy to use and easy to modify for developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  3602. Features:
  3603.  lists all of the current System Software and Macintosh Systems
  3604.  handles more than one user at a time
  3605.  password capability
  3606.  easitem you selected could not be found."
  3607.     return
  3608. end try
  3609. e    No Changeq
  3610. Dev.CD Feb 00 TC
  3611. D!All Packages
  3612. Tool Chest Edition
  3613. ProgressWindoid-C
  3614. _e    No Changeq
  3615. Dev.CD Dec 99 RL Disk 1
  3616. `D!All Packages
  3617. Tool Chest Edition
  3618. ation exercises the CopyBits, CopyMask, and new CopyBitMask traps.  It can be used as a learning tool which allows the user to experiment which various combinations of input to QuickDraw's bit manipulation routines.JbCopyBits Application
  3619. CopyBits.make
  3620. LibHeaders
  3621. LibObject
  3622. ObjectCode
  3623. Resources
  3624. Scrapbook File
  3625. SourceK
  3626. Vol VL
  3627. Vol VIIIM
  3628. 7.0O3Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:P;Dev.CD Feb 00 TC
  3629.  - Tool Chest
  3630.  - QuickDraw
  3631.  - Bitblitz 1.0V
  3632. 5799X
  3633. Feb 00^
  3634. --set theItem to choose file -- uncomment to test in an AS editor
  3635.     tell application "Finder"
  3636.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:"
  3637.         activate
  3638.     end tell
  3639. on error errMsg number errNum
  3640.     --enter statements to perform when no records are found such as...
  3641.     display dialog "Sorry, the item you selected could not be found."
  3642.     return
  3643. end try
  3644. e    No Changeq
  3645. Dev.CD Feb 00 TC
  3646. ev.CD Feb 00 TC
  3647. --set theItem to choose file -- uncomment to test in an AS editor
  3648.     tell application "Finder"
  3649.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:"
  3650.         activate
  3651.     end tell
  3652. on error errMsg number errNum
  3653.     --enter statements to perform when no records are found such as...
  3654.     display dialog "Sorry, the item you selected could not be found."
  3655.     return
  3656. end try
  3657. y dialog "Sorry, the item you selected could not be found."
  3658.     return
  3659. end try
  3660. Deletedq
  3661. Dev.CD Dec 99 RL
  3662. D!All Packages
  3663. Tool Chest Edition
  3664. Programmer's Key 1.4.2
  3665. ISummary: Programmer's Key is a small INIT that allows the use of the 'power-on' key of an Apple Desktop Bus keyboard as a substitute for the Programmer's Switch. To install Programmer's Key; simply drag it into your System Folder and reboot.
  3666. Features: Allows reset and interrupt from keyboard.
  3667. This package is 7.0 compatible.  
  3668. General tools.imgK
  3669. Vol IIIL
  3670. Mar 92ge
  3671. Dev.CD Apr 93P
  3672. Dev.CD Apr 9V
  3673. 6742X
  3674. Apr 93
  3675. b--set theItem to choose file -- uncomment to test in an AS editor
  3676.     tell application "Finder"
  3677.         open item "Dev.CD Apr 93"
  3678.         activate
  3679.     end tell
  3680. on error errMsg number errNum
  3681.     --enter statements to perform when no records are found such as...
  3682.     display dialog "Sorry, the item you selected could not be found."
  3683.     return
  3684. end try
  3685. All Packages
  3686. System Enabler 111 (PB 160/180)O
  3687. Dev.CD Apr 93P
  3688. Dev.CD Apr 9V
  3689. 6743X
  3690. Apr 93
  3691. b--set theItem to choose file -- uncomment to test in an AS editor
  3692.     tell application "Finder"
  3693.         open item "Dev.CD Apr 93"
  3694.         activate
  3695.     end tell
  3696. on error errMsg number errNum
  3697.     --enter statements to perform when no records are found such as...
  3698.     display dialog "Sorry, the item you selected could not be found."
  3699.     return
  3700. end try
  3701. All Packages
  3702. System Enabler 111 (PB 160/180)O
  3703. Dev.CD Apr 93P
  3704. Dev.CD Apr 9V
  3705. 6744X
  3706. Apr 93
  3707. bOVDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:BouncingSprites:PdDev.CD Feb 00 TC
  3708.  - What's New?
  3709.  - Sample Code
  3710.  - QuickTime
  3711.  - QuickTime for Java
  3712.  - BouncingSpritesV
  3713. 5801X
  3714. Feb 00^
  3715. --set theItem to choose file -- uncomment to test in an AS editor
  3716.     tell application "Finder"
  3717.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:BouncingSprites:"
  3718.         activate
  3719.     end tell
  3720. on error errMsg number errNum
  3721.     --enter statements to perform when no records are found such as...
  3722.     display dialog "Sorry, the item you selected could not be found."
  3723.     return
  3724. end try
  3725. New Packagef
  3726. QuickTime
  3727. Dev.CD Feb 00 TC
  3728. cD(All Packages
  3729. Reference Library Edition
  3730. Bug Reporting
  3731. on error errMsg number errNum
  3732.     --enter statements to perform when no records are found such as...
  3733.     display dialog "Sorry, the item you selected could not be found."
  3734.     return
  3735. end try
  3736. All Packages
  3737. 1482X
  3738. 6448X
  3739. Sep 97^
  3740. --set theItem to choose file -- uncomment to test in an AS editor
  3741.     tell application "Finder"
  3742.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  3743. MPTA Goodies:QuickView
  3744.  Developer Edition:"
  3745.         activate
  3746.     end tell
  3747. on error errMsg number errNum
  3748.     --enter statements to perform when no records are found such as...
  3749.     display dialog "Sorry, the item you selected could not be found."
  3750.     return
  3751. end try
  3752. e    No Changef TOOLBOX ASSISTANT
  3753. QUICKVIEWq
  3754. Dev.CD Sep 97 RL
  3755. D!All Packages
  3756. Tool Chest Edition
  3757. Qwertytunes 0.6
  3758. /Summary: This small application lets you control send MIDI information into the MIDI Manager using the alphabetic keyboard. This can control sequencers, or MIDI devices directly.
  3759. Features: Can define the pitch and velocity for each of the 40 keys below and including the number keys, 1 through 9 and 0.
  3760. e    No Change
  3761. 5800X
  3762. Feb 00^
  3763. --set theItem to choose file -- uncomment to test in an AS editor
  3764.     tell application "Finder"
  3765.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  3766.         activate
  3767.     end tell
  3768. on error errMsg number errNum
  3769.     --enter statements to perform when no records are found such as...
  3770.     display dialog "Sorry, the item you selected could not be found."
  3771.     return
  3772. end try
  3773. e    No Changeq
  3774. Dev.CD Feb 00 TC
  3775. bD.All Packages
  3776. Tool Chest Edition
  3777. New & Revisedo construct a simple animation and apply compositing (graphics mode) effects to the sprites.J5README.txt
  3778. sd.bat
  3779. SpriteDemoApp
  3780. SpriteDemoApp.zip
  3781. Feb 00
  3782. - Common
  3783.     - Sun Compliant Java Runtime Environment 1.1
  3784.     - QuickTime 3 
  3785.     - QTJava.zip
  3786.     - QTJava media samples
  3787. - Mac OS:
  3788.     - System 8 or later
  3789.     - Macintosh Runtime for Java (MRJ) 2.1
  3790. - Windows 95, 98, or NT::
  3791.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3792. QuickTime, Java, MRJckTime, Java, MRJ
  3793. BitBlitz 1.0I
  3794. Summary:This application exercises the CopyBits, CopyMask, and new CopyBitMask traps.  It can be used as a learning tool which allows the user to experiment which various combinations of input to QuickDraw's bit manipulation routines.JbCopyBits Application
  3795. CopyBits.make
  3796. LibHeaders
  3797. LibObject
  3798. ObjectCode
  3799. Resources
  3800. Scrapbook File
  3801. SourceK
  3802. Vol VL
  3803. Vol VIIIM
  3804. 7.0O3Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:P;Dev.CD Feb 00 TC
  3805.  - Tool Chest
  3806.  - QuickDraw
  3807.  - Bitblitz 1.0V
  3808. 5799X
  3809. Feb 00^
  3810. --set theItem to choose file -- uncomment to test in an AS editor
  3811.     tell application "Finder"
  3812.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:"
  3813.         activate
  3814.     end tell
  3815. on error errMsg number errNum
  3816.     --enter statements to perform when no records are found such as...
  3817.     display dialog "Sorry, the item you selected could not be found."
  3818.     return
  3819. end try
  3820. e    No Changeq
  3821. Dev.CD Feb 00 TC
  3822. aD!All Packages
  3823. Tool Chest Edition
  3824. F    Blat dcmd
  3825. BSummary: Blat is a dcmd that uses the MMU in order to catch references to memory locations  0 through 255.   That is, it will stop any program from reading or writing to the memory that starts at zero, and is 256 bytes long.  That hunk of memory is reserved for Motorola, and is used as the exception vectors for the CPU. 
  3826. Memory Management.imgK
  3827. Sep 92OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  3828.  - Tool Chest
  3829.  - Testing & Debugging
  3830.  - Memory Managementhat the name of the profile file is the same as the name in the profile.  To use this application, first rename the file name of the profile as desired.  Then drag the ColorSync Profile (or a folder containing several profiles) onto this application and it make the internal profile name the same as the profile's file name.
  3831. Features: see above
  3832. Issues: none
  3833. JVDropShell.mcp
  3834. DropShell.rsrc
  3835. DSUserProcs.c
  3836. ProfileRenamer -- readme
  3837. ProfileRenamer 68kK
  3838. Jan 98M    ColorSync
  3839. oracle
  3840. oracleeoadaptor
  3841. orchestra
  3842. order
  3843. orderly
  3844. org/developers
  3845. osaka
  3846. osborne
  3847. oserr
  3848. osl-compliant
  3849. ot/ppp
  3850. other
  3851. othmer
  3852. otlifo
  3853. ought
  3854. oughta
  3855. draft
  3856. draftbits
  3857. drafting
  3858. drag-and-drop
  3859. dragable
  3860. dragged
  3861. dragging
  3862. draglib
  3863. draglow
  3864. dragwindow
  3865. dragwindowgrid
  3866. dramatic
  3867. dramatically
  3868. drawback
  3869. learning
  3870. eomodeler
  3871. learning
  3872. effectively
  3873. eomodeler
  3874. application
  3875. least
  3876. leave
  3877. leaving
  3878. ledapp
  3879. legacy
  3880. legal
  3881. length
  3882. lesser
  3883. lessons
  3884. letter
  3885. letters
  3886. 6541X
  3887. Jan 00^
  3888. --set theItem to choose file -- uncomment to test in an AS editor
  3889.     tell application "Finder"
  3890.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Speech Synthesis Manager:"
  3891.         activate
  3892.     end tell
  3893. on error errMsg number errNum
  3894.     --enter statements to perform when no records are found such as...
  3895.     display dialog "Sorry, the item you selected could not be found."
  3896.     return
  3897. end try
  3898. e    No Changef3Speech
  3899. Synthesis
  3900. Text-to-Speech
  3901. MacinTalk
  3902. PlainTalkq
  3903. Dev.CD Jan 00 SDK1
  3904. GD.All Packages
  3905. Tool Chest Edition
  3906. New & RevisedF
  3907. SprocketInvaders
  3908. SprocketInvaders is a full featured game specfically built to demonstrate GameSprockets.  It contains implmentations of Draw, Sound, Input and Net Sprocket.  It also shows some other basic techniques for games, such as handling events loops, sprites and CD audio.
  3909. Dev.CD Vol. X
  3910. Dev.CD Vol. IX
  3911. Dev.CD Vol. VIII
  3912. Dev.CD Vol. VII
  3913. Dev CD Vol. VIV
  3914. 1495X
  3915. All Packages
  3916. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  3917. Dev.CD Jan 94
  3918. Dev.CD Oct 93
  3919. Dev.CD Jul 93
  3920. Dev.CD Apr 93PDDev.CD Apr 94
  3921. Dev.CD Jan 94
  3922. Dev.CD Oct 93
  3923. Dev.CD Jul 93
  3924. Dev.CD Apr 9V
  3925. 6835X
  3926. Apr 94
  3927. --set theItem to choose file -- uncomment to test in an AS editor
  3928.     tell application "Finder"
  3929.         open item "Dev.CD Apr 94
  3930. Dev.CD Jan 94
  3931. Dev.CD Oct 93
  3932. Dev.CD Jul 93
  3933. Dev.CD Apr 93"
  3934.         activate
  3935.     end tell
  3936. on error errMsg number errNum
  3937.     --enter statements to perform when no records are found such as...
  3938.     display dialog "Sorry, the item you selected could not be found."
  3939.     return
  3940. end try
  3941. All Packages
  3942. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  3943. Dev.CD Jan 94
  3944. Dev.CD Oct 93
  3945. Dev.CD Aug 93P6Dev.CD Apr 94
  3946. Dev.CD Jan 94
  3947. Dev.CD Oct 93
  3948. Dev.CD Aug 9V
  3949. 6836X
  3950. Apr 94
  3951. Scrap Color 1.0
  3952. Summary:  Have you ever noticed that there isn't an effective way to transfer color information from one program to another without resorting to writing down the actual values of a color and then typing them back in where you want them?  It's annoying to say the least.  Especially if you want to move or keep track of a number of colors.  Also, if the information could be moved from one application to another, programs could work together better and in a more integrated fashion.
  3953. At least t
  3954. Wisplay dialog "Sorry, the item you selected could not be founB
  3955.     return
  3956. end try
  3957. All Packages
  3958. 6.0.7OcDev.CD July 92
  3959. Dev.CD June 92
  3960. Dev.CD May 92
  3961. Dev.CD Apr 92
  3962. Dev.CD Mar 92
  3963. Dev.CD Feb 92
  3964. Dev.CD Jan 92PbDev.CD July 92
  3965. Dev.CD June 92
  3966. Dev.CD May 92
  3967. Dev.CD Apr 92
  3968. Dev.CD Mar 92
  3969. Dev.CD Feb 92
  3970. Dev.CD Jan 9V
  3971. 1496X
  3972. July 9
  3973. BouncingSpritesIyThis demo program shows how to construct a simple animation and apply compositing (graphics mode) effects to the sprites.J5README.txt
  3974. sd.bat
  3975. SpriteDemoApp
  3976. SpriteDemoApp.zip
  3977. Feb 00
  3978. - Common
  3979.     - Sun Compliant Java Runtime Environment 1.1
  3980.     - QuickTime 3 
  3981.     - QTJava.zip
  3982.     - QTJava media samples
  3983. - Mac OS:
  3984.     - System 8 or later
  3985.     - Macintosh Runtime for Java (MRJ) 2.1
  3986. - Windows 95, 98, or NT::
  3987.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3988. QuickTime, Java, MRJ
  3989. Dev.CD Feb 00 TC
  3990.  - Sample CodeV
  3991. 4370X
  3992. Feb 00^
  3993. r--set theItem to choose file -- uncomment to test in an AS editor
  3994.     tell application "Finder"
  3995.         open item "Dev.CD Feb 00 TC:Sample Code:"
  3996.         activate
  3997.     end tell
  3998. on error errMsg number errNum
  3999.     --enter statements to perform when no records are found such as...
  4000.     display dialog "Sorry, the item you selected could not be found."
  4001.     return
  4002. end try
  4003. e    No Changef
  4004. process managerq
  4005. Dev.CD Feb 00 TC
  4006. All Packages
  4007. 5802X
  4008. Dec 99^
  4009. --set theItem to choose file -- uncomment to test in an AS editor
  4010.     tell application "Finder"
  4011.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  4012.         activate
  4013.     end tell
  4014. on error errMsg number errNum
  4015.     --enter statements to perform when no records are found such as...
  4016.     display dialog "Sorry, the item you selected could not be found."
  4017.     return
  4018. end try
  4019. Deletedf"bug reports
  4020. error reports to Appleq
  4021. Dev.CD Dec 99 RL
  4022. dD!All Packages
  4023. Tool Chest Edition
  4024. bugInfo macro
  4025.     hen no records are found such as...
  4026.     display dialog "Sorry, the item you selected could not be found."
  4027.     return
  4028. end try
  4029. All Packages
  4030. 6.0.7O9Dev.CD July 92
  4031. Dev.CD June 92
  4032. Dev.CD May 92
  4033. Dev.CD Apr 92P8Dev.CD July 92
  4034. Dev.CD June 92
  4035. Dev.CD May 92
  4036. Dev.CD Apr 9V
  4037. 1499X
  4038. July 9
  4039. <The "Apple Bug Reporter" HyperCard stack is no longer the way to report bugs to Apple. Instead, you should report them through the World Wide Web by going to <http://gemma.apple.com/bin/bugrpt.pl>. If you do not have web access, fill out the template contained in this document and send it to <devsupport@apple.com>.
  4040. JvAppleII File and Auxiliary Type
  4041. Bug Reporting
  4042. C/F Registration Requests:
  4043. Dev Info Change Form
  4044. NuBus Board RegistrationK
  4045. May 92L
  4046. Jan 98N#bug reports, error reports to AppleO+Dev.CD Dec 99 RL:Utilities:Developer Forms:P0Dev.CD Dec 99 RL
  4047.  - Utilities
  4048.  - Developer FormsD Vol. VIII"
  4049.         activate
  4050.     end tell
  4051. on error errMsg number errNum
  4052.     --enter statements to perform when no records are found such as...
  4053.     display dialog "Sorry, the item you selected could not be found."
  4054.     return
  4055. end try
  4056. All Packages
  4057. 6.0.7V
  4058. 1501X
  4059. ratesQ
  4060. rawip
  4061. rawmode
  4062. reader
  4063. reality
  4064. receives
  4065. recognition
  4066. reconfiguration
  4067. record
  4068. recordable
  4069. redbook
  4070. redbook
  4071. audio
  4072. redistribution
  4073. redistribution
  4074. reference
  4075. reference
  4076. counting
  4077. reference
  4078. counts
  4079. referential
  4080. referential
  4081. integrity
  4082. rules
  4083. reformatting
  4084. region
  4085. registration
  4086. registry
  4087. related
  4088. release
  4089. rename
  4090. renderer
  4091. rendering
  4092. replace
  4093. replacement
  4094. reports
  4095. resdistributor
  4096. resedit
  4097. resedit
  4098. 2.1.1
  4099. disassembly
  4100. disassembler
  4101. viewer
  4102. edito
  4103. resolution
  4104. resource
  4105. resource
  4106. management
  4107. usage
  4108. video
  4109. viewer
  4110. virtual
  4111. virtual
  4112. virtualuser
  4113. volumes
  4114. vtwin
  4115. wannabe
  4116. cd-rom
  4117. cd-rom
  4118. detection
  4119. cd-rom
  4120. validator
  4121. centris/quadra
  4122. cfm-68k
  4123. cfm-68k
  4124. chinese
  4125. chinese
  4126. dictation
  4127. chinese
  4128. dictation
  4129. chinese
  4130. handwriting
  4131. chinese
  4132. handwriting
  4133. chinese
  4134. language
  4135. chinese
  4136. language
  4137. updater
  4138. chinesetalk
  4139. chinesetalk
  4140. 6.0.3
  4141. chinesetalk
  4142. chinesetraditionalfo
  4143. chinesetraditionalfo
  4144. 6.0.5
  4145. chromakeymovie
  4146. cihui
  4147. classic
  4148. client
  4149. colorsync
  4150. photoshop
  4151. plugins
  4152. communications
  4153. communications
  4154. toolbox
  4155. compositedeffects
  4156. computer-based
  4157. computer-based
  4158. media
  4159. broadcast
  4160.  Packages
  4161. PPC EnablerO
  4162. Dev.CD Jul 95P
  4163. Dev.CD Jul 9V
  4164. 4362X
  4165. Jul 95
  4166. b--set theItem to choose file -- uncomment to test in an AS editor
  4167.     tell application "Finder"
  4168.         open item "Dev.CD Jul 95"
  4169.         activate
  4170.     end tell
  4171. on error errMsg number errNum
  4172.     --enter statements to perform when no records are found such as...
  4173.     display dialog "Sorry, the item you selected could not be found."
  4174.     return
  4175. end try
  4176. All Packages
  4177. PPC EnablerO
  4178. Dev.CD Jul 95P
  4179. Dev.CD Jul 9V
  4180. 4363X
  4181. Jul 95
  4182. b--set theItem to choose file -- uncomment to test in an AS editor
  4183.     tell application "Finder"
  4184.         open item "Dev.CD Jul 95"
  4185.         activate
  4186.     end tell
  4187. on error errMsg number errNum
  4188.     --enter statements to perform when no records are found such as...
  4189.     display dialog "Sorry, the item you selected could not be found."
  4190.     return
  4191. end try
  4192. All Packages
  4193. PPC EnablerO
  4194. Dev.CD Jul 95P
  4195. Dev.CD Jul 9V
  4196. 4364X
  4197. Jul 95
  4198. CD Vol. VIV
  4199. 1504X
  4200. Dev.CD Apr 95
  4201. Dev.CD Jan 95P
  4202. Dev.CD Apr 95
  4203. Dev.CD Jan 9V
  4204. 6309X
  4205. Apr 95
  4206. p--set theItem to choose file -- uncomment to test in an AS editor
  4207.     tell application "Finder"
  4208.         open item "Dev.CD Apr 95
  4209. Dev.CD Jan 95"
  4210.         activate
  4211.     end tell
  4212. on error errMsg number errNum
  4213.     --enter statements to perform when no records are found such as...
  4214.     display dialog "Sorry, the item you selected could not be found."
  4215.     return
  4216. end try
  4217. All Packages
  4218. QuickDraw GXO
  4219. Dev.CD Apr 95
  4220. Dev.CD Jan 95P
  4221. Dev.CD Apr 95
  4222. Dev.CD Jan 9V
  4223. 6310X
  4224. Apr 95
  4225. p--set theItem to choose file -- uncomment to test in an AS editor
  4226.     tell application "Finder"
  4227.         open item "Dev.CD Apr 95
  4228. Dev.CD Jan 95"
  4229.         activate
  4230.     end tell
  4231. on error errMsg number errNum
  4232.     --enter statements to perform when no records are found such as...
  4233.     display dialog "Sorry, the item you selected could not be found."
  4234.     return
  4235. end try
  4236. All Packages
  4237. QuickDraw GXV
  4238. 6311X
  4239. reporter
  4240. reporting
  4241. reports
  4242. repositories
  4243. repository
  4244. representation
  4245. representative
  4246. require
  4247. required
  4248. requirements
  4249. requires
  4250. requiring
  4251. requiring
  4252. training
  4253. apple
  4254. chinese
  4255. handwriting
  4256. research
  4257. researching
  4258. resedit
  4259. reserved
  4260. reside
  4261. resizeable
  4262. resolution
  4263. resolutions
  4264. resolve
  4265. resolvealiastopath
  4266. resource
  4267. resources
  4268. respond
  4269. response
  4270. responsible
  4271. ressler
  4272. restartW
  4273. result
  4274. results
  4275. resume
  4276. retail
  4277. reporting
  4278. bugdetails
  4279. build
  4280. buildfailed
  4281. building
  4282. building
  4283. dcmds
  4284. building
  4285. sprocketinvaders
  4286. buildprogram
  4287. builds
  4288. buildscript
  4289. buildsucceeded
  4290. buildxcmd
  4291. business
  4292. business
  4293. opp's
  4294. germany
  4295. butcdef
  4296. butcdef
  4297. byrne's
  4298. byrne's
  4299. xcmds
  4300. xfcns
  4301. byrne's
  4302. xcmds&xfcns
  4303. c-french
  4304. c-french
  4305. canadian
  4306. registration
  4307. requests
  4308. calendoid
  4309. calendoid
  4310. callback
  4311. callback
  4312. sample
  4313. callfinder
  4314. callfinder
  4315. callfinder
  4316. callhyper
  4317. resources
  4318. return
  4319. return
  4320. investment
  4321. business
  4322. processes
  4323. interactive
  4324. media
  4325. reverb
  4326. rgbforecolor
  4327. rhapsody
  4328. rhapsody
  4329. yellow
  4330. openstep
  4331. rhapsody
  4332. pages
  4333. riser
  4334. robustness
  4335. rotation
  4336. router
  4337. routing
  4338. rules
  4339. runtime
  4340. sample
  4341. sample
  4342. games
  4343. graphics
  4344. animation
  4345. sample
  4346. survey
  4347. developer
  4348. feedback
  4349. sample
  4350. traffic
  4351. light
  4352. saving
  4353. scanner
  4354. screen
  4355. script
  4356. selected
  4357. selector
  4358. serial
  4359. serialshimlib
  4360. series
  4361. server
  4362. services
  4363. setting
  4364. setup
  4365. shared
  4366. sherlock
  4367. sherlock
  4368. content
  4369. extractor
  4370. search
  4371. 5803X
  4372. Feb 00^
  4373. --set theItem to choose file -- uncomment to test in an AS editor
  4374.     tell application "Finder"
  4375.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  4376.         activate
  4377.     end tell
  4378. on error errMsg number errNum
  4379.     --enter statements to perform when no records are found such as...
  4380.     display dialog "Sorry, the item you selected could not be found."
  4381.     return
  4382. end try
  4383. e    No Changef
  4384. testing
  4385. debuggingq
  4386. Dev.CD Feb 00 TC
  4387. eD!All Packages
  4388. Tool Chest Edition
  4389. Business Opp's - Germany
  4390. 2Summary: This brochure serves as a foundation, explaining important information regarding the German market as well as information pertaining to sales and marketing practices in Germany. You will also find an address list and a reading list to assist you in researching your more specific questions easily.
  4391. Business Opp's - GermanyK
  4392. Aug 95OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:ge
  4393. 6873X
  4394. Dec 99^    RL Disk 2
  4395. --set theItem to choose file -- uncomment to test in an AS editor
  4396.     tell application "Finder"
  4397.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:"
  4398.         activate
  4399.     end tell
  4400. on error errMsg number errNum
  4401.     --enter statements to perform when no records are found such as...
  4402.     display dialog "Sorry, the item you selected could not be found."
  4403.     return
  4404. end try
  4405. e    No ChangefSTechnical Publications
  4406. technical documentation
  4407. documentation
  4408. Tech Docs
  4409. publicationsq
  4410. Dev.CD Dec 99 RL Disk 2
  4411. D(All Packages
  4412. Reference Library Edition
  4413. F,Technical Publications: Documentation in PDF
  4414. Collection of PDF documentation for Mac OS, Developer Notes, Java, Mac OS X, QuickTime, and WebObjects.
  4415. Features: Viewing and Printing instructions for PDF documents included. Refer to the 
  4416. README.html file in the "Documentation in PDF" folder for instructions.
  4417. J?hardware:
  4418. Java_pdf 
  4419. macos8_pdf
  4420. macosx:
  4421. webobjects:
  4422. README.htmlK
  4423. Sep 98L
  4424. Sep 99
  4425. summary
  4426. thread
  4427. manager
  4428. system
  4429. extension
  4430. which
  4431. summary
  4432. verifier
  4433. apple
  4434. internal
  4435. localization
  4436. verif
  4437. summary
  4438. virtual
  4439. server
  4440. attempt
  4441. provide
  4442. piece
  4443. summary
  4444. virtual
  4445. tutorial
  4446. provides
  4447. quick
  4448. intro
  4449. summary
  4450. services
  4451. apple
  4452. event
  4453. suite
  4454. allows
  4455. appli
  4456. Summary:  bugInfo is a macro you can execute within MacsBug to give you the most commonly used  debugging info to you right away with one command.  Use it as your first command when MacBug comes up to get the scoop by typing "bugInfo".
  4457. The command equivalent of this macro is:
  4458. wh; how; ip; sc; dm pc - 20 100, hc; td; drvr; file
  4459. What you will see appear is where (at what location in memory) you crashed or interrupted, how (by bus error, system error, interrupt) you got into MacsBug, a disaB
  4460. ssembly of code around the entry point, a memory dump in the vacinity of the program counter, a heap check, a display of CPU registers, a list of active drivers, and information on open files.
  4461. General tools.imgK
  4462. Feb 94M
  4463. MacsBug, ResEditN
  4464. testing, debuggingO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  4465.  - Tool Chest
  4466.  - Testing & Debugging
  4467.  - General tools
  4468. All Packages
  4469. PPC EnablerO
  4470. Dev.CD Jul 95P
  4471. Dev.CD Jul 9V
  4472. 4355X
  4473. Jul 95
  4474. where
  4475. wherever
  4476. whether
  4477. which
  4478. while
  4479. whose
  4480. window
  4481. windows
  4482. windows/dos
  4483. wireless
  4484. wishing
  4485. withQ
  4486. plug-in's
  4487. cpu's
  4488. cpugestalt
  4489. cpugestalt
  4490. sample
  4491. illustrates
  4492. determine
  4493. craig
  4494. crash
  4495. crashed
  4496. crashes
  4497. crawl
  4498. create
  4499. create
  4500. needs
  4501. created
  4502. createdirwithcustomi
  4503. createpmforecolorima
  4504. creatergbforecolorim
  4505. creates
  4506. creating
  4507. creation
  4508. creative
  4509. creativity
  4510. ePHDev.CD May 98 TC
  4511.  - Programs & Marketing
  4512.  - Market & Distribution GuidesV
  4513. 5804X
  4514. May 98^
  4515. --set theItem to choose file -- uncomment to test in an AS editor
  4516.     tell application "Finder"
  4517.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  4518.         activate
  4519.     end tell
  4520. on error errMsg number errNum
  4521.     --enter statements to perform when no records are found such as...
  4522.     display dialog "Sorry, the item you selected could not be found."
  4523.     return
  4524. end try
  4525. e    No Changeq
  4526. Dev.CD May 98 TC
  4527. fD!All Packages
  4528. Tool Chest Edition
  4529. Byrne's XCMDs & XFCNs
  4530. Summary: This is a set of 20 XCMDs and XFCNs that perform a wide variety of tasks, from finding the selected printer to simple string manipulation.  Includes all MPW C source code too.
  4531. Features: HyperCard XFCNs and XCMDs.
  4532. This package is System 7.0 compatible. 
  4533. 5805X
  4534. 1e    No Change
  4535. bugfix
  4536. buggy
  4537. buginfo
  4538. bugs/incompatibilite
  4539. build
  4540. builder
  4541. buildglfromwindow
  4542. building
  4543. building
  4544. system
  4545. extension
  4546. building
  4547. installing
  4548. using
  4549. driver
  4550. builds
  4551. built
  4552. getvol
  4553. getvol
  4554. newformat
  4555. getvolumes
  4556. getvolumes
  4557. gif89a
  4558. global
  4559. global
  4560. globallist
  4561. globallist
  4562. globalmaster
  4563. globalmaster
  4564. glossar
  4565. glossary
  4566. glypha
  4567. glypha
  4568. glyphaiv
  4569. glyphaiv
  4570. glyphaiv
  4571. goodies
  4572. gouraud
  4573. gouraud
  4574. sample
  4575. grabguy
  4576. grabguy
  4577. graphical
  4578. graphical
  4579. interface
  4580. graphics
  4581. grayscale
  4582. groupdrawing
  4583. easyview
  4584. guide
  4585. guide
  4586. guide
  4587. contents
  4588. aders
  4589. helloworld
  4590. helloworld
  4591. helper
  4592. helplab
  4593. higuidelines
  4594. summary
  4595. xcmds
  4596. xfcns
  4597. perform
  4598. summary
  4599. three
  4600. tools
  4601. written
  4602. hardwar
  4603. summary
  4604. simple
  4605. window
  4606. based
  4607. debugger
  4608. kernel
  4609. summary
  4610. which
  4611. plays
  4612. sounds
  4613. summary
  4614. helper
  4615. formerly
  4616. monthly
  4617. posting
  4618. summary
  4619. simpletext
  4620. source
  4621. shows
  4622. summary
  4623. developer
  4624. edition
  4625. quickview
  4626. devel
  4627. summary
  4628. electronic
  4629. version
  4630. develop
  4631. magazine
  4632. summary
  4633. prgram
  4634. guide
  4635. macintosh
  4636. power
  4637. summary
  4638. software
  4639. apple
  4640. macintosh
  4641. display
  4642. summary
  4643. latest
  4644. version
  4645. shimmermate
  4646. names
  4647. summary
  4648. package
  4649. contains
  4650. summary
  4651. package
  4652. contains
  4653. debugging
  4654. version
  4655. strings
  4656. 5806X
  4657. Nov 99^
  4658. --set theItem to choose file -- uncomment to test in an AS editor
  4659.     tell application "Finder"
  4660.         open item "Dev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):"
  4661.         activate
  4662.     end tell
  4663. on error errMsg number errNum
  4664.     --enter statements to perform when no records are found such as...
  4665.     display dialog "Sorry, the item you selected could not be found."
  4666.     return
  4667. end try
  4668. Deletedq
  4669. Dev.CD Nov 99 TC
  4670. C++ Source Code Formatter
  4671. Summary: cdent is a MPW tool used to format C and C++ source code to a user defined style. 
  4672. Features:
  4673. * Cryptic and obscure formatting commands! 
  4674. * Source code.  
  4675. * Understands C and C++.  
  4676. * Understands conditional compilation.  Source is provided.  
  4677. * Formats in the One True Style out of the box.
  4678. * Used by the developers of MacApp 3.0. 
  4679. * Does not harm the ozone layer nor does it contribute to global warming.
  4680. This package is System 7.0 compatible.  7.0 compatible.  
  4681. fJvByrne's XCMDs & XFCNs
  4682. ColorScreen.c
  4683. CreateCopy.c
  4684. FilterDirectory.c
  4685. GetEOF.c
  4686. RemoveFile.c
  4687. Source
  4688. SystemFolder.c
  4689. XThingsK
  4690. Vol VL
  4691. Vol VIIMHHyperCard 2.0 or later, though most run under HyperCard 1.2.2 and 1.2.5.OaDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:PoDev.CD Feb 00 TC
  4692.  - Tool Chest
  4693.  - Development Kits
  4694.  - HyperCard Related
  4695.  - XCMDs & XFCNs
  4696.  - Byrne's XCMDs&XFCNsV
  4697. 5805X
  4698. Feb 00^
  4699. --set theItem to choose file -- uncomment to test in an AS editor
  4700.     tell application "Finder"
  4701.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:"
  4702.         activate
  4703.     end tell
  4704. on error errMsg number errNum
  4705.     --enter statements to perform when no records are found such as...
  4706.     display dialog "Sorry, the item you selected could not be found."
  4707.     return
  4708. end try
  4709. e    No Changeq
  4710. Dev.CD Feb 00 TC
  4711. gD!All Packages
  4712. Tool Chest Edition
  4713. C.S.M.P. Digests
  4714.     Oct 94
  4715. u--set theItem to choose file -- uncomment to test in an AS editor
  4716.     tell application "Finder"
  4717.         open item "Dev CD Vol. V
  4718. Developer CD (III)"
  4719.         activate
  4720.     end tell
  4721. on error errMsg number errNum
  4722.     --enter statements to perform when no records are found such as...
  4723.     display dialog "Sorry, the item you selected could not be found."
  4724.     return
  4725. end try
  4726. chest
  4727. editionW
  4728. Jun 94L
  4729. Aug 96OSDev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):P[Dev.CD Nov 99 TC
  4730.  - What's New?
  4731.  - Technical Documentation
  4732.  - C.S.M.P. Digests v3 (000-148)errNum
  4733.     --enter statements to perform when no records are found such as...
  4734.     display dialog "Sorry, the item you selected could not be found."
  4735.     return
  4736. end try
  4737. on "Finder"
  4738.         open item "Dev.CD Apr 94
  4739. Dev.CD Jan 94
  4740. Dev.CD Oct 93
  4741. Dev.CD Aug 93
  4742. Dev.CD Mar 92
  4743. Dev.CD Feb 92
  4744. Dev.CD Jan 92
  4745. Dev.CD Vol. XI"
  4746.         activate
  4747.     end tell
  4748. on error errMsg number errNum
  4749.     --enter statements to perform when no records are found such as...
  4750.     display dialog "Sorry, the item you selected could not be found."
  4751.     return
  4752. end try
  4753. All Packages
  4754. 6.0.7.1O8Dev.CD Mar 92
  4755. Dev.CD Feb 92
  4756. Dev.CD Jan 92
  4757. Dev.CD Vol. XIP7Dev.CD Mar 92
  4758. Dev.CD Feb 92
  4759. Dev.CD Jan 92
  4760. Dev.CD Vol. XV
  4761. 1525X
  4762. Mar 92
  4763. summary
  4764. xcmds
  4765. xfcns
  4766. perform
  4767. summary
  4768. definition
  4769. binhex
  4770. protocol
  4771. summary
  4772. package
  4773. contains
  4774. sample
  4775. examples
  4776. whic@
  4777. summary
  4778. package
  4779. includes
  4780. draft
  4781. specifications
  4782. summary
  4783. program
  4784. illustrates
  4785. menus
  4786. window@
  4787. summary
  4788. stack
  4789. contains
  4790. collection
  4791. apple
  4792. event
  4793. xcmd@
  4794. F    PowerTalkO
  4795. Dev.CD Apr 95P
  4796. Dev.CD Apr 9V
  4797. 4342X
  4798. Apr 95
  4799. b--set theItem to choose file -- uncomment to test in an AS editor
  4800.     tell application "Finder"
  4801.         open item "Dev.CD Apr 95"
  4802.         activate
  4803.     end tell
  4804. on error errMsg number errNum
  4805.     --enter statements to perform when no records are found such as...
  4806.     display dialog "Sorry, the item you selected could not be found."
  4807.     return
  4808. end try
  4809. All Packages
  4810. PowerTalk (PPC)O
  4811. Dev.CD Oct 94P
  4812. Dev.CD Oct 9V
  4813. 4343X
  4814. Oct 94
  4815. mpc106Q
  4816. mping
  4817. mueller
  4818. multi-interface
  4819. multi-platform
  4820. multibuffering
  4821. multimedia
  4822. multipane
  4823. multiple
  4824. multiple-buffering/p
  4825. multiprocessing
  4826. multitasking
  4827. music
  4828. music
  4829. quicktime
  4830. music
  4831. architecture
  4832. david
  4833. must-have
  4834. mybuildmenu
  4835. myself
  4836. mysteries
  4837. mystery
  4838. naked
  4839. named
  4840. names
  4841. nasty
  4842. natick
  4843. 3-076
  4844. csmp-digest-v3-077
  4845. csmp-digest-v3-078
  4846. csmp-digest-v3-079
  4847. csmp-digest-v3-080
  4848. csmp-digest-v3-081
  4849. csmp-digest-v3-082
  4850. csmp-digest-v3-083
  4851. csmp-digest-v3-084
  4852. csmp-digest-v3-085
  4853. csmp-digest-v3-086
  4854. csmp-digest-v3-087
  4855. csmp-digest-v3-088
  4856. csmp-digest-v3-089
  4857. csmp-digest-v3-090
  4858. csmp-digest-v3-091
  4859. csmp-digest-v3-092
  4860. csmp-digest-v3-093
  4861. csmp-digest-v3-094
  4862. csmp-digest-v3-095
  4863. csmp-digest-v3-096
  4864. csmp-digest-v3-097
  4865. csmp-digest-v3-098
  4866. csmp-digest-v3-099
  4867. csmp-digest-v3-100
  4868. csmp-digest-v3-101
  4869. csmp-digest-v
  4870. 3-102
  4871. csmp-digest-v3-103
  4872. csmp-digest-v3-104
  4873. csmp-digest-v3-105
  4874. csmp-digest-v3-106
  4875. csmp-digest-v3-107
  4876. csmp-digest-v3-108
  4877. csmp-digest-v3-109
  4878. csmp-digest-v3-110
  4879. csmp-digest-v3-111
  4880. csmp-digest-v3-112
  4881. csmp-digest-v3-113
  4882. csmp-digest-v3-114
  4883. csmp-digest-v3-115
  4884. csmp-digest-v3-116
  4885. csmp-digest-v3-117
  4886. csmp-digest-v3-118
  4887. csmp-digest-v3-119
  4888. csmp-digest-v3-120
  4889. csmp-digest-v3-121
  4890. csmp-digest-v3-122
  4891. csmp-digest-v3-123
  4892. csmp-digest-v3-125
  4893. csmp-digest-v3-126
  4894. csmp-digest-v3-127
  4895. csmp-digest-v3-128
  4896. csmp-digest-v
  4897. Summary:  This digest is a collection of article threads from the internet newsgroups comp.sys.mac.programmer.*.  It is designed for people who read c.s.m.p. semi- regularly and want an archive of the discussions.  
  4898. The Comp.Sys.Mac.Programmer Digest is moderated by Francois Pottier (pottier@clipper.ens.fr).
  4899. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  4900. 00csmp-abstracts.txt
  4901. csmp-digest-readme.txt
  4902. csmp-digest-v3-001
  4903. csmp-digest-v3-002
  4904. csmp-digest-v3-003
  4905. csmp-digest-v3-004
  4906. csmp-digest-v3-005
  4907. csmp-digest-v3-006
  4908. csmp-digest-v3-007
  4909. csmp-digest-v3-008
  4910. csmp-digest-v3-009
  4911. csmp-digest-v3-010
  4912. csmp-digest-v3-011
  4913. csmp-digest-v3-012
  4914. csmp-digest-v3-013
  4915. csmp-digest-v3-014
  4916. csmp-digest-v3-015
  4917. csmp-digest-v3-016
  4918. csmp-digest-v3-017
  4919. csmp-digest-v3-018
  4920. csmp-digest-v3-019
  4921. csmp-digest-v3-020
  4922. csmp-digest-v3-021
  4923. csmp-digest-v3-022
  4924. csmp-digest-v3-023
  4925. csmp-digest-v
  4926. Jun 94L
  4927. Aug 96ackages
  4928. frontier
  4929. frontmost
  4930. fruitful
  4931. fsizemust
  4932. fsmgluelib
  4933. fsspec
  4934. fully
  4935. function
  4936. function/method
  4937. functional
  4938. functionality
  4939. functionsW
  4940. fundamental
  4941. fundamentally
  4942. further
  4943. future
  4944. futures
  4945. 3-024
  4946. csmp-digest-v3-025
  4947. csmp-digest-v3-026
  4948. csmp-digest-v3-027
  4949. csmp-digest-v3-028
  4950. csmp-digest-v3-029
  4951. csmp-digest-v3-030
  4952. csmp-digest-v3-031
  4953. csmp-digest-v3-032
  4954. csmp-digest-v3-033
  4955. csmp-digest-v3-034
  4956. csmp-digest-v3-035
  4957. csmp-digest-v3-036
  4958. csmp-digest-v3-037
  4959. csmp-digest-v3-038
  4960. csmp-digest-v3-039
  4961. csmp-digest-v3-040
  4962. csmp-digest-v3-041
  4963. csmp-digest-v3-042
  4964. csmp-digest-v3-043
  4965. csmp-digest-v3-044
  4966. csmp-digest-v3-045
  4967. csmp-digest-v3-046
  4968. csmp-digest-v3-047
  4969. csmp-digest-v3-048
  4970. csmp-digest-v3-049
  4971. csmp-digest-v
  4972. 3-050
  4973. csmp-digest-v3-051
  4974. csmp-digest-v3-052
  4975. csmp-digest-v3-053
  4976. csmp-digest-v3-054
  4977. csmp-digest-v3-055
  4978. csmp-digest-v3-056
  4979. csmp-digest-v3-057
  4980. csmp-digest-v3-058
  4981. csmp-digest-v3-059
  4982. csmp-digest-v3-060
  4983. csmp-digest-v3-061
  4984. csmp-digest-v3-062
  4985. csmp-digest-v3-063
  4986. csmp-digest-v3-064
  4987. csmp-digest-v3-065
  4988. csmp-digest-v3-066
  4989. csmp-digest-v3-067
  4990. csmp-digest-v3-068
  4991. csmp-digest-v3-069
  4992. csmp-digest-v3-070
  4993. csmp-digest-v3-071
  4994. csmp-digest-v3-072
  4995. csmp-digest-v3-073
  4996. csmp-digest-v3-074
  4997. csmp-digest-v3-075
  4998. csmp-digest-v
  4999. csmp-digest-v3-011
  5000. csmp-digest-v3-012
  5001. csmp-digest-v3-013
  5002. csmp-digest-v3-014
  5003. csmp-digest-v3-015
  5004. csmp-digest-v3-016
  5005. csmp-digest-v3-017
  5006. csmp-digest-v3-018
  5007. csmp-digest-v3-019
  5008. csmp-digest-v3-020
  5009. csmp-digest-v3-021
  5010. csmp-digest-v3-022
  5011. csmp-digest-v3-023
  5012. csmp-digest-v3-024
  5013. csmp-digest-v3-025
  5014. csmp-digest-v3-026
  5015. csmp-digest-v3-027
  5016. csmp-digest-v3-028
  5017. csmp-digest-v3-029
  5018. csmp-digest-v3-030
  5019. csmp-digest-v3-031
  5020. csmp-digest-v3-032
  5021. csmp-digest-v3-033
  5022. csmp-digest-v3-034
  5023. csmp-digest-v3-035
  5024. csmp-digest-v3-036
  5025. csmp-digest-v3-037
  5026. csmp-digest-v3-038
  5027. csmp-digest-v3-039
  5028. csmp-digest-v3-040
  5029. csmp-digest-v3-041
  5030. csmp-digest-v3-042
  5031. csmp-digest-v3-043
  5032. csmp-digest-v3-044
  5033. csmp-digest-v3-045
  5034. csmp-digest-v3-046
  5035. csmp-digest-v3-047
  5036. csmp-digest-v3-048
  5037. csmp-digest-v3-049
  5038. csmp-digest-v3-050
  5039. cwpro2
  5040. database
  5041. database
  5042. suite
  5043. [3-129
  5044. csmp-digest-v3-130
  5045. csmp-digest-v3-131
  5046. csmp-digest-v3-132
  5047. csmp-digest-v3-133
  5048. csmp-digest-v3-134
  5049. csmp-digest-v3-135
  5050. csmp-digest-v3-136
  5051. csmp-digest-v3-138
  5052. csmp-digest-v3-139
  5053. csmp-digest-v3-140
  5054. csmp-digest-v3-141
  5055. csmp-digest-v3-142
  5056. csmp-digest-v3-143
  5057. csmp-digest-v3-144
  5058. csmp-digest-v3-145
  5059. csmp-digest-v3-146
  5060. csmp-digest-v3-147
  5061. csmp-digest-v3-148
  5062.  records are found such as...
  5063.     display dialog "Sorry, the item you selected could not be found."
  5064.     return
  5065. end try
  5066. All Packages
  5067. F    PowerTalkO
  5068. Dev.CD Apr 95
  5069. Dev.CD Jan 95P
  5070. Dev.CD Apr 95
  5071. Dev.CD Jan 9V
  5072. 4335X
  5073. Apr 95
  5074. p--set theItem to choose file -- uncomment to test in an AS editor
  5075.     tell application "Finder"
  5076.         open item "Dev.CD Apr 95
  5077. Dev.CD Jan 95"
  5078.         activate
  5079.     end tell
  5080. on error errMsg number errNum
  5081.     --enter statements to perform when no records are found such as...
  5082.     display dialog "Sorry, the item you selected could not be found."
  5083.     return
  5084. end try
  5085. All Packages
  5086. All Packages
  5087. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  5088. Dev.CD Jan 94
  5089. Dev.CD Oct 93
  5090. Dev.CD Jul 93P6Dev.CD Apr 94
  5091. Dev.CD Jan 94
  5092. Dev.CD Oct 93
  5093. Dev.CD Jul 9V
  5094. 6791X
  5095. Apr 94
  5096. --set theItem to choose file -- uncomment to test in an AS editor
  5097.     tell application "Finder"
  5098.         open item "Dev.CD Apr 94
  5099. Dev.CD Jan 94
  5100. Dev.CD Oct 93
  5101. Dev.CD Jul 93"
  5102.         activate
  5103.     end tell
  5104. on error errMsg number errNum
  5105.     --enter statements to perform when no records are found such as...
  5106.     display dialog "Sorry, the item you selected could not be found."
  5107.     return
  5108. end try
  5109. All Packages
  5110. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  5111. Dev.CD Jan 94
  5112. Dev.CD Oct 93P(Dev.CD Apr 94
  5113. Dev.CD Jan 94
  5114. Dev.CD Oct 9V
  5115. 6792X
  5116. Apr 94
  5117. Dev.CD Jan 96 SSV
  5118. 6251X
  5119. Jan 96
  5120. f--set theItem to choose file -- uncomment to test in an AS editor
  5121.     tell application "Finder"
  5122.         open item "Dev.CD Jan 96 SSW"
  5123.         activate
  5124.     end tell
  5125. on error errMsg number errNum
  5126.     --enter statements to perform when no records are found such as...
  5127.     display dialog "Sorry, the item you selected could not be found."
  5128.     return
  5129. end try
  5130. All Packages
  5131. QuickDraw 3DO
  5132. Dev.CD Jan 96 SSWP
  5133. Dev.CD Jan 96 SSV
  5134. 6252X
  5135. Jan 96
  5136. f--set theItem to choose file -- uncomment to test in an AS editor
  5137.     tell application "Finder"
  5138.         open item "Dev.CD Jan 96 SSW"
  5139.         activate
  5140.     end tell
  5141. on error errMsg number errNum
  5142.     --enter statements to perform when no records are found such as...
  5143.     display dialog "Sorry, the item you selected could not be found."
  5144.     return
  5145. end try
  5146. All Packages
  5147. QuickDraw 3DO
  5148. Dev.CD Jan 96 SSWP
  5149. Dev.CD Jan 96 SSV
  5150. 6253X
  5151. Jan 96
  5152. ATags
  5153. ATags Manual
  5154. ATags Manual.txt
  5155. CTags
  5156. Ctags Manual
  5157. Ctags Manual.txt
  5158. Findtag
  5159. Findtag Manual
  5160. Findtag Manual.txt
  5161. PopTag
  5162. PopTag Manual
  5163. PopTag Manual.txt
  5164. PTags
  5165. Ptags Manual
  5166. Ptags Manual.txt
  5167. READ ME
  5168. READ ME.txt
  5169. Sample Startup
  5170. Tags.HelpK
  5171. Vol IIIL
  5172. Jan 93MDMPW and some free disk space. This package is System 7.0 compatible.O>Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Tags:PIDev.CD Feb 00 TC
  5173.  - Tool Chest
  5174.  - Development Kits
  5175.  - MPW Related
  5176.  - TagsV
  5177. 6871X
  5178. Feb 00^
  5179. --set theItem to choose file -- uncomment to test in an AS editor
  5180.     tell application "Finder"
  5181.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Tags:"
  5182.         activate
  5183.     end tell
  5184. on error errMsg number errNum
  5185.     --enter statements to perform when no records are found such as...
  5186.     display dialog "Sorry, the item you selected could not be found."
  5187.     return
  5188. end try
  5189. e    No Changeq
  5190. Dev.CD Feb 00 TC
  5191. All Packages
  5192. F$Taiwan Chinese Font Option Kit 6.0.3V
  5193. 6872X
  5194. csmp-digest-v3-091
  5195. csmp-digest-v3-092
  5196. csmp-digest-v3-093
  5197. csmp-digest-v3-094
  5198. csmp-digest-v3-095
  5199. csmp-digest-v3-096
  5200. csmp-digest-v3-097
  5201. csmp-digest-v3-098
  5202. csmp-digest-v3-099
  5203. csmp-digest-v3-100
  5204. csmp-digest-v3-101
  5205. csmp-digest-v3-102
  5206. csmp-digest-v3-103
  5207. csmp-digest-v3-104
  5208. csmp-digest-v3-105
  5209. csmp-digest-v3-106
  5210. csmp-digest-v3-107
  5211. csmp-digest-v3-108
  5212. csmp-digest-v3-109
  5213. csmp-digest-v3-110
  5214. csmp-digest-v3-111
  5215. csmp-digest-v3-112
  5216. csmp-digest-v3-113
  5217. csmp-digest-v3-114
  5218. csmp-digest-v3-115
  5219. csmp-digest-v3-116
  5220. csmp-digest-v3-117
  5221. csmp-digest-v3-118
  5222. csmp-digest-v3-119
  5223. csmp-digest-v3-120
  5224. csmp-digest-v3-121
  5225. csmp-digest-v3-122
  5226. csmp-digest-v3-123
  5227. csmp-digest-v3-125
  5228. csmp-digest-v3-126
  5229. csmp-digest-v3-127
  5230. csmp-digest-v3-128
  5231. csmp-digest-v3-129
  5232. csmp-digest-v3-130
  5233. csmp-digest-v3-131
  5234. cwpro2
  5235. database
  5236. database
  5237. suite
  5238. interoperates
  5239. interpret
  5240. interpretation
  5241. interpreting
  5242. interrupt
  5243. interrupt-time
  5244. interrupted
  5245. intersection
  5246. intersects
  5247. interval
  5248. intervention
  5249. interview-based
  5250. intimate
  5251. intoW
  5252. intra
  5253. intranets
  5254. intricacies
  5255. intrinsic
  5256. introduce
  5257. introduced
  5258. invoke
  5259. invoked
  5260. involve
  5261. involved
  5262. involves
  5263. involving
  5264. iostreams
  5265. iotracer
  5266. csmp-digest-v3-051
  5267. csmp-digest-v3-052
  5268. csmp-digest-v3-053
  5269. csmp-digest-v3-054
  5270. csmp-digest-v3-055
  5271. csmp-digest-v3-056
  5272. csmp-digest-v3-057
  5273. csmp-digest-v3-058
  5274. csmp-digest-v3-059
  5275. csmp-digest-v3-060
  5276. csmp-digest-v3-061
  5277. csmp-digest-v3-062
  5278. csmp-digest-v3-063
  5279. csmp-digest-v3-064
  5280. csmp-digest-v3-065
  5281. csmp-digest-v3-066
  5282. csmp-digest-v3-067
  5283. csmp-digest-v3-068
  5284. csmp-digest-v3-069
  5285. csmp-digest-v3-070
  5286. csmp-digest-v3-071
  5287. csmp-digest-v3-072
  5288. csmp-digest-v3-073
  5289. csmp-digest-v3-074
  5290. csmp-digest-v3-075
  5291. csmp-digest-v3-076
  5292. csmp-digest-v3-077
  5293. csmp-digest-v3-078
  5294. csmp-digest-v3-079
  5295. csmp-digest-v3-080
  5296. csmp-digest-v3-081
  5297. csmp-digest-v3-082
  5298. csmp-digest-v3-083
  5299. csmp-digest-v3-084
  5300. csmp-digest-v3-085
  5301. csmp-digest-v3-086
  5302. csmp-digest-v3-087
  5303. csmp-digest-v3-088
  5304. csmp-digest-v3-089
  5305. csmp-digest-v3-090
  5306. cwpro2
  5307. database
  5308. database
  5309. suite
  5310. csmp-digest-v3-132
  5311. csmp-digest-v3-133
  5312. csmp-digest-v3-134
  5313. csmp-digest-v3-135
  5314. csmp-digest-v3-136
  5315. csmp-digest-v3-138
  5316. csmp-digest-v3-139
  5317. csmp-digest-v3-140
  5318. csmp-digest-v3-141
  5319. csmp-digest-v3-142
  5320. csmp-digest-v3-143
  5321. csmp-digest-v3-144
  5322. csmp-digest-v3-145
  5323. csmp-digest-v3-146
  5324. csmp-digest-v3-147
  5325. csmp-digest-v3-148
  5326. csoundboardapp
  5327. csoundboardapp
  5328. csoundboardapp
  5329. csoundboardwindow
  5330. csoundboardwindow
  5331. csoundboardwindow
  5332. ct-009-4436
  5333. ct-009-4437
  5334. ct-009-4437
  5335. ct-009-4438
  5336. ct-009-4438
  5337. ct-009-4439
  5338. ct-009-4439
  5339. ct-009-4440
  5340. ct-009-4440
  5341. ct-009-4441
  5342. ct-009-4441
  5343. ct-009-4442
  5344. ct-009-4442
  5345. ct-009-4443
  5346. ct-009-4443
  5347. ct-009-4444
  5348. ct-009-4444
  5349. files
  5350. overview
  5351. custom
  5352. choose
  5353. debugging
  5354. 5807X
  5355. Feb 00^
  5356. --set theItem to choose file -- uncomment to test in an AS editor
  5357.     tell application "Finder"
  5358.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:"
  5359.         activate
  5360.     end tell
  5361. on error errMsg number errNum
  5362.     --enter statements to perform when no records are found such as...
  5363.     display dialog "Sorry, the item you selected could not be found."
  5364.     return
  5365. end try
  5366. e    No Changeq
  5367. Dev.CD Feb 00 TC
  5368. iD(All Packages
  5369. Reference Library Edition
  5370. C/F Registration Requests
  5371. hD!All Packages
  5372. Tool Chest Edition
  5373. C++ Source Code Formatter
  5374. Summary: cdent is a MPW tool used to format C and C++ source code to a user defined style. 
  5375. Features:
  5376. * Cryptic and obscure formatting commands! 
  5377. * Source code.  
  5378. * Understands C and C++.  
  5379. * Understands conditional compilation.  Source is provided.  
  5380. * Formats in the One True Style out of the box.
  5381. * Used by the developers of MacApp 3.0. 
  5382. * Does not harm the ozone layer nor does it contribute to global warming.
  5383. This package is System 7.0 compatible.  theItem to choose file -- uncomment to test in an AS editor
  5384.     tell application "Finder"
  5385.         open item "Dev.CD Jul 95"
  5386.         activate
  5387.     end tell
  5388. on error errMsg number errNum
  5389.     --enter statements to perform when no records are found such as...
  5390.     display dialog "Sorry, the item you selected could not be found."
  5391.     return
  5392. end try
  5393. All Packages
  5394. 601 Processor Upgrade EnablerO
  5395. Dev.CD Jul 95P
  5396. Dev.CD Jul 9V
  5397. 1540X
  5398. Jul 95
  5399. 5808X
  5400. Dec 99^
  5401. --set theItem to choose file -- uncomment to test in an AS editor
  5402.     tell application "Finder"
  5403.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:"
  5404.         activate
  5405.     end tell
  5406. on error errMsg number errNum
  5407.     --enter statements to perform when no records are found such as...
  5408.     display dialog "Sorry, the item you selected could not be found."
  5409.     return
  5410. end try
  5411. Deletedf
  5412. creator
  5413. signature
  5414. registrationq
  5415. Dev.CD Dec 99 RL
  5416. jD!All Packages
  5417. Tool Chest Edition
  5418. CallFinder Tool 1.0I
  5419. Summary: An MPW tool for controlling the Finder through AppleEvents. The commando interface requires no knowledge or understanding of AppleEvents to operate.
  5420. Features: Uses AppleEvents to have the Finder execute common actions.J.CallFinder
  5421. CallFinder docs
  5422. CallFinder docs.txtK
  5423. Vol IXM
  5424. MPW Shell, System 7.0N
  5425. AE, Apple Events, AppleEventsOMDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:ge
  5426. Apr 95
  5427. Jwcdent
  5428. cdent - a formatter for C/C++
  5429. Defect List
  5430. MacApp CDent Stuff
  5431. Makefile
  5432. Objects
  5433. Tests
  5434. Useful AddMenu and ScriptK
  5435. Jun 92M)System 6.x or greater, MPW 3.1 or greaterOSDev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:P^Dev.CD Feb 00 TC
  5436.  - Tool Chest
  5437.  - Development Kits
  5438.  - C++ Related
  5439.  - C++ Source Code Formatterecords are found such as...
  5440.     display dialog "Sorry, the item you selected could not be found."
  5441.     return
  5442. end try
  5443. All Packages
  5444. F    PowerTalkO
  5445. Dev.CD Apr 95
  5446. Dev.CD Jan 95P
  5447. Dev.CD Apr 95
  5448. Dev.CD Jan 9V
  5449. 4325X
  5450. Apr 95
  5451. p--set theItem to choose file -- uncomment to test in an AS editor
  5452.     tell application "Finder"
  5453.         open item "Dev.CD Apr 95
  5454. Dev.CD Jan 95"
  5455.         activate
  5456.     end tell
  5457. on error errMsg number errNum
  5458.     --enter statements to perform when no records are found such as...
  5459.     display dialog "Sorry, the item you selected could not be found."
  5460.     return
  5461. end try
  5462. All Packages
  5463. Summary: This stack will allow users to register creator code IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.  Remember that Apple no longer registers file types.
  5464. Features: The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creatBZor code database.  It also automatically creates an email to send to devsupport@apple.com.
  5465. JIC/F Reg. on the Web!
  5466. Creator Registration
  5467. Read Me - C/F Registration v2.1K
  5468. Jun 93L
  5469. Feb 98M
  5470. Hypercard 2.1N creator, signature, registrationOEDev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:PMDev.CD Dec 99 RL
  5471.  - Utilities
  5472.  - Developer Forms
  5473.  - C/F Registration Requestsdisplay dialog "Sorry, the item you selected could not be found."
  5474.     return
  5475. end try
  5476. PbDev.CD Sep 97 RL
  5477.  - Technical Documentation
  5478.  - Toolbox Assistant
  5479.  - QuickView Databases-Standalone
  5480. asynchronous@
  5481. boot@
  5482. chinese@
  5483. colorsync
  5484. profile
  5485. embed
  5486. conversion@
  5487. conversion
  5488. apple
  5489. event
  5490. server
  5491. scripting@
  5492. decompression@
  5493. detector@
  5494. 1544X
  5495. July 9
  5496. --set theItem to choose file -- uncomment to test in an AS editor
  5497.     tell application "Finder"
  5498.         open item "Dev.CD July 92
  5499. Dev.CD June 92
  5500. Dev.CD May 92
  5501. Dev.CD Apr 92
  5502. Dev.CD Mar 92
  5503. Dev.CD Feb 92
  5504. Dev.CD Jan 92
  5505. Dev.CD Vol. XI
  5506. Dev.CD Vol. X
  5507. Dev.CD Vol. IX
  5508. Dev.CD Vol. VIII"
  5509.         activate
  5510.     end tell
  5511. on error errMsg number errNum
  5512.     --enter statements to perform when no records are found such as...
  5513.     display dialog "Sorry, the item you selected could not be found."
  5514.     return
  5515. end try
  5516. All Packages
  5517. 1545X
  5518. All Packages
  5519. F    QuickTimeO
  5520. Dev.CD Jul 93
  5521. Dev.CD Apr 93P
  5522. Dev.CD Jul 93
  5523. Dev.CD Apr 9V
  5524. 6406X
  5525. Jul 93
  5526. p--set theItem to choose file -- uncomment to test in an AS editor
  5527.     tell application "Finder"
  5528.         open item "Dev.CD Jul 93
  5529. Dev.CD Apr 93"
  5530.         activate
  5531.     end tell
  5532. on error errMsg number errNum
  5533.     --enter statements to perform when no records are found such as...
  5534.     display dialog "Sorry, the item you selected could not be found."
  5535.     return
  5536. end try
  5537. All Packages
  5538. F    QuickTimeO
  5539. Dev.CD Jul 93
  5540. Dev.CD Apr 93P
  5541. Dev.CD Jul 93
  5542. Dev.CD Apr 9V
  5543. 6407X
  5544. Jul 93
  5545. p--set theItem to choose file -- uncomment to test in an AS editor
  5546.     tell application "Finder"
  5547.         open item "Dev.CD Jul 93
  5548. Dev.CD Apr 93"
  5549.         activate
  5550.     end tell
  5551. on error errMsg number errNum
  5552.     --enter statements to perform when no records are found such as...
  5553.     display dialog "Sorry, the item you selected could not be found."
  5554.     return
  5555. end try
  5556. All Packages
  5557. others
  5558. otherwise
  5559. othmer
  5560. otioctl
  5561. otlifo
  5562. otpingsample
  5563. otrcv
  5564. otserverlimits
  5565. otstreamlogviewer
  5566. otstreamlogviewer
  5567. sample
  5568. developer
  5569. ottraceroutesample
  5570. ottransferproviderow
  5571. ought
  5572. oughta
  5573. ouput
  5574. outdated
  5575. eters
  5576. paraphernalia
  5577. parent
  5578. parrt
  5579. parse
  5580. parser
  5581. parses
  5582. parsing
  5583. parsons
  5584. All Packages
  5585. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  5586. Dev.CD Jan 94
  5587. Dev.CD Oct 93
  5588. Dev.CD Jul 93
  5589. Dev.CD Apr 93PDDev.CD Apr 94
  5590. Dev.CD Jan 94
  5591. Dev.CD Oct 93
  5592. Dev.CD Jul 93
  5593. Dev.CD Apr 9V
  5594. 6837X
  5595. Apr 94
  5596. --set theItem to choose file -- uncomment to test in an AS editor
  5597.     tell application "Finder"
  5598.         open item "Dev.CD Apr 94
  5599. Dev.CD Jan 94
  5600. Dev.CD Oct 93
  5601. Dev.CD Jul 93
  5602. Dev.CD Apr 93"
  5603.         activate
  5604.     end tell
  5605. on error errMsg number errNum
  5606.     --enter statements to perform when no records are found such as...
  5607.     display dialog "Sorry, the item you selected could not be found."
  5608.     return
  5609. end try
  5610. All Packages
  5611. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  5612. Dev.CD Jan 94
  5613. Dev.CD Oct 93
  5614. Dev.CD Jul 93P6Dev.CD Apr 94
  5615. Dev.CD Jan 94
  5616. Dev.CD Oct 93
  5617. Dev.CD Jul 9V
  5618. 6838X
  5619. Apr 94
  5620. All Packages
  5621. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  5622. Dev.CD Jan 94
  5623. Dev.CD Oct 93P(Dev.CD Apr 94
  5624. Dev.CD Jan 94
  5625. Dev.CD Oct 9V
  5626. 6765X
  5627. Apr 94
  5628. ~--set theItem to choose file -- uncomment to test in an AS editor
  5629.     tell application "Finder"
  5630.         open item "Dev.CD Apr 94
  5631. Dev.CD Jan 94
  5632. Dev.CD Oct 93"
  5633.         activate
  5634.     end tell
  5635. on error errMsg number errNum
  5636.     --enter statements to perform when no records are found such as...
  5637.     display dialog "Sorry, the item you selected could not be found."
  5638.     return
  5639. end try
  5640. All Packages
  5641. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  5642. Dev.CD Jan 94
  5643. Dev.CD Oct 93
  5644. Dev.CD Jul 93P6Dev.CD Apr 94
  5645. Dev.CD Jan 94
  5646. Dev.CD Oct 93
  5647. Dev.CD Jul 9V
  5648. 6766X
  5649. Apr 94
  5650. jPXDev.CD Feb 00 TC
  5651.  - Tool Chest
  5652.  - Development Kits
  5653.  - MPW Related
  5654.  - CallFinder Tool 1.0V
  5655. 5809X
  5656. Feb 00^
  5657. --set theItem to choose file -- uncomment to test in an AS editor
  5658.     tell application "Finder"
  5659.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:"
  5660.         activate
  5661.     end tell
  5662. on error errMsg number errNum
  5663.     --enter statements to perform when no records are found such as...
  5664.     display dialog "Sorry, the item you selected could not be found."
  5665.     return
  5666. end try
  5667. e    No Changef
  5668. Apple Events
  5669. AppleEventsq
  5670. Dev.CD Feb 00 TC
  5671. kD!All Packages
  5672. Tool Chest Edition
  5673. CallHyper 1.0
  5674.      is designed to be used only on products that are optimized for the PowerPC microprocessor.
  5675. We have introduced a new "Accelerated for Power Macintosh" artwork program for 1995.  There is no charge to obtain the artwork!
  5676. To obtain the "Accelerated for Power Macintosh" artwork:
  5677. 1) Request an information packet from:
  5678. Meeting Support Unli
  5679. stacks
  5680. stagger
  5681. staging
  5682. staking
  5683. stalking
  5684. stand
  5685. stand-alone
  5686. standalone
  5687. standalone
  5688. version
  5689. standard
  5690. standardfile
  5691. standardfileicons
  5692. standardgetfolder
  5693. stevens
  5694. sticky
  5695. still
  5696. stopping
  5697. storage
  5698. store
  5699. storing
  5700. story
  5701. stragegy
  5702. strassmann
  5703. strategic
  5704. strategies
  5705. strategy
  5706. stream
  5707. streamedit
  5708. streamlined
  5709. strengths
  5710. strictly
  5711. string
  5712. stringing
  5713. strings
  5714. stringservices
  5715. f--set theItem to choose file -- uncomment to test in an AS editor
  5716.     tell application "Finder"
  5717.         open item "Dev.CD Jun 97 SSW"
  5718.         activate
  5719.     end tell
  5720. on error errMsg number errNum
  5721.     --enter statements to perform when no records are found such as...
  5722.     display dialog "Sorry, the item you selected could not be found."
  5723.     return
  5724. end try
  5725. inters
  5726. printers
  5727. drivers
  5728. sample
  5729. printing
  5730. printing
  5731. carbon
  5732. carbon
  5733. printing
  5734. carbon
  5735. printing
  5736. manager
  5737. printing
  5738. postscript
  5739. filter
  5740. private
  5741. private
  5742. stack
  5743. switch
  5744. sniffer
  5745. process
  5746. process
  5747. manager
  5748. processes
  5749. processing
  5750. profile
  5751. profiler
  5752. program
  5753. program
  5754. linking
  5755. appleevents
  5756. guest
  5757. project
  5758. projector
  5759. promise
  5760. promisehfsflavor
  5761. property
  5762. proportional
  5763. INdAppsToGo, AppWannabe, Wannabe, DTS.Draw, DTS.Lib, DTS.StyleChat, Kibitz, pbClock, AppsToGo ReferenceO
  5764. Dev.CD Feb 00 TC:Sample Code:P
  5765. Dev.CD Feb 00 TC
  5766.  - Sample CodeV
  5767. 5776X
  5768. Feb 00^
  5769. r--set theItem to choose file -- uncomment to test in an AS editor
  5770.     tell application "Finder"
  5771.         open item "Dev.CD Feb 00 TC:Sample Code:"
  5772.         activate
  5773.     end tell
  5774. on error errMsg number errNum
  5775.     --enter statements to perform when no records are found such as...
  5776.     display dialog "Sorry, the item you selected could not be found."
  5777.     return
  5778. end try
  5779. Movedf\AppsToGo
  5780. AppWannabe
  5781. Wannabe
  5782. DTS.Draw
  5783. DTS.Lib
  5784. DTS.StyleChat
  5785. Kibitz
  5786. pbClock
  5787. AppsToGo Referenceq
  5788. Dev.CD Feb 00 TC
  5789. All Packages
  5790. Arabic Language KitO
  5791. Dev.CD May 96 TCP
  5792. Dev.CD May 96 TV
  5793. 5777X
  5794. May 96
  5795.  could not be found."
  5796.     return
  5797. end try
  5798. All Packages
  5799. QuickDraw GXO
  5800. Dev.CD Aug 96 TCP
  5801. Dev.CD Aug 96 TV
  5802. 4468X
  5803. Aug 96
  5804. summary
  5805. treat
  5806. treatment
  5807. triangular
  5808. trick
  5809. tricks
  5810. tricky
  5811. tries
  5812. trigger
  5813. tripped
  5814. truffles
  5815. tuning
  5816. tunnel
  5817. tupledumper
  5818. tuples
  5819. turnedQ
  5820. turning
  5821. turtle
  5822. tutorial
  5823. twiddle
  5824. two-byte
  5825. two-phase
  5826. types
  5827. typically
  5828. typing
  5829. typist
  5830. unbeknownst
  5831. unbound
  5832. under
  5833. underlying
  5834. underneath
  5835. understand
  5836. understanding
  5837. understands
  5838. unified
  5839. uninitiated
  5840. unique
  5841. units
  5842. universal
  5843. university
  5844. unknown
  5845. unleash
  5846. unobtrusive
  5847. unofficial
  5848. until
  5849. 5810X
  5850. Feb 00^
  5851. --set theItem to choose file -- uncomment to test in an AS editor
  5852.     tell application "Finder"
  5853.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:"
  5854.         activate
  5855.     end tell
  5856. on error errMsg number errNum
  5857.     --enter statements to perform when no records are found such as...
  5858.     display dialog "Sorry, the item you selected could not be found."
  5859.     return
  5860. end try
  5861. e    No Changeq
  5862. Dev.CD Feb 00 TC
  5863. lD!All Packages
  5864. Mac OS SDK Edition
  5865. CardBus DDK
  5866. e    No Changeq
  5867. Dev.CD Feb 00 TC
  5868. D!All Packages
  5869. Tool Chest Edition
  5870. Power Mac Debugger
  5871. CPower Macintosh Debugger is an advanced source-code debugger for PowerPC applications. With it you can set breakpoints, single step code, examine stack variables, and so on.
  5872. Runs on either a Power Macintosh or a 68K Macintosh. In 68K mode, it is used for debugging a target application running on a remote Power Macintosh.
  5873.     No Change
  5874. callfinder
  5875. callfinder
  5876. callhyper
  5877. callhyper
  5878. camera
  5879. carbon
  5880. cardbus
  5881. cardbus
  5882. cards
  5883. categories
  5884. -set theItem to choose file -- uncomment to test in an AS editor
  5885.     tell application "Finder"
  5886.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:"
  5887.         activate
  5888.     end tell
  5889. on error errMsg number errNum
  5890.     --enter statements to perform when no records are found such as...
  5891.     display dialog "Sorry, the item you selected could not be found."
  5892.     return
  5893. end try
  5894. e    No Changef
  5895. power macintosh debuggerq
  5896. Dev.CD Feb 00 TC
  5897. D!All Packages
  5898. Tool Chest Edition
  5899. Power Macintosh Prod. Artwork 
  5900. All Packages
  5901. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  5902. Dev.CD Jan 94
  5903. Dev.CD Oct 93
  5904. Dev.CD Jul 93
  5905. Dev.CD Apr 93PDDev.CD Apr 94
  5906. Dev.CD Jan 94
  5907. Dev.CD Oct 93
  5908. Dev.CD Jul 93
  5909. Dev.CD Apr 9V
  5910. 6809X
  5911. Apr 94
  5912. --set theItem to choose file -- uncomment to test in an AS editor
  5913.     tell application "Finder"
  5914.         open item "Dev.CD Apr 94
  5915. Dev.CD Jan 94
  5916. Dev.CD Oct 93
  5917. Dev.CD Jul 93
  5918. Dev.CD Apr 93"
  5919.         activate
  5920.     end tell
  5921. on error errMsg number errNum
  5922.     --enter statements to perform when no records are found such as...
  5923.     display dialog "Sorry, the item you selected could not be found."
  5924.     return
  5925. end try
  5926. All Packages
  5927. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  5928. Dev.CD Jan 94
  5929. Dev.CD Oct 93
  5930. Dev.CD Jul 93
  5931. Dev.CD Apr 93PDDev.CD Apr 94
  5932. Dev.CD Jan 94
  5933. Dev.CD Oct 93
  5934. Dev.CD Jul 93
  5935. Dev.CD Apr 9V
  5936. 6810X
  5937. Apr 94
  5938. erform when no records are found such as...
  5939.     display dialog "Sorry, the item you selected could not be found."
  5940.     return
  5941. end try
  5942. turnedQ
  5943. turning
  5944. turns
  5945. turtle
  5946. tutorial
  5947. tutorials
  5948. tween
  5949. twice
  5950. twiddle
  5951. twisted
  5952. twists
  5953. two-byte
  5954. two-digit
  5955. two-dimensional
  5956. two-part
  5957. two-phase
  5958. two-way
  5959. twocolumn
  5960. twofold
  5961. txratio
  5962. typechar
  5963. administration
  5964. image
  5965. tcp/ip
  5966. connection
  5967. image
  5968. tcp/ip
  5969. mib-ii
  5970. alias
  5971. technical
  5972. technique
  5973. techniques
  5974. technotes
  5975. extracts
  5976. extremely
  5977. fable
  5978. faced
  5979. faceless
  5980. facilitates
  5981. facilitating
  5982. facilities
  5983. facility
  5984. facing
  5985. facto
  5986. factory-default
  5987. factory-fresh
  5988. fading
  5989. fails
  5990. failure
  5991. failure-catching
  5992. falco
  5993. falkenburg
  5994. features
  5995. includes
  5996. demonstration
  5997. documentation
  5998. complete
  5999. feaures
  6000. february
  6001. feedback
  6002. felonies
  6003. field
  6004. fields
  6005. fifteen
  6006. fileinfo
  6007. filemaker
  6008. files
  6009. O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  6010.  - Tool Chest
  6011.  - Testing & Debugging
  6012.  - General toolsV
  6013. 6238X
  6014. Feb 00^
  6015. --set theItem to choose file -- uncomment to test in an AS editor
  6016.     tell application "Finder"
  6017.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  6018.         activate
  6019.     end tell
  6020. on error errMsg number errNum
  6021.     --enter statements to perform when no records are found such as...
  6022.     display dialog "Sorry, the item you selected could not be found."
  6023.     return
  6024. end try
  6025. e    No Changeq
  6026. Dev.CD Feb 00 TC
  6027. D!All Packages
  6028. Tool Chest Edition
  6029. ProgressWindoid-C
  6030. 7.0.1O
  6031. Dev.CD Apr 94
  6032. Dev.CD Jan 94
  6033. Dev.CD Oct 93
  6034. Dev.CD Jul 93
  6035. Dev.CD Apr 93
  6036. Dev.CD July 92
  6037. Dev.CD June 92
  6038. Dev.CD May 92
  6039. Dev.CD Apr 92P~Dev.CD Apr 94
  6040. Dev.CD Jan 94
  6041. Dev.CD Oct 93
  6042. Dev.CD Jul 93
  6043. Dev.CD Apr 93
  6044. Dev.CD July 92
  6045. Dev.CD June 92
  6046. Dev.CD May 92
  6047. Dev.CD Apr 9V
  6048. 1560X
  6049. Apr 94
  6050. Summary: CallHyper is an external for 4th Dimension which allows you to call a HyperCard external from 4D.  HyperCard externals which rely on HyperCard callbacks cannot be used with CallHyper.
  6051. Features: Provides access to HyperCard externals from 4th Dimension.  The first parameter is the name of the XCMD or XFCN to load, then up to 6 parameters which must be given as TEXT.  Any result is set on a 4D TEXT variable called xResult.
  6052. callHyper
  6053. CallHyper NotesK
  6054. Vol VIIIM;4D, HyperCard XCMDs, This package is System 7.0 compatible.O[Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:PiDev.CD Feb 00 TC
  6055.  - Tool Chest
  6056.  - Development Kits
  6057.  - HyperCard Related
  6058.  - XCMDs & XFCNs
  6059.  - CallHyper 1.0r tray
  6060.  print total pages
  6061.  restore test page
  6062. This package is 7.0 compatible.JnDiskRestore
  6063. kill test page
  6064. Laser Doctor
  6065. letter paper tray
  6066. plain paper tray
  6067. print total pages
  6068. restore test pageK
  6069. Vol IIIL
  6070. Vol VIIge
  6071. 6543X
  6072. Feb 00^
  6073. r--set theItem to choose file -- uncomment to test in an AS editor
  6074.     tell application "Finder"
  6075.         open item "Dev.CD Feb 00 TC:Sample Code:"
  6076.         activate
  6077.     end tell
  6078. on error errMsg number errNum
  6079.     --enter statements to perform when no records are found such as...
  6080.     display dialog "Sorry, the item you selected could not be found."
  6081.     return
  6082. end try
  6083. MovedfDCustomGetFile
  6084. CustomPutFile
  6085. dialog
  6086. select
  6087. folder
  6088. balloon
  6089. appendq
  6090. Dev.CD Feb 00 TC
  6091. ID!All Packages
  6092. Tool Chest Edition
  6093. StandardFileIcons
  6094. 5811X
  6095. Jan 00^
  6096. --set theItem to choose file -- uncomment to test in an AS editor
  6097.     tell application "Finder"
  6098.         open item "Dev.CD Jan 00 SDK1:Development Kits:Hardware:CardBus DDK:"
  6099.         activate
  6100.     end tell
  6101. on error errMsg number errNum
  6102.     --enter statements to perform when no records are found such as...
  6103.     display dialog "Sorry, the item you selected could not be found."
  6104.     return
  6105. end try
  6106. e    No Changef
  6107. CardBus
  6108.  PCMCIA
  6109.  PC CardoBftp://ftp.apple.com/developer/Development_Kits/CardBus_DDK.sit.hqxq
  6110. Dev.CD Jan 00 SDK1
  6111. All Packages
  6112. CD-ROM DetectionI
  6113. Summary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  6114. Incorporates the DriverGestalt call which is the new recommended way to detect CD-ROM drives.J
  6115. CD-ROM Detection:K
  6116. Jun 98OCDev.CD Jun 98 RL1:What's New:Tool Chest:Devices:How to Detect a CD:V
  6117. 5812X
  6118. 1e    No Change
  6119. cd-rom
  6120. cd-rom
  6121. detection
  6122. cdent
  6123. cdent
  6124. formatter
  6125. cdroms
  6126. cfbaseservices
  6127. cfbundleservices
  6128. cfcollectionservices
  6129. cfiltercontrol
  6130. cfiltercontrol
  6131. cfiltercontrol
  6132. cfm-68k
  6133. cfm-68k
  6134. cfm-68k
  6135. cfm-68k
  6136. runtime
  6137. enabler
  6138. cfoverview
  6139. cfpropertylist
  6140. cfstringservices
  6141. cgraybox
  6142. cgraybox
  6143. cgraybox
  6144. ch-simplified
  6145. ch-simplified
  6146. chinese
  6147. copybits
  6148. copybits
  6149. application
  6150. copybits
  6151. coresample
  6152. coresample
  6153. coupon
  6154. courses
  6155. createcopy
  6156. createcopy
  6157. creator
  6158. creator
  6159. registration
  6160. csmp-digest-readme
  6161. csmp-digest-readme
  6162. csmp-digest-v3-001
  6163. csmp-digest-v3-002
  6164. csmp-digest-v3-003
  6165. csmp-digest-v3-004
  6166. csmp-digest-v3-005
  6167. csmp-digest-v3-006
  6168. csmp-digest-v3-007
  6169. csmp-digest-v3-008
  6170. csmp-digest-v3-009
  6171. csmp-digest-v3-010
  6172. The CardBus DDK contains 3 folders title Documentation, Samples and Tools.
  6173.   Documentation
  6174.    *  Designing PCI Cards&Drivers
  6175.     -  Describes the current Design environment for PCI and CardBus cards
  6176.    *  PCI Binding to OF v2.1
  6177.     -  This is the Addendum to IEEE 1275 for Boot Initialization
  6178. Configuration
  6179.    *  MacOS PC Card Family 3.0
  6180.     -  Describes the Architecture and Implementation of PC Card (Card Bus)
  6181. 3.0 under MacOS
  6182.   Samples
  6183.    *  CustomEnabler
  6184.     -  Provides source code a
  6185. s an example of a SystemSoft custom enabler to
  6186. support multiple cards
  6187.    *  Another CustomEnabler
  6188.     -  Provides source code as an example of a custom enabler designed to
  6189. correct the IBM OEM Ethernet PC Card.
  6190.   Tools
  6191.    *  Display Name Registry 2.0
  6192.     -  Displays the Macintosh
  6193. s Name Registry and Device Tree
  6194.    *  TupleDumper
  6195.     -  
  6196. Dumps
  6197.  the CardBus (PCMCIA) tuples of any inserted PC cards
  6198. J)Read Me
  6199.  Documentation
  6200.  Samples
  6201.  ToolsK
  6202. Jan 00M
  6203. PowerMac / CodeWarrior IDE 2.1ks
  6204. All Packages
  6205. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  6206. Dev.CD Jan 94
  6207. Dev.CD Oct 93
  6208. Dev.CD Jul 93P6Dev.CD Apr 94
  6209. Dev.CD Jan 94
  6210. Dev.CD Oct 93
  6211. Dev.CD Jul 9V
  6212. 6773X
  6213. Apr 94
  6214. --set theItem to choose file -- uncomment to test in an AS editor
  6215.     tell application "Finder"
  6216.         open item "Dev.CD Apr 94
  6217. Dev.CD Jan 94
  6218. Dev.CD Oct 93
  6219. Dev.CD Jul 93"
  6220.         activate
  6221.     end tell
  6222. on error errMsg number errNum
  6223.     --enter statements to perform when no records are found such as...
  6224.     display dialog "Sorry, the item you selected could not be found."
  6225.     return
  6226. end try
  6227. All Packages
  6228. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  6229. Dev.CD Jan 94
  6230. Dev.CD Oct 93
  6231. Dev.CD Jul 93P6Dev.CD Apr 94
  6232. Dev.CD Jan 94
  6233. Dev.CD Oct 93
  6234. Dev.CD Jul 9V
  6235. 6774X
  6236. Apr 94
  6237. sample
  6238. 2.0b6
  6239. 2.0b6
  6240. reader
  6241. reader
  6242. installer
  6243. power
  6244. power
  6245. emulator
  6246. power
  6247. emulator
  6248. release
  6249. notes
  6250. power
  6251. macintosh
  6252. power
  6253. macintosh
  6254. artwork
  6255. powerbook
  6256. powerbook
  6257. addendum
  6258. powerbook
  6259. powerbook
  6260. 2400c
  6261. powerbook
  6262. powerbook
  6263. powerbook
  6264. 2300c
  6265. powerbook
  6266. processor
  6267. powerbook
  6268. zoomed
  6269. video
  6270. powerbookg3series
  6271. powerbookg3series
  6272. powermac
  6273. powermac
  6274. stuff
  6275. powerpc
  6276. ppclist
  6277. previous
  6278. primer
  6279. print
  6280. print
  6281. total
  6282. pages
  6283. print2
  6284. printing
  6285. process
  6286. processor
  6287. product
  6288. products
  6289. profile
  6290. profiler
  6291. --set theItem to choose file -- uncomment to test in an AS editor
  6292.     tell application "Finder"
  6293.         open item "Dev.CD Apr 94
  6294. Dev.CD Jan 94
  6295. Dev.CD Oct 93
  6296. Dev.CD Jul 93
  6297. Dev.CD Apr 93"
  6298.         activate
  6299.     end tell
  6300. on error errMsg number errNum
  6301.     --enter statements to perform when no records are found such as...
  6302.     display dialog "Sorry, the item you selected could not be found."
  6303.     return
  6304. end try
  6305. Dev.CD Aug 92
  6306. Dev.CD July 92
  6307. Dev.CD June 92
  6308. Dev.CD May 92
  6309. Dev.CD Apr 92PUDev.CD Sept 92
  6310. Dev.CD Aug 92
  6311. Dev.CD July 92
  6312. Dev.CD June 92
  6313. Dev.CD May 92
  6314. Dev.CD Apr 9V
  6315. 1570X
  6316. Sept 9
  6317. Dev.CD Apr 93P
  6318. Dev.CD Apr 9V
  6319. 6762X
  6320. Apr 93
  6321. b--set theItem to choose file -- uncomment to test in an AS editor
  6322.     tell application "Finder"
  6323.         open item "Dev.CD Apr 93"
  6324.         activate
  6325.     end tell
  6326. on error errMsg number errNum
  6327.     --enter statements to perform when no records are found such as...
  6328.     display dialog "Sorry, the item you selected could not be found."
  6329.     return
  6330. end try
  6331. All Packages
  6332. System Enabler 111 (PB 160/180)O
  6333. Dev.CD Apr 93P
  6334. Dev.CD Apr 9V
  6335. 6763X
  6336. Apr 93
  6337. b--set theItem to choose file -- uncomment to test in an AS editor
  6338.     tell application "Finder"
  6339.         open item "Dev.CD Apr 93"
  6340.         activate
  6341.     end tell
  6342. on error errMsg number errNum
  6343.     --enter statements to perform when no records are found such as...
  6344.     display dialog "Sorry, the item you selected could not be found."
  6345.     return
  6346. end try
  6347. All Packages
  6348. System Enabler 121 (PB 165c)O
  6349. Dev.CD Apr 93P
  6350. Dev.CD Apr 9V
  6351. 6764X
  6352. Apr 93
  6353. finder
  6354. windows
  6355. cd-rom
  6356. cd-rom
  6357. device
  6358. manager
  6359. control
  6360. panel
  6361. symantec
  6362. metrowerks
  6363. standardfile
  6364. center
  6365. cfallocator
  6366. cfarray
  6367. cfbag
  6368. cfbase
  6369. cfbinaryheap
  6370. cfbitvector
  6371. cfbundle
  6372. cfcharacterset
  6373. cfcomparatorfunction
  6374. cfcomparisonresult
  6375. cfdata
  6376. cfdictionary
  6377. cfequal
  6378. cfhash
  6379. cfhashcode
  6380. cfindex
  6381. cfm-68k
  6382. cfm-68k
  6383. mixed
  6384. thread
  6385. objectsupportlib
  6386. cfoptionflags
  6387. cfpropertylist
  6388. cfrange
  6389. cfrelease
  6390. cfretain
  6391. cfset
  6392. cfstring
  6393. cfstringencodingsext
  6394. cftree
  6395. cftype
  6396. cftypeid
  6397. character
  6398. characters
  6399. charset
  6400. conditional
  6401. configuration
  6402. contextual
  6403. contextual
  6404. manager
  6405. control
  6406. control
  6407. strip
  6408. powerbook
  6409. control
  6410. panel
  6411. controls
  6412. CardBus,  PCMCIA,  PC Cardsw/
  6413. Internet:    bbsw@netcom.com
  6414. CIS:    73051,3255
  6415. eWorld:    BareBones
  6416. JY!NOT AN APPLE PRODUCT!
  6417. PopupFuncs 2.6.1 Installer
  6418. PopupFuncs Notes.c
  6419. Source Masher
  6420. xPop 
  6421. Sep 95L
  6422. Jan 96OADev.CD Feb 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:PIDev.CD Feb 00 TC
  6423.  - Tool Chest
  6424.  - Developer Utilities
  6425.  - PopupFuncs 2.6.1ialog "Sorry, the item you selected could not be found."
  6426.     return
  6427. end try
  6428. May 93M.Any Macintosh with the MIDI Manager installed.O0Dev.CD Feb 00 TC:Tool Chest:Devices:Qwertytunes:P8Dev.CD Feb 00 TC
  6429.  - Tool Chest
  6430.  - Devices
  6431.  - QwertytunesV
  6432. 6449X
  6433. Feb 00^
  6434. --set theItem to choose file -- uncomment to test in an AS editor
  6435.     tell application "Finder"
  6436.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Qwertytunes:"
  6437.         activate
  6438.     end tell
  6439. on error errMsg number errNum
  6440.     --enter statements to perform when no records are found such as...
  6441.     display dialog "Sorry, the item you selected could not be found."
  6442.     return
  6443. end try
  6444. e    No Changeq
  6445. Dev.CD Feb 00 TC
  6446. D!All Packages
  6447. Tool Chest Edition
  6448. RAMDisk 1.4d5
  6449. <Summary:  This sample demonstrates how to write a simple Mac OS block device driver, in this case a RAM disk.  It also demonstrates how to bundle a system extension (INIT), driver (DRVR) and control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  6450. lO9Dev.CD Jan 00 SDK1:Development Kits:Hardware:CardBus DDK:PADev.CD Jan 00 SDK1
  6451.  - Development Kits
  6452.  - Hardware
  6453.  - CardBus DDK"
  6454.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:"
  6455.         activate
  6456.     end tell
  6457. on error errMsg number errNum
  6458.     --enter statements to perform when no records are found such as...
  6459.     display dialog "Sorry, the item you selected could not be found."
  6460.     return
  6461. end try
  6462. e    No Changeq
  6463. Dev.CD Feb 00 TC
  6464. D!All Packages
  6465. Mac OS SDK Edition
  6466. Porting Objective-C to Java
  6467. es the opposite: it sets a particular STR# string to the string that
  6468. s passed in.
  6469. ShadingWinds:  This little application includes code to allow you to detect whether or not a window is "rolled up" by WindowShade.
  6470. SICN LDEF:  This LDEF displays small icons to the left of text in a list.
  6471. SignatureToApp:  A function that finds an application on any mounted (non-floppy) disk given its 4-character signature. It will also launch or activate the application if told to.
  6472. Splasher:  A very simpl
  6473. e application that displays a "modal" window that goes away as soon as you click the mouse or press a key.  This is how many splash screens behave -- but as long as the window is displayed, the Process Manager won't switch your application from being frontmost.
  6474. Sys7 popUpCDEF:  A simple example of using the PopupCDEF available in System 7 and later.
  6475. Tabs LDEF 1.0:  Tabs LDEF is a custom list definition which allows developers to easily create multiple columned lists using different sizes
  6476. mPNDev.CD Jun 98 RL1
  6477.  - What's New
  6478.  - Tool Chest
  6479.  - Devices
  6480.  - How to Detect a CDV
  6481. 5812X
  6482. Jun 98^
  6483. --set theItem to choose file -- uncomment to test in an AS editor
  6484.     tell application "Finder"
  6485.         open item "Dev.CD Jun 98 RL1:What's New:Tool Chest:Devices:How to Detect a CD:"
  6486.         activate
  6487.     end tell
  6488. on error errMsg number errNum
  6489.     --enter statements to perform when no records are found such as...
  6490.     display dialog "Sorry, the item you selected could not be found."
  6491.     return
  6492. end try
  6493. e    No Changeq
  6494. Dev.CD Jun 98 RL1
  6495. nD!All Packages
  6496. Tool Chest Edition
  6497. CD-ROM Validator 1.1IRSummary: Validator is a utility for testing for High Sierra/ISO 9660 compliance.  JBValidator 1.11
  6498. Validator documentation
  6499. Validator documentation.txtK
  6500. Vol IIIL
  6501. Vol VIIO@Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:PKDev.CD Feb 00 TC
  6502.  - Tool Chest
  6503.  - Devices
  6504.  - CD-ROM
  6505.  - CD-ROM Validator 1.1V
  6506. 5813X
  6507. Feb 00^
  6508. PopupFuncs 2.6.1
  6509. --set theItem to choose file -- uncomment to test in an AS editor
  6510.     tell application "Finder"
  6511.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:"
  6512.         activate
  6513.     end tell
  6514. on error errMsg number errNum
  6515.     --enter statements to perform when no records are found such as...
  6516.     display dialog "Sorry, the item you selected could not be found."
  6517.     return
  6518. end try
  6519.  passphrase.   This is done without the risks associated with passphrase  caches
  6520. - -  Strong user authentication is provided by cryptographic digital signatures.
  6521. - -  Since the user maintains the only secret material in the system, compromising a server
  6522. s user database results in limited damage.
  6523. NOTE: This is beta SW.  For sample use only
  6524. J'Sample Code.img
  6525. Windows Sample Code.imgK
  6526. Dec 98M
  6527. PPC,  MacOS 8.5, PGPsdkN=Cryptographic Authentication , AppleShare IP,  Appearance MgrO
  6528. Dev.CD Feb 00 TC:Sample Code:P
  6529. Dev.CD Feb 00 TC
  6530.  - Sample Code
  6531. 5814X
  6532. Jul 99^
  6533. --set theItem to choose file -- uncomment to test in an AS editor
  6534.     tell application "Finder"
  6535.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:"
  6536.         activate
  6537.     end tell
  6538. on error errMsg number errNum
  6539.     --enter statements to perform when no records are found such as...
  6540.     display dialog "Sorry, the item you selected could not be found."
  6541.     return
  6542. end try
  6543. Deletedf.CFM-68K
  6544. Mixed Mode
  6545. Thread
  6546. ObjectSupportLibq
  6547. Dev.CD Jul 99 SDK1
  6548. All Packages
  6549. Chinese Dictation KitO
  6550. Dev.CD Nov 96 TCP
  6551. Dev.CD Nov 96 TV
  6552. 5815X
  6553. Nov 96
  6554. e--set theItem to choose file -- uncomment to test in an AS editor
  6555.     tell application "Finder"
  6556.         open item "Dev.CD Nov 96 TC"
  6557.         activate
  6558.     end tell
  6559. on error errMsg number errNum
  6560.     --enter statements to perform when no records are found such as...
  6561.     display dialog "Sorry, the item you selected could not be found."
  6562.     return
  6563. end try
  6564. All Packages
  6565. ne    No Changeq
  6566. Dev.CD Feb 00 TC
  6567. oD!All Packages
  6568. Mac OS SDK Edition
  6569. CFM-68K SDK
  6570. Summary:  CFM-68K is a runtime architecture for 68K-based Macintosh applications and shared libraries. This architecture is modeled after the Power Macintosh runtime architecture and uses the CFM (Code Fragment Manager) to provide shared library support for 68K Macintoshes. CFM-68K runtime applications and shared libraries can coexist and run simultaneously with classic 68K runtime applications.
  6571. Version 4.0 of the CFM-68K Runtime Enabler fixes the problem described in Technote #1084 and u Pippin is a new multimedia and Internet playback architecture based on Power Macintosh and licensed by Apple to Bandai Digital Entertainment. Because it is based on Mac, most Pippin development is the same as Mac development. The tech notes in this folder cover all the Pippin-specific aspects of developing on Pippin.
  6572. pdates the interfaces required for pre-emptively threaded applications. The SDK includes documentation describing the changes.
  6573. This package includes:
  6574.  CFM-68K 4.0, Code Fragment Manager for 680x0 Macintoshes
  6575.  ObjectSupportLib, version 1.2
  6576.  Updated Apple Thread Manager, now included in the CFM-68K Runtime Enabler.
  6577. Requirements:  The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.
  6578. NOTE:  This versiC
  6579. on is incompatible with:
  6580.  Cyberdog 2.0 alpha and older. Cyberdog 2.0 beta is compatible.
  6581.  Jasik's The Debugger, versions built prior to March 3, 1997
  6582. JQ CFM-68K Runtime Enabler
  6583. CFM-68K 4.0
  6584. CFM-68K Read Me
  6585. Interfaces:
  6586. ObjectSupportLibK
  6587. Jan 96L
  6588. May 97M
  6589. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:m in your code.
  6590.     No Change
  6591. oN2CFM-68K, CFM, Mixed Mode, Thread, ObjectSupportLibO7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:P?Dev.CD Jul 99 SDK1
  6592.  - Development Kits
  6593.  - Mac OS
  6594.  - CFM-68K SDK  end tell
  6595. on error errMsg number errNum
  6596.     --enter statements to perform when no records are found such as...
  6597.     display dialog "Sorry, the item you selected could not be found."
  6598.     return
  6599. end try
  6600. y dialog "Sorry, the item you selected could not be found."
  6601.     return
  6602. end try
  6603. based
  6604. batch
  6605. bi-directional
  6606. blanking
  6607. blitters
  6608. block
  6609. bridge
  6610. broadcast
  6611. browse
  6612. browser
  6613. buffered
  6614. buffering
  6615. reports
  6616. error
  6617. reports
  6618. apple
  6619. builder
  6620. built-in
  6621. bundle
  6622. burned-in
  6623. business
  6624. button
  6625. buttons
  6626. opentransport
  6627. Dev.CD Feb 00 TC
  6628.  - Sample CodeV
  6629. 6524X
  6630. Feb 00^
  6631. r--set theItem to choose file -- uncomment to test in an AS editor
  6632.     tell application "Finder"
  6633.         open item "Dev.CD Feb 00 TC:Sample Code:"
  6634.         activate
  6635.     end tell
  6636. on error errMsg number errNum
  6637.     --enter statements to perform when no records are found such as...
  6638.     display dialog "Sorry, the item you selected could not be found."
  6639.     return
  6640. end try
  6641. e    No Changeq
  6642. Dev.CD Feb 00 TC
  6643. 6D!All Packages
  6644. Tool Chest Edition
  6645. Snippets - Toolbox
  6646. nter statements to perform when no records are found such as...
  6647.     display dialog "Sorry, the item you selected could not be found."
  6648.     return
  6649. end try
  6650. All Packages
  6651. 7.0.1OcDev.CD July 92
  6652. Dev.CD June 92
  6653. Dev.CD May 92
  6654. Dev.CD Apr 92
  6655. Dev.CD Mar 92
  6656. Dev.CD Feb 92
  6657. Dev.CD Jan 92PbDev.CD July 92
  6658. Dev.CD June 92
  6659. Dev.CD May 92
  6660. Dev.CD Apr 92
  6661. Dev.CD Mar 92
  6662. Dev.CD Feb 92
  6663. Dev.CD Jan 9V
  6664. 1584X
  6665. July 9
  6666. --set theItem to choose file -- uncomment to test in an AS editor
  6667.     tell application "Finder"
  6668.         open item "Dev.CD Apr 94
  6669. Dev.CD Jan 94
  6670. Dev.CD Oct 93
  6671. Dev.CD Jul 93
  6672. Dev.CD Apr 93"
  6673.         activate
  6674.     end tell
  6675. on error errMsg number errNum
  6676.     --enter statements to perform when no records are found such as...
  6677.     display dialog "Sorry, the item you selected could not be found."
  6678.     return
  6679. end try
  6680. nd try
  6681. backlight
  6682. backs
  6683. backup
  6684. backwards
  6685. tpifile
  6686. tpifile
  6687. sample
  6688. module
  6689. tpifile
  6690. tpifile1.0b1
  6691. trace
  6692. traceroute
  6693. tracing
  6694. track
  6695. tracker
  6696. trade-offs
  6697. trademark
  6698. traditional
  6699. traffic
  6700. trained
  6701. training
  6702. traits
  6703. transaction
  6704. transfer
  6705. transferred
  6706. transfers
  6707. transform
  6708. transition
  6709. translate
  6710. translated
  6711. translation
  6712. translations
  6713. translucent
  6714. transmission
  6715. transmitted
  6716. transparent
  6717. transparently
  6718. transport
  6719. involving
  6720. standard
  6721. dialogs
  6722. summary
  6723. three
  6724. tools
  6725. testing
  6726. performance
  6727. summary
  6728. supplementing
  6729. documentation
  6730. summary
  6731. toolbox
  6732. assistant
  6733. gives
  6734. rapid
  6735. access
  6736. up-to-da
  6737. summary
  6738. unmountit
  6739. easily
  6740. unmount
  6741. eject
  6742. sharable
  6743. summary
  6744. updated
  6745. conceptual
  6746. reference
  6747. documentation
  6748. summary
  6749. display
  6750. starting
  6751. summary
  6752. validator
  6753. utility
  6754. testing
  6755. sierra/i
  6756. summary
  6757. simple
  6758. macintosh
  6759. application
  6760. supports
  6761. summary
  6762. pleased
  6763. provide
  6764. version
  6765. 1.5.1
  6766. summary
  6767. network
  6768. software
  6769. installer
  6770. insta
  6771. summer
  6772. sun's
  6773. sunsoft
  6774. super
  6775. mixed
  6776. modal
  6777. modal
  6778. dialog
  6779. module
  6780. monitor
  6781. moofwars
  6782. morefiles
  6783. moreisbetter
  6784. morpheme
  6785. movie
  6786. movies
  6787. pascal
  6788. 2.1.2
  6789. 2.1.3
  6790. 2.1.4
  6791. resdistributor
  6792. toolkit
  6793. multi-player
  6794. multi-processing
  6795. multicast
  6796. multihoming
  6797. multilingual
  6798. multilingual
  6799. editing
  6800. multilingual
  6801. editor
  6802. multimedia
  6803. multiple
  6804. multiple
  6805. monitor
  6806. multiple
  6807. multiprocessing
  6808. multiprocessor
  6809. multitasking
  6810. music
  6811. music
  6812. movie
  6813. mutable
  6814. mutable
  6815. string
  6816. named
  6817. named
  6818. navigable
  6819. transport
  6820. macintosh
  6821. powerbook
  6822. series
  6823. developer
  6824. note@
  6825. macsbug's@
  6826. maintains@
  6827. managers@
  6828. marketing@
  6829. means@
  6830. medium@
  6831. menus@
  6832. messagepad@
  6833. microphone@
  6834. minor@
  6835. mirror@
  6836. modifying@
  6837. modules@
  6838. morenetworksetup@
  6839. mounting@
  6840. move@
  6841. mpc106@
  6842. summary
  6843. cfm-68k
  6844. runtime
  6845. architecture
  6846. 68k-based
  6847. summary
  6848. chromakey
  6849. movie
  6850. simple
  6851. application
  6852. which
  6853. summary
  6854. collection
  6855. quicktime
  6856. developer
  6857. documentation
  6858. summary
  6859. collection
  6860. webobjects
  6861. developer
  6862. documentation
  6863. summary
  6864. color
  6865. locator
  6866. enables
  6867. anything
  6868. summary
  6869. contains
  6870. documentation
  6871. header
  6872. files
  6873. utiliti
  6874. summary
  6875. contains
  6876. documentation
  6877. header
  6878. files
  6879. tools
  6880. lected could not be found."
  6881.     return
  6882. end try
  6883. All Packages
  6884. Performa 7.1P5O
  6885. Dev.CD Jan 94
  6886. Dev.CD Dec 93P
  6887. Dev.CD Jan 94
  6888. Dev.CD Dec 9V
  6889. 4308X
  6890. Jan 94
  6891. or errMsg number errNum
  6892.     --enter statements to perform when no records are found such as...
  6893.     display dialog "Sorry, the item you selected could not be found."
  6894.     return
  6895. end try
  6896. All Packages
  6897. 7.1OEDev.CD Apr 94
  6898. Dev.CD Jan 94
  6899. Dev.CD Oct 93
  6900. Dev.CD Jul 93
  6901. Dev.CD Apr 93V
  6902. 1590X
  6903. summary
  6904. contains
  6905. latest
  6906. appletalk
  6907. stack
  6908. version
  6909. macsn@
  6910. summary
  6911. provides
  6912. ability
  6913. download
  6914. postscript
  6915. summary
  6916. human
  6917. interface
  6918. notes
  6919. collection
  6920. human
  6921. inte@
  6922. summary
  6923. maccalendar
  6924. control
  6925. strip
  6926. module
  6927. displays
  6928. summary
  6929. macintosh
  6930. application
  6931. environment
  6932. virtual
  6933. summary
  6934. network
  6935. management
  6936. specifications
  6937. macintosh
  6938. summary
  6939. sample
  6940. discussion
  6941. detect
  6942. whether
  6943. summary
  6944. system
  6945. standard
  6946. window
  6947. definition
  6948. procedure@
  6949. summary
  6950. application
  6951. issue
  6952. apple
  6953. directions
  6954. developer
  6955. summary
  6956. these
  6957. applications
  6958. demonstrate
  6959. write
  6960. backgr@
  6961. summary
  6962. document
  6963. contains
  6964. helpful
  6965. converti@
  6966. summary
  6967. document
  6968. discusses
  6969. apple's
  6970. creating@
  6971. summary
  6972. folder
  6973. contains
  6974. complete
  6975. information
  6976. develop@
  6977. summary
  6978. folder
  6979. contains
  6980. net-install
  6981. apple's
  6982. change
  6983. change
  6984. history
  6985. change
  6986. history
  6987. changefilename
  6988. changelog
  6989. changes
  6990. chartoid
  6991. chartoid
  6992. check
  6993. check
  6994. autoguest
  6995. check
  6996. quicktime
  6997. checkedoutfiles
  6998. checkinall
  6999. checkwindowin
  7000. checkwindowout
  7001. chinese
  7002. chinese
  7003. simplified
  7004. 2-1.1.3
  7005. chinese
  7006. traditional
  7007. 1.1.3
  7008. ecolor
  7009. chooser
  7010. chooser
  7011. choosetkl
  7012. choosetkl
  7013. choosetkl
  7014. ciconbuttons
  7015. ciconbuttons
  7016. ciconbuttons
  7017. cihui
  7018. cihui
  7019. cincludes
  7020. claris
  7021. claris
  7022. files
  7023. classes
  7024. classic
  7025. clent
  7026. clent
  7027. richardson
  7028. message
  7029. client
  7030. clipboard
  7031. clipboard
  7032. clipboard
  7033. clipboard
  7034. magician
  7035. clipboard
  7036. clipinfo
  7037. clipinfo
  7038. clipping
  7039. clipping
  7040. extension
  7041. clippings
  7042. cliptopict
  7043. cliptopict
  7044.     W& region rather than just its portRect.
  7045. J'Sample Code.img
  7046. Windows Sample Code.imgK
  7047. Feb 92L
  7048. May 97O
  7049. Dev.CD Feb 00 TC:Sample Code:P
  7050. Dev.CD Feb 00 TC
  7051.  - Sample Code
  7052. percentage
  7053. perfectly
  7054. perform
  7055. performa
  7056. performanceQ
  7057. performance
  7058. tuning
  7059. performed
  7060. performing
  7061. performs
  7062. perils
  7063. permission
  7064. permit
  7065. permits
  7066. permitted
  7067. permutation
  7068. persist
  7069. persistent
  7070. persisting
  7071. person
  7072. personal
  7073. perspective
  7074. perspectives
  7075. pertaining
  7076. peter
  7077. pgpuam
  7078. ccur when copying these individual bands and to provide one possible solution.
  7079. CalcCMask & CalcMask:  This snippet shows how to use both CalcCMask and CalcMask to create a mask given a source bitmap image. This is similar to the lasso tool found in many drawing apps.
  7080. ClutWind:  Displays a window that shows the colors in the color table associated with the device the window is on top of.
  7081. CollectPictColors:  This application demonstrates two methods of collecting colors used by Pict resou
  7082. rces: the Picture Utilities package and Jon Zap's KnowsPict application. Each method gives different results.
  7083. Color Marquee:  The proverbial marching ants, this time in red!
  7084. Color Picker:  This app provides a quick example of how to change palette colors using the Color Picker Package. The program simply creates a palette, attaches it to a window, then calls color picker routines whenever a user clicks in the window to change a color
  7085. ColorizePict:  Snippet to illustrate how to use CopyB
  7086. 5816X
  7087. May 97
  7088. e--set theItem to choose file -- uncomment to test in an AS editor
  7089.     tell application "Finder"
  7090.         open item "Dev.CD May 97 TC"
  7091.         activate
  7092.     end tell
  7093. on error errMsg number errNum
  7094.     --enter statements to perform when no records are found such as...
  7095.     display dialog "Sorry, the item you selected could not be found."
  7096.     return
  7097. end try
  7098. rD!All Packages
  7099. Tool Chest Edition
  7100. Chinese Dictation Kit 1.5
  7101. Summary: For years, Chinese text input has been a bottleneck for computer users.  Hundreds of different keyboard input methods have been developed, but invariably they are either difficult to learn or slow to use.  Dictation is the fastest and most natural way to input Chinese text for most users.  However, until now, large vocabulary dictation software typically required expensive high-end workstations and hardware add-ons.
  7102. With Apple Chinese Dictation Kit (CDK), the world's first low coq
  7103. Dev.CD May 98 TC
  7104. All Packages
  7105. 4306X
  7106. Chinese Dictation KitO
  7107. Dev.CD May 97 TCP
  7108. Dev.CD May 97 T an AS editor
  7109.     tell application "Finder"
  7110.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:PEF Viewer:"
  7111.         activate
  7112.     end tell
  7113. on error errMsg number errNum
  7114.     --enter statements to perform when no records are found such as...
  7115.     display dialog "Sorry, the item you selected could not be found."
  7116.     return
  7117. end try
  7118. st high performance Chinese dictation software, the users no longer need to suffer through extensive training or the inefficiency of current keyboard input methods.  The user can also concentrate more on what he/she is writing, rather than how to input it.  We believe that Apple's Chinese Dictation Kit represents again Apple's determination to make the best ease-of-use personal computers for users.  Chinese Dictation Kit heralds the start of a revolution for Chinese computing.
  7119. What Chines
  7120. e Dictation Kit Can Do For You
  7121. Apple Chinese Dictation Kit is a high performance large vocabulary dictation software that can dramatically increase your productivity when inputting Chinese text, particularly if you're a poor typist.  It's like having your own secretary to take dictation and do your typing!!
  7122. Features:
  7123.  Through a sophisticated training process, CDK is able to recognize your voice and even your own accent.
  7124.  In contrast to most other Chinese dictation software, CDK  allows
  7125. Summary:
  7126. Apple's Developer Publications web site features improved access to Inside Macintosh, WebObjects documentation, hardware notes, and more. Look for new and updated Mac OS 8 and 9 documentation for Apple Help, Text Encoding Converter Manager, Icon Services, and Navigation Services, as well as a brand-new WebObjects 4 documentation set and updated documentation for Mac OS X.
  7127. From main index.html page, you can go directly to product-specific pages to read and search documents online,B
  7128.  download documents in compatible compression formats, and order printed books. This main page also has links to other Apple resources
  7129. -such as develop, Technical Notes, and Technical Q&A's. 
  7130. acrobat3.html
  7131. adcstyle.css
  7132. faq.html
  7133. FunctionIndex:
  7134. hardware:
  7135. images:
  7136. index.html
  7137. java:
  7138. macos8:
  7139. macosx:
  7140. order.html
  7141. PubsCatalog.html
  7142. PubsOrderForm.html
  7143. quicktime:
  7144. techpubsfeedback.html
  7145. webobjects:K
  7146. Sep 98L
  7147. Dec 99O/Dev.CD Dec 99 RL Disk 2:Technical Publications:09
  7148. primer
  7149. 6243X
  7150. Dec 99^    RL Disk 1
  7151. --set theItem to choose file -- uncomment to test in an AS editor
  7152.     tell application "Finder"
  7153.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Sample Code:QuickTime:QTEffects Explode:"
  7154.         activate
  7155.     end tell
  7156. on error errMsg number errNum
  7157.     --enter statements to perform when no records are found such as...
  7158.     display dialog "Sorry, the item you selected could not be found."
  7159.     return
  7160. end try
  7161. e    No Changef
  7162. QuickTime
  7163. effectsq
  7164. Dev.CD Dec 99 RL Disk 1
  7165. D.All Packages
  7166. Tool Chest Edition
  7167. New & RevisedF
  7168. QTSimpleAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  7169. J*AppletTag.js
  7170. classes
  7171. README.txt
  7172. sa.bat
  7173. Feb 00
  7174. :Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:V
  7175. 6244X
  7176. New Package
  7177. color
  7178. tanzania
  7179. tcp/ip
  7180. tcp/ip
  7181. appletalk
  7182. reconfiguration
  7183. network
  7184. setup
  7185. ottcpwilldial
  7186. tcp/ip
  7187. search
  7188. technical
  7189. 5817X
  7190. Aug 97^
  7191. --set theItem to choose file -- uncomment to test in an AS editor
  7192.     tell application "Finder"
  7193.         open item "Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:"
  7194.         activate
  7195.     end tell
  7196. on error errMsg number errNum
  7197.     --enter statements to perform when no records are found such as...
  7198.     display dialog "Sorry, the item you selected could not be found."
  7199.     return
  7200. end try
  7201. e    No Changef+Chinese
  7202. dictation
  7203. speech
  7204. input
  7205. keyboardq
  7206. Dev.CD Aug 97 TC
  7207. All Packages
  7208. Chinese Handwriting KitO
  7209. Dev.CD Nov 96 TCP
  7210. Dev.CD Nov 96 TV
  7211. 5818X
  7212. Nov 96
  7213. e--set theItem to choose file -- uncomment to test in an AS editor
  7214.     tell application "Finder"
  7215.         open item "Dev.CD Nov 96 TC"
  7216.         activate
  7217.     end tell
  7218. on error errMsg number errNum
  7219.     --enter statements to perform when no records are found such as...
  7220.     display dialog "Sorry, the item you selected could not be found."
  7221.     return
  7222. end try
  7223. All Packages
  7224.  you to speak a phrase at a time, instead of a character at a time.  This increases the throughput of the system which can achieve about 40-60 characters per minute.
  7225.  CDK uses a very large  flexible vocabulary, so users can speak many flexible phrase patterns, e.g., 
  7226. H.  The total number of different phrases users can say for the default system exceeds 350,000.
  7227.  A phrase adding feature allows you to customize CDK's vocabulary.  Add names of f
  7228. riends and family, specialized technical terms, etc.
  7229.  Adapts to your word patterns to improve the long-term performance.
  7230.  The Lexicon Optimizer utility scans your text files to find what words you  use and adds them automatically to the system.
  7231.  Powerful Voice Macro feature allows you to input long addresses or aphorisms by speaking a single word.  
  7232.  Voice commands for frequently used functions.
  7233.  Most misrecognized characters can be corrected easily and quickly with a click of the mou
  7234. Jun 97
  7235. f--set theItem to choose file -- uncomment to test in an AS editor
  7236.     tell application "Finder"
  7237.         open item "Dev.CD Jun 97 SSW"
  7238.         activate
  7239.     end tell
  7240. on error errMsg number errNum
  7241.     --enter statements to perform when no records are found such as...
  7242.     display dialog "Sorry, the item you selected could not be found."
  7243.     return
  7244. end try
  7245. All Packages
  7246. F    QuickTimeO
  7247. Dev.CD Jun 97 SSWP
  7248. Dev.CD Jun 97 SSV
  7249. 6432X
  7250. Jun 97
  7251. f--set theItem to choose file -- uncomment to test in an AS editor
  7252.     tell application "Finder"
  7253.         open item "Dev.CD Jun 97 SSW"
  7254.         activate
  7255.     end tell
  7256. on error errMsg number errNum
  7257.     --enter statements to perform when no records are found such as...
  7258.     display dialog "Sorry, the item you selected could not be found."
  7259.     return
  7260. end try
  7261. All Packages
  7262. F    QuickTimeO
  7263. Dev.CD Jun 97 SSWP
  7264. Dev.CD Jun 97 SSV
  7265. 6433X
  7266. Jun 97
  7267. areas
  7268. aren't
  7269. arena
  7270. arguments
  7271. arithmetic
  7272. around
  7273. arpsample1.0b1
  7274. arpsample1.0b1
  7275. module
  7276. provides
  7277. service
  7278.     activate
  7279.     end tell
  7280. on error errMsg number errNum
  7281.     --enter statements to perform when no records are found such as...
  7282.     display dialog "Sorry, the item you selected could not be found."
  7283.     return
  7284. end try
  7285. All Packages
  7286. 7.1OEDev.CD Apr 94
  7287. Dev.CD Jan 94
  7288. Dev.CD Oct 93
  7289. Dev.CD Jul 93
  7290. Dev.CD Apr 93PDDev.CD Apr 94
  7291. Dev.CD Jan 94
  7292. Dev.CD Oct 93
  7293. Dev.CD Jul 93
  7294. Dev.CD Apr 9V
  7295. 1603X
  7296. Apr 94
  7297.     F]se.
  7298.  Dictation of numbers and punctuation.
  7299.  Support for multiple users on a single machine.
  7300. JkCT-009-4433 (Install 1)
  7301. CT-009-4434 (Install 2)
  7302. CT-009-4435 (Install 3)
  7303. Read Me First! SC
  7304. Read Me First! TCK
  7305. Nov 96L
  7306. May 97M
  7307. Any PowerPC Macintosh with 16bit sound input
  7308. System 7.1.2 or above with Chinese Language Kit 1.1 or above installled
  7309. A CDK microphoneN0Chinese, dictation, CDK, speech, input, keyboardO9Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:P>Dev.CD Aug 97 TC
  7310.  - Language Kits
  7311.  - Chinese Dictation Kit 1.5Forth tokenizeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqxq
  7312. Dev.CD Jan 00 SDK1
  7313. D!All Packages
  7314. Tool Chest Edition
  7315. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J'Sample Code.img
  7316. Windows Sample Code.imgK
  7317. Aug 97M
  7318. PCI Power MacN$Sound Input Driver, PCI driver, ndrvO
  7319. Dev.CD Feb 00 TC:Sample Code:P
  7320. Dev.CD Feb 00 TC
  7321.  - Sample CodeV
  7322. 4302X
  7323. --set theItem to choose file -- uncomment to test in an AS editor
  7324.     tell application "Finder"
  7325.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickTime:SimpleApp 1.0.2:"
  7326.         activate
  7327.     end tell
  7328. on error errMsg number errNum
  7329.     --enter statements to perform when no records are found such as...
  7330.     display dialog "Sorry, the item you selected could not be found."
  7331.     return
  7332. end try
  7333. systemsoft
  7334. t-shirt
  7335. tab-delimited
  7336. table
  7337. b--set theItem to choose file -- uncomment to test in an AS editor
  7338.     tell application "Finder"
  7339.         open item "Dev.CD Jan 94"
  7340.         activate
  7341.     end tell
  7342. on error errMsg number errNum
  7343.     --enter statements to perform when no records are found such as...
  7344.     display dialog "Sorry, the item you selected could not be found."
  7345.     return
  7346. end try
  7347. gateway
  7348. ethernet
  7349. ethernet
  7350. built-in
  7351. address
  7352. burned-in
  7353. address
  7354. ethernet
  7355. multicast
  7356. mdata
  7357. 802.2
  7358. 802.3
  7359. ethertalk
  7360. etsda
  7361. event
  7362. events
  7363. exchange
  7364. expansion
  7365. external
  7366. extractor
  7367. fcode
  7368. features
  7369. feedback
  7370. fetch
  7371. field
  7372. manager
  7373. desktop
  7374. manager
  7375. sample
  7376. synchronization
  7377. backup
  7378. assistant
  7379. folder
  7380. duplicatio
  7381. system
  7382. manager
  7383. external
  7384. system
  7385. foreign
  7386. nder both System 7 and pre-7.0 systems. It installs a device loop procedure that searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.
  7387. NewCCursor:  This snippet shows how to create a black and white 'CURS' and a color 'crsr' cursor resource by hand.
  7388. Out of This GWorld:  The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.
  7389. Palette Animation and Palette Anima
  7390. tion Gray:  These sample applications show how to animate the entries of a palette.
  7391. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  7392. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  7393. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  7394. interfaces
  7395. libraries
  7396. interfaces&libraries
  7397. interleave
  7398. interleave
  7399. interleave
  7400. international
  7401. Dev.CD Jan 94
  7402. Dev.CD Oct 93
  7403. Dev.CD Jul 93
  7404. Dev.CD Apr 93"
  7405.         activate
  7406.     end tell
  7407. on error errMsg number errNum
  7408.     --enter statements to perform when no records are found such as...
  7409.     display dialog "Sorry, the item you selected could not be found."
  7410.     return
  7411. end try
  7412. within
  7413. womack
  7414. won't
  7415. woodcock
  7416. word-processing
  7417. wordperfect
  7418. words
  7419. work-arounds
  7420. work-flow
  7421. workable
  7422. workaround
  7423. workarounds
  7424. workbook
  7425. workflows
  7426. workgroup
  7427. working
  7428. workings
  7429. works
  7430. works
  7431. under
  7432. appearance
  7433. workstation
  7434. workstations
  7435.  automatically generate abstract syntax trees. 
  7436. While PCCTS is a free tool set, it is actively supported by Terence Parr of Parr Research Corporation. Contact parrt@acm.org for information or join us in the comp.compilers.tools.pccts USENET newsgroup. Our ftp site is everest.ee.umn.edu in pub/pccts.
  7437. Issues:  PCCTS is completely in the public domain.  Please see the ANTLR README and RIGHTS files for details.
  7438. Jqantlr:
  7439. Documentation:
  7440. install.mpw
  7441. INSTRUCTIONS
  7442. lang:
  7443. non-MPW:
  7444. README
  7445. RIGHTS
  7446. support:
  7447. testcpp:
  7448. prebuilt:K
  7449. Nov 94L
  7450. May 95MnWorks with MPW out of the box; it also works with Symantec C and Metrowerks.  See config.h in the h directory.N?ANTLR, PCCTS, parser generator, BNF, EBNF, YACC, compiler toolsOJDev.CD Nov 99 TC:Tool Chest:Development Kits:
  7451.  Other Platforms:PCCTS 1.31:PUDev.CD Nov 99 TC
  7452.  - Tool Chest
  7453.  - Development Kits
  7454.  Other Platforms
  7455.  - PCCTS 1.31
  7456. viewerdemo
  7457. virtual
  7458. virtual
  7459. keycode
  7460. virtual
  7461. sphere
  7462. sample
  7463. virtual
  7464. tools
  7465. bit-depth
  7466. explnd
  7467. please
  7468. vu3.0.1d3W
  7469. vu3.0.1d3
  7470. vumeters
  7471. walltowalldialog
  7472. walltowalldialog
  7473. walltowalldialog
  7474. waste
  7475. waste
  7476. 1.3a6
  7477. waste
  7478. headers
  7479. waste
  7480. waste
  7481. classic
  7482. waste
  7483. documentation
  7484. waste
  7485. pascal
  7486. interfaces
  7487. wastelib
  7488. registration
  7489. animation
  7490. guide
  7491. webobjects
  7492. usedQ
  7493. usenet
  7494. user's
  7495. user-controllable
  7496. user-controlled
  7497. files/foldersW
  7498. filesharingon
  7499. filetool
  7500. filing
  7501. filled
  7502. filler
  7503. filling
  7504. fills
  7505. filter
  7506. filtering
  7507. filters
  7508. final
  7509. finally
  7510. financially
  7511. financing
  7512. findchange
  7513. finder
  7514. finder's
  7515. finder-like
  7516. finderdragpro
  7517. finderevents
  7518. firstly
  7519. fixed
  7520. fixes
  7521. Chinese Handwriting KitO
  7522. Dev.CD May 97 TCP
  7523. Dev.CD May 97 TEthernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  7524. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunc
  7525. national
  7526. native
  7527. natural
  7528. nature
  7529. navigable
  7530. navigate
  7531. navigates
  7532. navigation
  7533. navigation
  7534. services
  7535. documents
  7536. nearest
  7537. nearestmactextencodi
  7538. nearly
  7539. necessary
  7540. network-connected
  7541. networkable
  7542. networking
  7543. networks
  7544. networksetuphelpers
  7545. 5819X
  7546. May 97
  7547. e--set theItem to choose file -- uncomment to test in an AS editor
  7548.     tell application "Finder"
  7549.         open item "Dev.CD May 97 TC"
  7550.         activate
  7551.     end tell
  7552. on error errMsg number errNum
  7553.     --enter statements to perform when no records are found such as...
  7554.     display dialog "Sorry, the item you selected could not be found."
  7555.     return
  7556. end try
  7557. uD!All Packages
  7558. Tool Chest Edition
  7559. Chinese Handwriting Kit 1.0
  7560. Summary:  The Apple Chinese Handwriting Kit offers you another simple and yet powerful way of entering Chinese characters into your Macintosh computer. With the bundled wireless stylus and graphics tablet, you can just write any Chinese characters or phrases
  7561. either in simplified or traditional form
  7562. and your handwriting is automatically segmented and converted into two-byte digital text that can be further formatted in your favourite word-processing or page layout program. 
  7563. Requiring no trners which the card may require, such as 
  7564. NMQuickTime, QuickTime Conferencing, video conferencing, Apple Media ConferenceODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:PIDev.CD Apr 98 SDK2
  7565.  - Development Kits (Disc 2)
  7566.  - QuickTime Conferencingalette
  7567. windowpicker
  7568. windows
  7569. keyboards
  7570. keychain
  7571. keycodes
  7572. keymaptest
  7573. keymenu
  7574. keytrans
  7575. kgreetingport
  7576. killer
  7577. killeveryonebutme
  7578. kills
  7579. kinds
  7580. kiosk
  7581. kiosks
  7582. kleiman
  7583. knife
  7584. cted could not be found."
  7585.     return
  7586. end try
  7587. All Packages
  7588. 7.1OEDev.CD Apr 94
  7589. Dev.CD Jan 94
  7590. Dev.CD Oct 93
  7591. Dev.CD Jul 93
  7592. Dev.CD Apr 93PDDev.CD Apr 94
  7593. Dev.CD Jan 94
  7594. Dev.CD Oct 93
  7595. Dev.CD Jul 93
  7596. Dev.CD Apr 9V
  7597. 1618X
  7598. Apr 94
  7599. e    No Changef5Open Transport
  7600. STREAMS
  7601. module
  7602. driver
  7603. asynchronous I/Oq
  7604. Dev.CD Feb 00 TC
  7605. D!All Packages
  7606. Tool Chest Edition
  7607. Tracer
  7608. Summary:  PowerTracer is a system ATrap and PowerPC function tracing and timing tool. Its objective is to show calling patterns and timing information for the Macintosh Toolbox. PowerTracer patches a very large list of system ATraps as well as functions in the PowerPC public interface library. The tool configures itself appropriately on 68k machines as well as PowerPC machines.
  7609. Features:  PowerTracer gives detailed trace output information including the execution architecture for each sysB
  7610. tem function (i.e. 68k or PowerPC), execution architecture for the caller of a system function, and interrupt information. Trace information is collected in RAM and spooled to disk asynchronously.
  7611. General tools.imgK
  7612. Jul 95N/Optimization, Power Macintosh, PowerPC, ToolboxO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:ge
  7613. 5820X
  7614. Aug 97^
  7615. --set theItem to choose file -- uncomment to test in an AS editor
  7616.     tell application "Finder"
  7617.         open item "Dev.CD Aug 97 TC:Language Kits:Chinese Handwriting Kit 1.0:"
  7618.         activate
  7619.     end tell
  7620. on error errMsg number errNum
  7621.     --enter statements to perform when no records are found such as...
  7622.     display dialog "Sorry, the item you selected could not be found."
  7623.     return
  7624. end try
  7625. e    No Changef5Chinese
  7626. handwriting
  7627. input
  7628. keyboard
  7629. tablet
  7630. Dev.CD Aug 97 TC
  7631. vD!All Packages
  7632. Tool Chest Edition
  7633. Chinese Language KitI*Installer for the Chinese Language Kit 2.0J
  7634. CLK 2.0 GMc1K
  7635. Feb 95L
  7636. May 98N+Chinese Language Kit Traditional SimplifiedO9Dev.CD Feb 00 TC:Language Kits:Chinese Language Kits 2.0:P>Dev.CD Feb 00 TC
  7637.  - Language Kits
  7638.  - Chinese Language Kits 2.0V
  7639. 5821X
  7640. Feb 00^
  7641. --set theItem to choose file -- uncomment to test in an AS editor
  7642.     tell application "Finder"
  7643.         open item "Dev.CD Apr 94
  7644. Dev.CD Jan 94
  7645. Dev.CD Oct 93
  7646. Dev.CD Jul 93
  7647. Dev.CD Apr 93"
  7648.         activate
  7649.     end tell
  7650. on error errMsg number errNum
  7651.     --enter statements to perform when no records are found such as...
  7652.     display dialog "Sorry, the item you selected could not be found."
  7653.     return
  7654. end try
  7655. address
  7656. resolution
  7657. protocol
  7658. protocol
  7659. mapping
  7660. addresses
  7661. addressing
  7662. adequate
  7663. adevs
  7664. adhere
  7665. adjust
  7666. adjustable
  7667. adjustments
  7668. admin
  7669. administrating
  7670. administration
  7671. administrator's
  7672. administrators
  7673. adobe
  7674. ve    No Changef+Chinese Language Kit Traditional Simplifiedq
  7675. Dev.CD Feb 00 TC
  7676. All Packages
  7677. Chinese Language KitOQDev.CD May 97 TC
  7678. Dev.CD Nov 96 TC
  7679. Dev.CD Aug 96 TC
  7680. Dev.CD Feb 96 TC
  7681. Dev.CD Feb 95PPDev.CD May 97 TC
  7682. Dev.CD Nov 96 TC
  7683. Dev.CD Aug 96 TC
  7684. Dev.CD Feb 96 TC
  7685. Dev.CD Feb 9V
  7686. 5822X
  7687. May 97
  7688. --set theItem to choose file -- uncomment to test in an AS editor
  7689.     tell application "Finder"
  7690.         open item "Dev.CD May 97 TC
  7691. Dev.CD Nov 96 TC
  7692. Dev.CD Aug 96 TC
  7693. Dev.CD Feb 96 TC
  7694. Dev.CD Feb 95"
  7695.         activate
  7696.     end tell
  7697. on error errMsg number errNum
  7698.     --enter statements to perform when no records are found such as...
  7699.     display dialog "Sorry, the item you selected could not be found."
  7700.     return
  7701. end try
  7702. All Packages
  7703. Chinese Language KitO
  7704. Dev.CD May 94
  7705. Dev.CD Feb 94P
  7706. Dev.CD May 94
  7707. Dev.CD Feb 9V
  7708. 5823X
  7709. May 94
  7710. NDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:
  7711. s the full set of Traditional Chinese as well as Simplified Chinese, including Roman letters and numerals.
  7712. Unique Stroke Player shows correct way of writing Chinese characters.
  7713. CT-009-4436 (Inst 1)
  7714. CT-009-4437 (Inst 2)
  7715. CT-009-4438 (Inst 3)
  7716. CT-009-4439 (Inst 4)
  7717. CT-009-4440 (Inst 5)
  7718. CT-009-4441 (Inst 6)
  7719. CT-009-4442 (Inst 7)
  7720. CT-009-4443 (Inst 8)
  7721. CT-009-4444 (Inst 9)
  7722. Read Me First! SC
  7723. Read Me First! TCK
  7724. Nov 96L
  7725. May 97Mw68040 and above, any brand of tablet (connect via ADB port), System 7.1 or above with Chinese Language Kit 1.1 or aboveN<Chinese, handwriting, pen, input, keyboard, tablet, CHK, THYO;Dev.CD Aug 97 TC:Language Kits:Chinese Handwriting Kit 1.0:P@Dev.CD Aug 97 TC
  7726.  - Language Kits
  7727.  - Chinese Handwriting Kit 1.0
  7728. aining, the Apple Chinese Handwriting Kit is a true plug-and-play solution. It recognizes virtually all 3,000 simplified characters
  7729. or more than 7,000 traditional characters
  7730. found in common day-to-day usage, without the need to pre-train the system. The Apple Chinese Handwriting Kit is fast and intelligent
  7731. it accurately converts Chinese characters written in cursive forms or as print characters, with no delay in intepreting the written characters.
  7732. Features:
  7733. No training required
  7734. a true plu
  7735. g-and-play design.
  7736. FAT version of software
  7737. runs on both PowerPC-based as well as 68K-based Macs.
  7738. Works with virtually any application that allows text input.
  7739. Accurate recognition, even with cursive writing.
  7740. User expandable dictionary enables phrases to be represented by simple clicks.
  7741. Separate lexicon manager for maintaining dictionaries.
  7742. Accommodates different writing styles to suit wide user preferences.
  7743. On-screen keyboards to enable quick input of symbols and puntuation marks.
  7744. Recognize
  7745. All Packages
  7746. F    QuickTimeO
  7747. Dev.CD Jan 94
  7748. Dev.CD Oct 93P
  7749. Dev.CD Jan 94
  7750. Dev.CD Oct 9V
  7751. 6374X
  7752. Jan 94
  7753. p--set theItem to choose file -- uncomment to test in an AS editor
  7754.     tell application "Finder"
  7755.         open item "Dev.CD Jan 94
  7756. Dev.CD Oct 93"
  7757.         activate
  7758.     end tell
  7759. on error errMsg number errNum
  7760.     --enter statements to perform when no records are found such as...
  7761.     display dialog "Sorry, the item you selected could not be found."
  7762.     return
  7763. end try
  7764. All Packages
  7765. F    QuickTimeO
  7766. Dev.CD Jan 94P
  7767. Dev.CD Jan 9V
  7768. 6375X
  7769. Jan 94
  7770. b--set theItem to choose file -- uncomment to test in an AS editor
  7771.     tell application "Finder"
  7772.         open item "Dev.CD Jan 94"
  7773.         activate
  7774.     end tell
  7775. on error errMsg number errNum
  7776.     --enter statements to perform when no records are found such as...
  7777.     display dialog "Sorry, the item you selected could not be found."
  7778.     return
  7779. end try
  7780. All Packages
  7781. F    QuickTimeO
  7782. Dev.CD Jan 94V
  7783. 6376X
  7784. --set theItem to choose file -- uncomment to test in an AS editor
  7785.     tell application "Finder"
  7786.         open item "Dev.CD Feb 00 TC:Language Kits:Chinese Language Kits 2.0:"
  7787.         activate
  7788.     end tell
  7789. on error errMsg number errNum
  7790.     --enter statements to perform when no records are found such as...
  7791.     display dialog "Sorry, the item you selected could not be found."
  7792.     return
  7793. end try
  7794.     end tell
  7795. on error errMsg number errNum
  7796.     --enter statements to perform when no records are found such as...
  7797.     display dialog "Sorry, the item you selected could not be found."
  7798.     return
  7799. end try
  7800. Deletedf
  7801. Sample Code
  7802. Traffic Lightq
  7803. Dev.CD Nov 99 TC
  7804. D!All Packages
  7805. Mac OS SDK Edition
  7806. PC Card Manager v3.0 SDK
  7807. mybuildmenu
  7808. myquicktakeapp
  7809. myquicktakeapp
  7810. 1.0.1tc7
  7811. myquicktakeapp
  7812. 1.0.2
  7813. n-dutch
  7814. namerevisioncurrent
  7815. native
  7816. native
  7817. navig
  7818. navigable
  7819. navigable
  7820. movie
  7821. toolkit
  7822. navigation
  7823. navigation
  7824. services
  7825. nbtestintf
  7826. nbtestintf
  7827. nbtestlib
  7828. nbtestlib
  7829. install
  7830. netsprocket
  7831. netsprocket
  7832. netsprockettest
  7833. netsprockettest
  7834. netsprockettest
  7835. netstuff
  7836. netstuff
  7837. netstuff
  7838. 3.0.1
  7839. 3.0b10
  7840. 3.2.4
  7841. 3.7.1
  7842. 7.0.1p
  7843. kes the TradDriverLoaderLib easier to use in an environment supporting both PCI native drivers (ndrv) and traditional Mac OS drivers (DRVR).
  7844. J'Sample Code.img
  7845. Windows Sample Code.imgK
  7846. May 97L
  7847. May 97O
  7848. Dev.CD Feb 00 TC:Sample Code:P
  7849. Dev.CD Feb 00 TC
  7850.  - Sample Coder errNum
  7851.     --enter statements to perform when no records are found such as...
  7852.     display dialog "Sorry, the item you selected could not be found."
  7853.     return
  7854. end try
  7855. All Packages
  7856. 7.1 (PB 145B)O
  7857. Dev.CD Jul 93P
  7858. Dev.CD Jul 9V
  7859. 1629X
  7860. Jul 93
  7861. b--set theItem to choose file -- uncomment to test in an AS editor
  7862.     tell application "Finder"
  7863.         open item "Dev.CD Jul 93"
  7864.         activate
  7865.     end tell
  7866. on error errMsg number errNum
  7867.     --enter statements to perform when no records are found such as...
  7868.     display dialog "Sorry, the item you selected could not be found."
  7869.     return
  7870. end try
  7871. All Packages
  7872. 7.1 (PB 145B)O
  7873. Dev.CD Jul 93P
  7874. Dev.CD Jul 9V
  7875. 1630X
  7876. Jul 93
  7877. quicktime
  7878. quicktime
  7879. conferencing
  7880. video
  7881. conferencing
  7882. apple
  7883. quicktime
  7884. quicktime
  7885. image
  7886. capture
  7887. digital
  7888. camera
  7889. quicktime
  7890. video
  7891. sound
  7892. virtual
  7893. reality
  7894. quicktime
  7895. graphic
  7896. quicktime
  7897. video
  7898. streaming
  7899. audio
  7900. quickview
  7901. quickview
  7902. toolbox
  7903. assistant
  7904. quick
  7905. reference
  7906. block
  7907. device
  7908. driver
  7909. raster
  7910. ratesQ
  7911. quickdraw
  7912. hardware
  7913. acceleration
  7914. rawip
  7915. database
  7916. nt CD 
  7917. e--set theItem to choose file -- uncomment to test in an AS editor
  7918.     tell application "Finder"
  7919.         open item "Excellent CD (I)"
  7920.         activate
  7921.     end tell
  7922. on error errMsg number errNum
  7923.     --enter statements to perform when no records are found such as...
  7924.     display dialog "Sorry, the item you selected could not be found."
  7925.     return
  7926. end try
  7927. All Packages
  7928. 6.0.2.4O
  7929. Developer CD (III)P
  7930. Developer CD (IIIV
  7931. 5095X
  7932. er CD 
  7933. g--set theItem to choose file -- uncomment to test in an AS editor
  7934.     tell application "Finder"
  7935.         open item "Developer CD (III)"
  7936.         activate
  7937.     end tell
  7938. on error errMsg number errNum
  7939.     --enter statements to perform when no records are found such as...
  7940.     display dialog "Sorry, the item you selected could not be found."
  7941.     return
  7942. end try
  7943. All Packages
  7944. 6.0.3V
  7945. 5096X
  7946. cumentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:+
  7947. p--set theItem to choose file -- uncomment to test in an AS editor
  7948.     tell application "Finder"
  7949.         open item "Dev.CD May 94
  7950. Dev.CD Feb 94"
  7951.         activate
  7952.     end tell
  7953. on error errMsg number errNum
  7954.     --enter statements to perform when no records are found such as...
  7955.     display dialog "Sorry, the item you selected could not be found."
  7956.     return
  7957. end try
  7958. e item you selected could not be found."
  7959.     return
  7960. end try
  7961. All Packages
  7962. 7.1 (PB 145B)O
  7963. Dev.CD Jul 93P
  7964. Dev.CD Jul 9V
  7965. 1632X
  7966. Jul 93
  7967. b--set theItem to choose file -- uncomment to test in an AS editor
  7968.     tell application "Finder"
  7969.         open item "Dev.CD Jul 93"
  7970.         activate
  7971.     end tell
  7972. on error errMsg number errNum
  7973.     --enter statements to perform when no records are found such as...
  7974.     display dialog "Sorry, the item you selected could not be found."
  7975.     return
  7976. end try
  7977. All Packages
  7978. 7.1 (PB 145B)O
  7979. Dev.CD Jul 93P
  7980. Dev.CD Jul 9V
  7981. 1633X
  7982. Jul 93
  7983. All Packages
  7984. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  7985. Dev.CD Jan 94
  7986. Dev.CD Oct 93
  7987. Dev.CD Jul 93
  7988. Dev.CD Apr 93PDDev.CD Apr 94
  7989. Dev.CD Jan 94
  7990. Dev.CD Oct 93
  7991. Dev.CD Jul 93
  7992. Dev.CD Apr 9V
  7993. 6825X
  7994. Apr 94
  7995. --set theItem to choose file -- uncomment to test in an AS editor
  7996.     tell application "Finder"
  7997.         open item "Dev.CD Apr 94
  7998. Dev.CD Jan 94
  7999. Dev.CD Oct 93
  8000. Dev.CD Jul 93
  8001. Dev.CD Apr 93"
  8002.         activate
  8003.     end tell
  8004. on error errMsg number errNum
  8005.     --enter statements to perform when no records are found such as...
  8006.     display dialog "Sorry, the item you selected could not be found."
  8007.     return
  8008. end try
  8009. All Packages
  8010. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  8011. Dev.CD Jan 94
  8012. Dev.CD Oct 93
  8013. Dev.CD Jul 93
  8014. Dev.CD Apr 93PDDev.CD Apr 94
  8015. Dev.CD Jan 94
  8016. Dev.CD Oct 93
  8017. Dev.CD Jul 93
  8018. Dev.CD Apr 9V
  8019. 6826X
  8020. Apr 94
  8021. {OQDev.CD May 97 TC
  8022. Dev.CD Nov 96 TC
  8023. Dev.CD Aug 96 TC
  8024. Dev.CD Feb 96 TC
  8025. Dev.CD Feb 95PPDev.CD May 97 TC
  8026. Dev.CD Nov 96 TC
  8027. Dev.CD Aug 96 TC
  8028. Dev.CD Feb 96 TC
  8029. Dev.CD Feb 9V
  8030. 5826X
  8031. May 97
  8032. --set theItem to choose file -- uncomment to test in an AS editor
  8033.     tell application "Finder"
  8034.         open item "Dev.CD May 97 TC
  8035. Dev.CD Nov 96 TC
  8036. Dev.CD Aug 96 TC
  8037. Dev.CD Feb 96 TC
  8038. Dev.CD Feb 95"
  8039.         activate
  8040.     end tell
  8041. on error errMsg number errNum
  8042.     --enter statements to perform when no records are found such as...
  8043.     display dialog "Sorry, the item you selected could not be found."
  8044.     return
  8045. end try
  8046. All Packages
  8047. ChineseTalk 6.0.3O
  8048. Dev CD Vol. V
  8049. Dev CD Vol. IVP
  8050. Dev CD Vol. V
  8051. Dev CD Vol. IV
  8052. 5827X
  8053. Vol. V
  8054. enter statements to perform when no records are found such as...
  8055.     display dialog "Sorry, the item you selected could not be found."
  8056.     return
  8057. end try
  8058. All Packages
  8059. 7.1 (PB 145B)O
  8060. Dev.CD Jul 93P
  8061. Dev.CD Jul 9V
  8062. 1636X
  8063. Jul 93
  8064. All Packages
  8065. Chinese Language KitO
  8066. Dev.CD Nov 97 TCP
  8067. Dev.CD Nov 97 TV
  8068. 5824X
  8069. Nov 97
  8070. e--set theItem to choose file -- uncomment to test in an AS editor
  8071.     tell application "Finder"
  8072.         open item "Dev.CD Nov 97 TC"
  8073.         activate
  8074.     end tell
  8075. on error errMsg number errNum
  8076.     --enter statements to perform when no records are found such as...
  8077.     display dialog "Sorry, the item you selected could not be found."
  8078.     return
  8079. end try
  8080. All Packages
  8081. Chinese Language KitO
  8082. Dev.CD May 98 TCP
  8083. Dev.CD May 98 TV
  8084. 5825X
  8085. May 98
  8086. e--set theItem to choose file -- uncomment to test in an AS editor
  8087.     tell application "Finder"
  8088.         open item "Dev.CD May 98 TC"
  8089.         activate
  8090.     end tell
  8091. on error errMsg number errNum
  8092.     --enter statements to perform when no records are found such as...
  8093.     display dialog "Sorry, the item you selected could not be found."
  8094.     return
  8095. end try
  8096. All Packages
  8097. Chinese Language Kit UpdaterV
  8098. 5826X
  8099. g--set theItem to choose file -- uncomment to test in an AS editor
  8100.     tell application "Finder"
  8101.         open item "Developer CD (III)"
  8102.         activate
  8103.     end tell
  8104. on error errMsg number errNum
  8105.     --enter statements to perform when no records are found such as...
  8106.     display dialog "Sorry, the item you selected could not be found."
  8107.     return
  8108. end try
  8109. VU, Virtual UserOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  8110.  - Tool Chest
  8111.  - Testing & Debugging
  8112.  - Virtual User toolsV
  8113. 5033X
  8114. Feb 00^
  8115. --set theItem to choose file -- uncomment to test in an AS editor
  8116.     tell application "Finder"
  8117.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  8118.         activate
  8119.     end tell
  8120. on error errMsg number errNum
  8121.     --enter statements to perform when no records are found such as...
  8122.     display dialog "Sorry, the item you selected could not be found."
  8123.     return
  8124. end try
  8125. end try
  8126. I disks.  This only works on local volumes; so AppleShare volumes will not be mounted after being dragged to the trash.
  8127. This package is 7.0 compatible
  8128. J(SCSI
  8129. SCSI Tools Info
  8130. SCSI Tools Info.txtK
  8131. Vol IIIL
  8132. Vol VIIO8Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:SCSI Tools 1.0:PCDev.CD Feb 00 TC
  8133.  - Tool Chest
  8134.  - Devices
  8135.  - SCSI
  8136.  - SCSI Tools 1.0..
  8137.     display dialog "Sorry, the item you selected could not be found."
  8138.     return
  8139. end try
  8140. All Packages
  8141. 7.1 (PB 145B)O
  8142. Dev.CD Jul 93P
  8143. Dev.CD Jul 9V
  8144. 1638X
  8145. Jul 93
  8146. b--set theItem to choose file -- uncomment to test in an AS editor
  8147.     tell application "Finder"
  8148.         open item "Dev.CD Jul 93"
  8149.         activate
  8150.     end tell
  8151. on error errMsg number errNum
  8152.     --enter statements to perform when no records are found such as...
  8153.     display dialog "Sorry, the item you selected could not be found."
  8154.     return
  8155. end try
  8156. All Packages
  8157. 7.1 (PB 145B)O
  8158. Dev.CD Jul 93P
  8159. Dev.CD Jul 9V
  8160. 1639X
  8161. Jul 93
  8162. installer
  8163. chinese
  8164. language
  8165. installer-related
  8166. installermaker
  8167. installers
  8168. installing
  8169. installment
  8170. installs
  8171. instance
  8172. instances
  8173. instant
  8174. instantly
  8175. instead
  8176. instruction
  8177. instructions
  8178. instrumentation
  8179. instrumented
  8180. instruments
  8181. instuctions
  8182. insure
  8183. int'l
  8184. intact
  8185. integer
  8186. integral
  8187. integrate
  8188. integrated
  8189. integrates
  8190. integrating
  8191. integrating
  8192. computer-based
  8193. media
  8194. broadcast
  8195. environment
  8196. integration
  8197. interactively
  8198. interacts
  8199. q--set theItem to choose file -- uncomment to test in an AS editor
  8200.     tell application "Finder"
  8201.         open item "Dev CD Vol. V
  8202. Dev CD Vol. IV"
  8203.         activate
  8204.     end tell
  8205. on error errMsg number errNum
  8206.     --enter statements to perform when no records are found such as...
  8207.     display dialog "Sorry, the item you selected could not be found."
  8208.     return
  8209. end try
  8210.  item you selected could not be found."
  8211.     return
  8212. end try
  8213. All Packages
  8214. 7.1 (PB 145B)O
  8215. Dev.CD Jul 93P
  8216. Dev.CD Jul 9V
  8217. 1641X
  8218. Jul 93
  8219. b--set theItem to choose file -- uncomment to test in an AS editor
  8220.     tell application "Finder"
  8221.         open item "Dev.CD Jul 93"
  8222.         activate
  8223.     end tell
  8224. on error errMsg number errNum
  8225.     --enter statements to perform when no records are found such as...
  8226.     display dialog "Sorry, the item you selected could not be found."
  8227.     return
  8228. end try
  8229. All Packages
  8230. 7.1 (PB 145B)O
  8231. Dev.CD Jul 93P
  8232. Dev.CD Jul 9V
  8233. 1642X
  8234. Jul 93
  8235. --set theItem to choose file -- uncomment to test in an AS editor
  8236.     tell application "Finder"
  8237.         open item "Dev.CD Apr 94
  8238. Dev.CD Jan 94
  8239. Dev.CD Oct 93
  8240. Dev.CD Jul 93"
  8241.         activate
  8242.     end tell
  8243. on error errMsg number errNum
  8244.     --enter statements to perform when no records are found such as...
  8245.     display dialog "Sorry, the item you selected could not be found."
  8246.     return
  8247. end try
  8248. All Packages
  8249. ChineseTalk IIO*Dev.CD Mar 92
  8250. Dev.CD Feb 92
  8251. Dev.CD Vol. XIP)Dev.CD Mar 92
  8252. Dev.CD Feb 92
  8253. Dev.CD Vol. XV
  8254. 5828X
  8255. Mar 92
  8256. --set theItem to choose file -- uncomment to test in an AS editor
  8257.     tell application "Finder"
  8258.         open item "Dev.CD Mar 92
  8259. Dev.CD Feb 92
  8260. Dev.CD Vol. XI"
  8261.         activate
  8262.     end tell
  8263. on error errMsg number errNum
  8264.     --enter statements to perform when no records are found such as...
  8265.     display dialog "Sorry, the item you selected could not be found."
  8266.     return
  8267. end try
  8268. All Packages
  8269. ChineseTraditionalFont 6.0.5O*Dev.CD Mar 92
  8270. Dev.CD Feb 92
  8271. Dev.CD Vol. XIP)Dev.CD Mar 92
  8272. Dev.CD Feb 92
  8273. Dev.CD Vol. XV
  8274. 5829X
  8275. Mar 92
  8276. on error errMsg number errNum
  8277.     --enter statements to perform when no records are found such as...
  8278.     display dialog "Sorry, the item you selected could not be found."
  8279.     return
  8280. end try
  8281. All Packages
  8282. 7.1 (PB 145B)O
  8283. Dev.CD Jul 93P
  8284. Dev.CD Jul 9V
  8285. 1645X
  8286. Jul 93
  8287. D!All Packages
  8288. Tool Chest Edition
  8289. ChromaKeyMovie
  8290. Summary:  Chromakey Movie is a simple application which is designed to show alternative approaches to removing a color from a QuickTime movie while it is playing and allowing a separate image to be displayed in the removed regions. It demonstrates several features available in QuickTime and Color QuickDraw:
  8291. Color Quickdraw
  8292.    The use of GWorlds to store the current QuickTime movie frame, the background image and the composite (movie frame and background) image.
  8293.    Various arithmetic traare shown in the procedures createRGBForeColorImage and createPmForeColorImage in Palette&GWorld.c. 
  8294. Features:  Contains fat version of demo app (Palette&GWorld), Read Me, Metrowerks 68K project, PPC project, associated resource files, and SYM files.
  8295. J'Sample Code.img
  8296. Windows Sample Code.imgK
  8297. Feb 95M#Mac with monitor set to 256 colors.N?Palette, GWorld, PmForeColor, Color2Index, RGBForeColor, ctSeedO
  8298. Dev.CD Feb 00 TC:Sample Code:
  8299. --set theItem to choose file -- uncomment to test in an AS editor
  8300.     tell application "Finder"
  8301.         open item "Dev.CD Mar 92
  8302. Dev.CD Feb 92
  8303. Dev.CD Vol. XI"
  8304.         activate
  8305.     end tell
  8306. on error errMsg number errNum
  8307.     --enter statements to perform when no records are found such as...
  8308.     display dialog "Sorry, the item you selected could not be found."
  8309.     return
  8310. end try
  8311.  --enter statements to perform when no records are found such as...
  8312.     display dialog "Sorry, the item you selected could not be found."
  8313.     return
  8314. end try
  8315. e    No Changef
  8316. packages
  8317. Mac OS 9
  8318. package awareq
  8319. Dev.CD Dec 99 RL Disk 1
  8320. D!All Packages
  8321. Tool Chest Edition
  8322. Palette&GWorld (Fat)
  8323.     end tell
  8324. on error errMsg number errNum
  8325.     --enter statements to perform when no records are found such as...
  8326.     display dialog "Sorry, the item you selected could not be found."
  8327.     return
  8328. end try
  8329. All Packages
  8330. 7.1 (PB 145B)O
  8331. Dev.CD Jul 93P
  8332. Dev.CD Jul 9V
  8333. 1648X
  8334. Jul 93
  8335. es: windows, buttons, formatted text, etc.
  8336. Foundation Reference
  8337. The complete reference for OpenStep Foundation classes and protocols. Foundation is the heart of any OpenStep application, providing memory management and crucial classes such as NSArray, NSString, and NSThread.
  8338. CURRENT DOCUMENTATION:
  8339. Current documentation set is available on the Developer CD May 97, Tool Chest series or on our website via DevWorld at http://devworld.apple.com/dev/SWTechPubs/Documents/Download/apple.html.
  8340. *Discovering OPENSTEP: A Developer Tutorial (Windows NT)
  8341. *Object-Oriented Programming and the Objective-C Language
  8342. *Topics in OPENSTEP Programming
  8343. JNDiscoveringOpenstepBook.pdf
  8344. IntroAppKitBook.pdf
  8345. IntroFoundationBook.pdf
  8346. READMEK
  8347. Oct 97O]Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:PhDev.CD Oct 97 SDK1
  8348.  - What's New
  8349.  - Technical Documentaion
  8350.  - Rhapsody/OpenStep
  8351.  - RhapsodyDocumentation
  8352. All Packages
  8353. 6.0.4O
  8354. Developer CD (III)P
  8355. Developer CD (IIIV
  8356. 5134X
  8357. er CD 
  8358. g--set theItem to choose file -- uncomment to test in an AS editor
  8359.     tell application "Finder"
  8360.         open item "Developer CD (III)"
  8361.         activate
  8362.     end tell
  8363. on error errMsg number errNum
  8364.     --enter statements to perform when no records are found such as...
  8365.     display dialog "Sorry, the item you selected could not be found."
  8366.     return
  8367. end try
  8368. All Packages
  8369. 6.0.4O
  8370. Developer CD (III)P
  8371. Developer CD (IIIV
  8372. 5135X
  8373. er CD 
  8374. g--set theItem to choose file -- uncomment to test in an AS editor
  8375.     tell application "Finder"
  8376.         open item "Developer CD (III)"
  8377.         activate
  8378.     end tell
  8379. on error errMsg number errNum
  8380.     --enter statements to perform when no records are found such as...
  8381.     display dialog "Sorry, the item you selected could not be found."
  8382.     return
  8383. end try
  8384. All Packages
  8385. 6.0.4O
  8386. Developer CD (III)P
  8387. Developer CD (IIIV
  8388. 5136X
  8389. er CD 
  8390. nsfer modes with CopyBits() to manipulate image data between offscreen graphics ports and a visible window.
  8391. QuickTime
  8392.    The playing of a movie into an offscreen port and transfer to a visible window.
  8393.    The use of a modifier track to provide additional information as to the display characteristics of the video tracks in the movie.
  8394.    Operation of the SetVideoMediaGraphicsMode() function to provide a Chromakeying effect. 
  8395.    The use of the movie controller to manipulate the playback 
  8396. of the movie.
  8397. Additional features demonstrated
  8398.    Checking in a PowerPC native application if a system feature is available from a weak linked shared library as Gestalt() doesn't always provide the correct response.
  8399.    The implementation of the Dialog manager GetStdFilterProc() and SetDialogDefaultItem() functions to provide default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since
  8400. All Packages
  8401. System 7 Tune-UpO
  8402. Dev.CD Sept 92
  8403. Dev.CD Aug 92P
  8404. Dev.CD Sept 92
  8405. Dev.CD Aug 9V
  8406. 6554X
  8407. Sept 9
  8408. q--set theItem to choose file -- uncomment to test in an AS editor
  8409.     tell application "Finder"
  8410.         open item "Dev.CD Sept 92
  8411. Dev.CD Aug 92"
  8412.         activate
  8413.     end tell
  8414. on error errMsg number errNum
  8415.     --enter statements to perform when no records are found such as...
  8416.     display dialog "Sorry, the item you selected could not be found."
  8417.     return
  8418. end try
  8419. All Packages
  8420. System 7 Tune-UpO
  8421. Dev.CD Sept 92
  8422. Dev.CD Aug 92P
  8423. Dev.CD Sept 92
  8424. Dev.CD Aug 9V
  8425. 6555X
  8426. Sept 9
  8427. q--set theItem to choose file -- uncomment to test in an AS editor
  8428.     tell application "Finder"
  8429.         open item "Dev.CD Sept 92
  8430. Dev.CD Aug 92"
  8431.         activate
  8432.     end tell
  8433. on error errMsg number errNum
  8434.     --enter statements to perform when no records are found such as...
  8435.     display dialog "Sorry, the item you selected could not be found."
  8436.     return
  8437. end try
  8438. install
  8439. 3.0.1
  8440. install
  8441. 1.0.2
  8442. install
  8443. 2.0.1
  8444. install
  8445. english
  8446. install
  8447. macapp
  8448. r13u4
  8449. install
  8450. install
  8451. opengl
  8452. install
  8453. quicktime
  8454. conferencing
  8455. install
  8456. quickview
  8457. installer
  8458. installer
  8459. 4.0.8
  8460. installer
  8461. drivers
  8462. installer
  8463. licensing
  8464. installer
  8465. 1.2.3
  8466. installer
  8467. source
  8468. installers
  8469. installing
  8470. installing
  8471. opendoc
  8472. instance
  8473. instance
  8474. variable
  8475. instance
  8476. variables
  8477. instructions
  8478. media
  8479. writer
  8480. resources
  8481. int'l
  8482. int'l
  8483. contacts
  8484. integrated
  8485. integrated
  8486. quicktime
  8487. interactive
  8488. interactive
  8489. success
  8490. interface
  8491. interfacelib
  8492. interfaces
  8493. international
  8494.     Dd System 7.0 and are fully explained in the Technical Note "Toolbox - TB 37 - Pending Update Perils".
  8495. J'Sample Code.img
  8496. Windows Sample Code.imgK
  8497. Jan 96O
  8498. Dev.CD Feb 00 TC:Sample Code:P
  8499. Dev.CD Feb 00 TC
  8500.  - Sample Codebecause it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  8501. J'Sample Code.img
  8502. Windows Sample Code.imgK
  8503. Sep 96L
  8504. Jun 98M"Any Macintosh with Open Transport.N0Open Transport, OT, Traceroute, rawip, icmp, udpO
  8505. Dev.CD Feb 00 TC:Sample Code:P
  8506. Dev.CD Feb 00 TC
  8507.  - Sample CodeV
  8508. 4292X
  8509. Feb 00^
  8510. r--set theItem to choose file -- uncomment to test in an AS editor
  8511.     tell application "Finder"
  8512.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8513.         activate
  8514.     end tell
  8515. on error errMsg number errNum
  8516.     --enter statements to perform when no records are found such as...
  8517.     display dialog "Sorry, the item you selected could not be found."
  8518.     return
  8519. end try
  8520. end try
  8521. 5830X
  8522. Feb 00^
  8523. r--set theItem to choose file -- uncomment to test in an AS editor
  8524.     tell application "Finder"
  8525.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8526.         activate
  8527.     end tell
  8528. on error errMsg number errNum
  8529.     --enter statements to perform when no records are found such as...
  8530.     display dialog "Sorry, the item you selected could not be found."
  8531.     return
  8532. end try
  8533. Movedq
  8534. Dev.CD Feb 00 TC
  8535. D!All Packages
  8536. Tool Chest Edition
  8537. cihuiI
  8538. Summary: Description Input methods for use with the Chinese Macintosh System 6.05 and above. Allows pinyin input in phrase instead of single character.J    cihui.imgK
  8539. Vol VIIM,Chinese OS 6.0.5 (Traditional or Simplified)O/Dev.CD Feb 00 TC:Tool Chest:Localization:cihui:P7Dev.CD Feb 00 TC
  8540.  - Tool Chest
  8541.  - Localization
  8542.  - cihuiV
  8543. 5831X
  8544. Feb 00^
  8545. #k 1:What's New:Sample Code:Human Interface Toolbox:PackageTool:V
  8546. 4293X
  8547. 1e    No Change
  8548. Snippets - Update 2/97
  8549. FindSerialPorts
  8550. This is a little snippet from the "Inside the Macintosh Communications Toolbox" which demonstrates the correct method for detecting which serial ports are present.
  8551. Get Tool Config
  8552. This q&d allows one to accumulate into a TEXT file the config strings of Connection Tools that have been configured with CMChoose.
  8553. J!FindSerialPorts:
  8554. Get Tool Config:K
  8555. Apr 97O3Dev.CD Apr 97 SSW:What's New?:Snippets Update 2/97:P8Dev.CD Apr 97 SSW
  8556.  - What's New?
  8557.  - Snippets Update 2/97V
  8558. 6526X
  8559. 1gede
  8560. others
  8561. otherwise
  8562. othmer
  8563. otioctl
  8564. otlifo
  8565. otpingsample
  8566. otrcv
  8567. otserverlimits
  8568. otstreamlogviewere item you selected could not be found."
  8569.     return
  8570. end try
  8571. All Packages
  8572. 7.1.1O
  8573. Dev.CD Jul 94P
  8574. Dev.CD Jul 9V
  8575. 1655X
  8576. Jul 94
  8577. --set theItem to choose file -- uncomment to test in an AS editor
  8578.     tell application "Finder"
  8579.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:cihui:"
  8580.         activate
  8581.     end tell
  8582. on error errMsg number errNum
  8583.     --enter statements to perform when no records are found such as...
  8584.     display dialog "Sorry, the item you selected could not be found."
  8585.     return
  8586. end try
  8587. ws Sample Code.imgK
  8588. May 98L
  8589. Sep 98M
  8590. Open Transport 1.1.1 or higherN8Open Transport, kernel, log, strlog, debug, raw, streamsO
  8591. Dev.CD Feb 00 TC:Sample Code:P
  8592. Dev.CD Feb 00 TC
  8593.  - Sample CodeV
  8594. 4290X
  8595. Feb 00^
  8596. r--set theItem to choose file -- uncomment to test in an AS editor
  8597.     tell application "Finder"
  8598.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8599.         activate
  8600.     end tell
  8601. on error errMsg number errNum
  8602.     --enter statements to perform when no records are found such as...
  8603.     display dialog "Sorry, the item you selected could not be found."
  8604.     return
  8605. end try
  8606. Apr 97^
  8607. --set theItem to choose file -- uncomment to test in an AS editor
  8608.     tell application "Finder"
  8609.         open item "Dev.CD Apr 97 SSW:What's New?:Snippets Update 2/97:"
  8610.         activate
  8611.     end tell
  8612. on error errMsg number errNum
  8613.     --enter statements to perform when no records are found such as...
  8614.     display dialog "Sorry, the item you selected could not be found."
  8615.     return
  8616. end try
  8617. Deletedq
  8618. Dev.CD Apr 97 SSW
  8619. 8D!All Packages
  8620. Tool Chest Edition
  8621. SNMP Development
  8622. Summary:  Contains documentation, header files and test utilities to enable developers to write SNMP agents.  Support for the SNMP network management protocol.  How to write an SNMP management agent for your application or service. Not just for networking but for all applications.
  8623. Issues:  Redistribution license required from Apple if you want to ship the MacSNMP. No license required to ship SNMP agents by themselves
  8624. e    No Change
  8625. waste
  8626. waste
  8627. editing
  8628. library
  8629. macintosh
  8630. programmers
  8631. wavetablesynth
  8632. waving
  8633. wdefcolorsample
  8634. wdefpatch
  8635. wdefs
  8636. we're
  8637. we've
  8638. weather
  8639. Jul 94
  8640. e    No Changeq
  8641. Dev.CD Feb 00 TC
  8642. D!All Packages
  8643. Tool Chest Edition
  8644. Clipboard Magician 0.76
  8645. Summary:  This is a DA/application that allows you to examine the content of the clipboard and applies various operation to the data. It can also acts as an Apple Event server that the user can use from other applications or AppleScript.
  8646. Features:
  8647. Examine data in clipboard.
  8648. Manipulate data in clipboard.
  8649. Applying various code resource to data, code resource supported includs its own CNVT resource, XCMD, AppleScript's scpt, FKEY and any other type of code resource that can be supported bB
  8650. y adding a glue CNVT code resource.
  8651. Can act as AppleEvent server to be used by AppleScript or edit and execute AppleScript right from Clipboard Magician.
  8652. 5832X
  8653. 1e    No Change
  8654. Sep 92L
  8655. Sep 93MMSystem 6 or above. System 7 or above if Apple Event and Apple Script is used.N.data conversion, Apple Event server, scriptingO<Dev.CD Feb 00 TC:Tool Chest:Toolbox:Clipboard Magician 0.76:PDDev.CD Feb 00 TC
  8656.  - Tool Chest
  8657.  - Toolbox
  8658.  - Clipboard Magician 0.76V
  8659. 5832X
  8660. Feb 00^
  8661. --set theItem to choose file -- uncomment to test in an AS editor
  8662.     tell application "Finder"
  8663.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:Clipboard Magician 0.76:"
  8664.         activate
  8665.     end tell
  8666. on error errMsg number errNum
  8667.     --enter statements to perform when no records are found such as...
  8668.     display dialog "Sorry, the item you selected could not be found."
  8669.     return
  8670. end try
  8671. e    No Changef,data conversion
  8672. Apple Event server
  8673. scriptingq
  8674. Dev.CD Feb 00 TC
  8675. D!All Packages
  8676. Tool Chest Edition
  8677. CODE Editor for ResEdit 2.1
  8678.     rform when no records are found such as...
  8679.     display dialog "Sorry, the item you selected could not be found."
  8680.     return
  8681. end try   return
  8682. end try
  8683. e--set theItem to choose file -- uncomment to test in an AS editor
  8684.     tell application "Finder"
  8685.         open item "Dev.CD May 96 TC"
  8686.         activate
  8687.     end tell
  8688. on error errMsg number errNum
  8689.     --enter statements to perform when no records are found such as...
  8690.     display dialog "Sorry, the item you selected could not be found."
  8691.     return
  8692. end try
  8693. characters
  8694. charge
  8695. charges
  8696. chars
  8697. cheap
  8698. check
  8699. checked
  8700. checked-in/checked-o
  8701. checkedoutfiles
  8702. checker
  8703. checkers
  8704. checkgestalt
  8705. checkinall
  8706. checking
  8707. checks
  8708. checksum
  8709. checkwindowin
  8710. checkwindowout
  8711. chesley
  8712. chess
  8713. chest
  8714. chineese
  8715. ient-server
  8716. client/server
  8717. clipboard
  8718. clipper
  8719. clipping
  8720. clocksW
  8721. clouseau
  8722. clues
  8723. code-like
  8724. ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:TimeSlaving:P`Dev.CD Feb 00 TC
  8725.  - What's New?
  8726.  - Sample Code
  8727.  - QuickTime
  8728.  - QuickTime for Java
  8729.  - TimeSlavingV
  8730. 6892X
  8731. Feb 00^
  8732. --set theItem to choose file -- uncomment to test in an AS editor
  8733.     tell application "Finder"
  8734.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:TimeSlaving:"
  8735.         activate
  8736.     end tell
  8737. on error errMsg number errNum
  8738.     --enter statements to perform when no records are found such as...
  8739.     display dialog "Sorry, the item you selected could not be found."
  8740.     return
  8741. end try
  8742. New Packagef
  8743. QuickTime
  8744. Dev.CD Feb 00 TC
  8745. D(All Packages
  8746. Reference Library Edition
  8747. Toolbox Assistant
  8748. Ae    No Changef
  8749. debuggerq
  8750. Dev.CD Feb 00 TC
  8751. BD!All Packages
  8752. Tool Chest Edition
  8753. F    SourceObj
  8754. Summary:  SourceObj reads a .c.o file and its corrosponding .c file and outputs a mixed listing of 68k assembly and C source code.  Helps in writing better C/Pascal code by providing a way to view the output of MPW 68k compilers on a per source line basis.  See the file "About SourceObj" for details.
  8755. Features:
  8756. Ouput a single function/method.
  8757. Output all methods of a class.
  8758. Output all instances of a method name.
  8759. Show/Hide 68k opcodes.
  8760. General tools.imgK
  8761. Feb 94M
  8762. Works with MPW 3.2 or laterN:object code, disassembly, MPW tool, UltraSlimFast, DumpObjO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  8763.  - Tool Chest
  8764.  - Testing & Debugging
  8765.  - General toolsV
  8766. 6537X
  8767. Feb 00^
  8768. mystery
  8769. naked
  8770. ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:Transitions:P`Dev.CD Feb 00 TC
  8771.  - What's New?
  8772.  - Sample Code
  8773.  - QuickTime
  8774.  - QuickTime for Java
  8775.  - TransitionsV
  8776. 6899X
  8777. Feb 00^
  8778. --set theItem to choose file -- uncomment to test in an AS editor
  8779.     tell application "Finder"
  8780.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:Transitions:"
  8781.         activate
  8782.     end tell
  8783. on error errMsg number errNum
  8784.     --enter statements to perform when no records are found such as...
  8785.     display dialog "Sorry, the item you selected could not be found."
  8786.     return
  8787. end try
  8788. New Packagef
  8789. QuickTime
  8790. Dev.CD Feb 00 TC
  8791. D!All Packages
  8792. Mac OS SDK Edition
  8793. Translation Manager
  8794.     number errNum
  8795.     --enter statements to perform when no records are found such as...
  8796.     display dialog "Sorry, the item you selected could not be found."
  8797.     return
  8798. end try
  8799. All Packages
  8800. 7.1.2V
  8801. 1669X
  8802. eventually
  8803. everest
  8804. every
  8805. everybody
  8806. everyday
  8807. everyone
  8808. everything
  8809. everyware
  8810. evict
  8811. evolved
  8812. evolving
  8813. eworld
  8814. exact
  8815. exactly
  8816. examine
  8817. single
  8818. single-link
  8819. sites
  8820. situation
  8821. situations
  8822. sixteen
  8823. sizes
  8824. skills
  8825. skipped
  8826. slated
  8827. slave
  8828. slaving
  8829. sleep
  8830. sleuthing
  8831. slimfunctions
  8832. 6271X
  8833. Apr 99^
  8834. --set theItem to choose file -- uncomment to test in an AS editor
  8835.     tell application "Finder"
  8836.         open item "Dev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:"
  8837.         activate
  8838.     end tell
  8839. on error errMsg number errNum
  8840.     --enter statements to perform when no records are found such as...
  8841.     display dialog "Sorry, the item you selected could not be found."
  8842.     return
  8843. end try
  8844. Deletedf
  8845. QuickDraw 3D
  8846. Windows
  8847. Metafileq
  8848. Dev.CD Apr 99 SDK1
  8849. 9D!All Packages
  8850. Mac OS SDK Edition
  8851. QuickDraw GX
  8852. effects
  8853. eject
  8854. m "Dev.CD Jan 95
  8855. Dev.CD Jul 94"
  8856.         activate
  8857.     end tell
  8858. on error errMsg number errNum
  8859.     --enter statements to perform when no records are found such as...
  8860.     display dialog "Sorry, the item you selected could not be found."
  8861.     return
  8862. end try
  8863. All Packages
  8864. 7.1.2O
  8865. Dev.CD Jan 95
  8866. Dev.CD Oct 94P
  8867. Dev.CD Jan 95
  8868. Dev.CD Oct 9V
  8869. 1673X
  8870. Jan 95
  8871. spooler
  8872. patch
  8873. 1.0.2
  8874. qteffects
  8875. qteffects
  8876. explode
  8877. qtsimpleapplet
  8878. qtstreamingapplet
  8879. qttestapplet
  8880. qttojavaimage
  8881. quadra
  8882. qualified
  8883. quickdraw
  8884. sound
  8885. input
  8886. driver
  8887. pdlog
  8888. 6440X
  8889. Apr 98^
  8890. --set theItem to choose file -- uncomment to test in an AS editor
  8891.     tell application "Finder"
  8892.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:"
  8893.         activate
  8894.     end tell
  8895. on error errMsg number errNum
  8896.     --enter statements to perform when no records are found such as...
  8897.     display dialog "Sorry, the item you selected could not be found."
  8898.     return
  8899. end try
  8900. DeletedfJQuickTime
  8901. QuickTime Conferencing
  8902. video conferencing
  8903. Apple Media Conferenceq
  8904. Dev.CD Apr 98 SDK2
  8905. D!All Packages
  8906. Mac OS SDK Edition
  8907. QuickTime
  8908.  IC SDK 1.01
  8909. *About Clipboard Mag'n 0.76.txt
  8910. About Clipboard Magician
  8911. About Clipboard Magician 0.76
  8912. About Clipboard Magician.txt
  8913. Alchemist
  8914. Clipboard Magician
  8915. FKEYs for Clipboard Magican
  8916. iconpict.p
  8917. Magic Wand
  8918. Magic Wand Utility
  8919. programming information
  8920. programming information.txt
  8921. System 7 related CNVT
  8922. testmagic.p
  8923. n Transport 1.1.1 or higherNSOpen Transport, TCP, endpoint, server, HTTP, listen, bind, single-link, multihomingO
  8924. Dev.CD Feb 00 TC:Sample Code:P
  8925. Dev.CD Feb 00 TC
  8926.  - Sample CodeV
  8927. 4289X
  8928. Feb 00^
  8929. r--set theItem to choose file -- uncomment to test in an AS editor
  8930.     tell application "Finder"
  8931.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8932.         activate
  8933.     end tell
  8934. on error errMsg number errNum
  8935.     --enter statements to perform when no records are found such as...
  8936.     display dialog "Sorry, the item you selected could not be found."
  8937.     return
  8938. end try
  8939. e    No ChangefKOpen Transport
  8940. endpoint
  8941. server
  8942. listen
  8943. single-link
  8944. multihomingq
  8945. Dev.CD Feb 00 TC
  8946. - Common
  8947.     - Sun Compliant Java Runtime Environment 1.1
  8948.     - QuickTime 3 
  8949.     - QTJava.zip
  8950.     - QTJava media samples
  8951. - Mac OS:
  8952.     - System 8 or later
  8953.     - Macintosh Runtime for Java (MRJ) 2.1
  8954. - Windows 95, 98, or NT::
  8955.     - JRE/JDK from Sun Microsystems, Inc. recommended
  8956. QuickTime, Java, MRJ
  8957. ot/ppp
  8958. ot/ppp
  8959. transport
  8960. ot/ppp
  8961. otbuffer
  8962. otbufferinfo
  8963. otfifo
  8964. otgetendpointinfo
  8965. otgetindexedport
  8966. otgetuserportnamefro
  8967. otlifo
  8968. otlink
  8969. otlookup
  8970. otoptionmanagment
  8971. ottcpwilldial
  8972. ottransferproviderow
  8973. ottransferproviderow
  8974. client
  8975. library
  8976. override
  8977. override
  8978. quickdraw
  8979. table
  8980. resource
  8981. overview
  8982. generator
  8983. pascal
  8984. passphrase
  8985. password
  8986. password
  8987. storage
  8988. patch
  8989. pbclock
  8990. pccard
  8991. pccts
  8992. All Packages
  8993. PowerTalk (PPC)O
  8994. Dev.CD Oct 94P
  8995. Dev.CD Oct 9V
  8996. 6218X
  8997. Oct 94
  8998. b--set theItem to choose file -- uncomment to test in an AS editor
  8999.     tell application "Finder"
  9000.         open item "Dev.CD Oct 94"
  9001.         activate
  9002.     end tell
  9003. on error errMsg number errNum
  9004.     --enter statements to perform when no records are found such as...
  9005.     display dialog "Sorry, the item you selected could not be found."
  9006.     return
  9007. end try
  9008. All Packages
  9009. PPC EnablerO
  9010. Dev.CD Jul 95P
  9011. Dev.CD Jul 9V
  9012. 6219X
  9013. Jul 95
  9014. b--set theItem to choose file -- uncomment to test in an AS editor
  9015.     tell application "Finder"
  9016.         open item "Dev.CD Jul 95"
  9017.         activate
  9018.     end tell
  9019. on error errMsg number errNum
  9020.     --enter statements to perform when no records are found such as...
  9021.     display dialog "Sorry, the item you selected could not be found."
  9022.     return
  9023. end try
  9024. All Packages
  9025. PPC EnablerO
  9026. Dev.CD Jul 95P
  9027. Dev.CD Jul 9V
  9028. 6220X
  9029. Jul 95
  9030. conversion
  9031. apple
  9032. event
  9033. server
  9034. scripting
  9035. database
  9036. database
  9037. debug
  9038. debug
  9039. sound
  9040. manager
  9041. 3.2.1
  9042. debugger
  9043. debuggers
  9044. debugging
  9045. debugging
  9046. performance
  9047. power
  9048. powerpc
  9049. emulator
  9050. declaration
  9051. decompress
  9052. cumentation
  9053. publications
  9054. technical
  9055. publications
  9056. developers
  9057. development
  9058. device
  9059. device
  9060. driver
  9061. block
  9062. storage
  9063. drive
  9064. gestalt
  9065. cd-rom
  9066. devnotes
  9067. dialog
  9068. dictation
  9069. interleaving
  9070. memory
  9071. configuration
  9072. disassembler
  9073. disassembly
  9074. utility
  9075. drive
  9076. setup
  9077. display
  9078. display
  9079. manager
  9080. resolution
  9081. screen
  9082. monitor
  9083. pixel
  9084. depth
  9085. display
  9086. manager
  9087. window
  9088. arrangement
  9089. display
  9090. pixel
  9091. depth
  9092. disposeresource
  9093. oerceprgeneral
  9094. coercion
  9095. Summary:  The file 
  9096. CODE editor for ResEdit 2.1
  9097.  contains a ResEdit 2.1 (or later) RSSC resource that adds a disassembly viewer to ResEdit to handle CODE and code-like resources.  This allows you to view code resources as assembly code instead of 
  9098.  hex.  When added to ResEdit version 2.1.1 or later, the CODE editor can also operate concurrently with the basic HEXA editor, providing editing and searching capabilities as well.  The disassembly code is annotated with the module names extr
  9099. acted from the MacsBug strings in the code.  Navigation facilities are provided to allow viewing related pieces of code.   Special formatting may be applied to the disassembly for embedded data that cannot normally be distinguished from actual code.  There are also facilities to allow you to answer the question 
  9100. who references this location?
  9101. Issues:  Do not add this editor to versions of ResEdit before 2.1.  This editor is not part of the official ResEdit release, and has not been rigo
  9102.     Cbrously tested.  Use caution when using any version of ResEdit to which you have added this editor.
  9103. J-CODE editor for ResEdit 2.1
  9104. CODE editor NotesK
  9105. Nov 93NGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAOmDev.CD Feb 00 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:P{Dev.CD Feb 00 TC
  9106.  - Tool Chest
  9107.  - Developer Utilities
  9108.  - ResEdit 2.1.3
  9109.  - ResEdit Extensions
  9110.  - CODE Editor for ResEdit 2.1
  9111. hidden
  9112. hidemenubar
  9113. hidemenubaretc
  9114. hiding
  9115. hierarchical
  9116. hiermenus
  9117. hifi-color
  9118. high-end
  9119. high-level
  9120. high-performance
  9121. high-quality
  9122. high-visibility
  9123. higher
  9124. higher-quality
  9125. highest
  9126. highlighting
  9127. highlights
  9128. highly
  9129. highly-successful
  9130. hilighted
  9131. hilighting
  9132. hilite
  9133. hindi
  9134. 5833X
  9135. Feb 00^
  9136. --set theItem to choose file -- uncomment to test in an AS editor
  9137.     tell application "Finder"
  9138.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:"
  9139.         activate
  9140.     end tell
  9141. on error errMsg number errNum
  9142.     --enter statements to perform when no records are found such as...
  9143.     display dialog "Sorry, the item you selected could not be found."
  9144.     return
  9145. end try
  9146. e    No ChangefGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAq
  9147. Dev.CD Feb 00 TC
  9148. D!All Packages
  9149. Tool Chest Edition
  9150. Color Locator DA
  9151. Summary: Color Locator DA enables you to see anything on the desktop in fatbits mode, find its global, local, or relative coordinates, find the relative amounts of red, green, and blue, and the index into the color table as well as how many entries are in the color table. 
  9152. Color Locator DAK
  9153. Vol VL
  9154. Vol VIIge
  9155. resources
  9156. return
  9157. return
  9158. investment
  9159. reverb
  9160. rgbforecolor
  9161. rhapsody
  9162. rhapsody
  9163. pages
  9164. rhapsody
  9165. release
  9166. notes
  9167. riser
  9168. robustness
  9169. rotation
  9170. router
  9171. routing
  9172. rules
  9173. runtime
  9174. sample
  9175. sample
  9176. sample
  9177. survey
  9178. saving
  9179. saving
  9180. files
  9181. saving
  9182. state
  9183. mplified
  9184. software
  9185. sound
  9186. soundsprocket
  9187. space
  9188. speech
  9189. spinning
  9190. spinning
  9191. cursors
  9192. sprockets
  9193. statements
  9194. storage
  9195. string
  9196. string
  9197. encoding
  9198. string
  9199. services
  9200. strings
  9201. strip
  9202. structure
  9203. structure
  9204. region
  9205. style
  9206. style
  9207. guide
  9208. stylechat
  9209. summary
  9210. switch
  9211. synchronization
  9212. system
  9213. system
  9214. system
  9215. features
  9216. O6Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Color Locator DAP>Dev.CD Feb 00 TC
  9217.  - Tool Chest
  9218.  - QuickDraw
  9219.  - Color Locator DV
  9220. 5834X
  9221. Feb 00^
  9222. --set theItem to choose file -- uncomment to test in an AS editor
  9223.     tell application "Finder"
  9224.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Color Locator DA"
  9225.         activate
  9226.     end tell
  9227. on error errMsg number errNum
  9228.     --enter statements to perform when no records are found such as...
  9229.     display dialog "Sorry, the item you selected could not be found."
  9230.     return
  9231. end try
  9232. e    No Changeq
  9233. Dev.CD Feb 00 TC
  9234. ColorPicker 2.1.1 SDKI
  9235. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  9236. Features: No new features- only bug fixesJ
  9237. Color Picker SDK.sitK
  9238. Aug 97L
  9239. Jan 98N
  9240. Color Picker 2.1.1OADev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Jan 00 SDK1
  9241.  - Development Kits
  9242.  - Mac OS
  9243.  - ColorPicker 2.1.1 SDKV
  9244. 5835X
  9245. Jan 00^
  9246. Jan 00^
  9247. e    No Change
  9248. e    No Changef
  9249. Color Picker 2.1.1q
  9250. Dev.CD Jan 00 SDK1
  9251. All Packages
  9252. ColorPopUpMenus
  9253. WThis folder contains an example illustrating how to show swatches of color in a labels-like menu in your own application.  It also illustrates how to add a user adjustable color item to the menu that can be changed by  way of the color picker interface.
  9254. Contains routines for getting/setting particular elements in a color icon's color table.
  9255. ColorPopUpMenus
  9256. ColorPopUpMenus.c
  9257. ColorPopUpMenus.h
  9258. ColorPopUpMenus.prj
  9259. ColorPopUpMenus.r
  9260. ColorPopUpMenus.rsrc
  9261. MakeFile
  9262. ReadMeK
  9263. Dec 99M
  9264. Color MacintoshN=Icon, color icon, colour table, CIconHandle, CTabHandle, clutOWDev.CD Dec 99 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:ColorPopUpMenus:PbDev.CD Dec 99 RL Disk 1
  9265.  - What's New
  9266.  - Sample Code
  9267.  - Human Interface Toolbox
  9268.  - ColorPopUpMenusV
  9269. 5836X
  9270. Dec 99^    RL Disk 1
  9271. e    No Change
  9272.  you selected could not be found."
  9273.     return
  9274. end try
  9275. e    No Change
  9276. e    No Change
  9277. OPBookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:P[Bookmark CD 26
  9278.  - develop
  9279.  - develop Issue 23
  9280.  - develop Issue 23 code
  9281.  - ProjectDrag 1.1b8V
  9282. 6240X
  9283. k CD 2
  9284. --set theItem to choose file -- uncomment to test in an AS editor
  9285.     tell application "Finder"
  9286.         open item "Bookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:"
  9287.         activate
  9288.     end tell
  9289. on error errMsg number errNum
  9290.     --enter statements to perform when no records are found such as...
  9291.     display dialog "Sorry, the item you selected could not be found."
  9292.     return
  9293. end try
  9294. e    No Changeq
  9295. Bookmark CD 26
  9296. D!All Packages
  9297. Tool Chest Edition
  9298. QDGX Spooler Patch 1.0.2
  9299. virtual
  9300. reality
  9301. virtual
  9302. virtualuser
  9303. visigenic
  9304. volumes
  9305. vtwin
  9306. vu-meter
  9307. waitnextevent
  9308. wannabe
  9309. browser
  9310. webobjects
  9311. webobjects
  9312. network
  9313. network
  9314. server
  9315. guide
  9316. network
  9317. software
  9318. installer
  9319. networkcommsvcs
  9320. networking
  9321. networkingot
  9322. networks
  9323. networks
  9324. networksetup
  9325. documentation
  9326. sample
  9327. audio
  9328. features
  9329. newgworld
  9330. newgworld
  9331. newgworld
  9332. newgworld
  9333. newformat
  9334. newgworld
  9335. newmaclogo
  9336. newnsptest
  9337. non-mpw
  9338. norway
  9339. norway
  9340. distributors/localiz
  9341. apple
  9342. product
  9343. example
  9344. about
  9345. sample
  9346. aegizmos
  9347. first
  9348. reader
  9349. reader
  9350. installer
  9351. D!All Packages
  9352. Mac OS SDK Edition
  9353. ColorPicker 2.1.1 SDKI
  9354. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  9355. Features: No new features- only bug fixesJ
  9356. Color Picker SDK.sitK
  9357. Aug 97L
  9358. Jan 98N
  9359. Color Picker 2.1.1OADev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Jan 00 SDK1
  9360.  - Development Kits
  9361.  - Mac OS
  9362.  - ColorPicker 2.1.1 SDKV
  9363. 5835X
  9364. Jan 00^
  9365. #e Code:P
  9366. Dev.CD Feb 00 TC
  9367.  - Sample CodeV
  9368. 4282X
  9369. Feb 00^
  9370. r--set theItem to choose file -- uncomment to test in an AS editor
  9371.     tell application "Finder"
  9372.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9373.         activate
  9374.     end tell
  9375. on error errMsg number errNum
  9376.     --enter statements to perform when no records are found such as...
  9377.     display dialog "Sorry, the item you selected could not be found."
  9378.     return
  9379. end try
  9380. e    No Changef;open transport
  9381. port registry
  9382. OTGetIndexedPort
  9383. Dev.CD Feb 00 TC
  9384. D!All Packages
  9385. Tool Chest Edition
  9386. --set theItem to choose file -- uncomment to test in an AS editor
  9387.     tell application "Finder"
  9388.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:"
  9389.         activate
  9390.     end tell
  9391. on error errMsg number errNum
  9392.     --enter statements to perform when no records are found such as...
  9393.     display dialog "Sorry, the item you selected could not be found."
  9394.     return
  9395. end try
  9396. Open Transport 1.1.1 or higherN=Open Transport, OTGetEndpointInfo, TEndpointInfo, TSDU, ETSDAO
  9397. Dev.CD Feb 00 TC:Sample Code:P
  9398. Dev.CD Feb 00 TC
  9399.  - Sample CodeV
  9400. 4283X
  9401. Feb 00^
  9402. r--set theItem to choose file -- uncomment to test in an AS editor
  9403.     tell application "Finder"
  9404.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9405.         activate
  9406.     end tell
  9407. on error errMsg number errNum
  9408.     --enter statements to perform when no records are found such as...
  9409.     display dialog "Sorry, the item you selected could not be found."
  9410.     return
  9411. end try
  9412. e    No Change
  9413. Jan 96
  9414. f--set theItem to choose file -- uncomment to test in an AS editor
  9415.     tell application "Finder"
  9416.         open item "Dev.CD Jan 96 SSW"
  9417.         activate
  9418.     end tell
  9419. on error errMsg number errNum
  9420.     --enter statements to perform when no records are found such as...
  9421.     display dialog "Sorry, the item you selected could not be found."
  9422.     return
  9423. end try
  9424. All Packages
  9425. F    QuickTimeO
  9426. Dev.CD Jan 96 SSWP
  9427. Dev.CD Jan 96 SSV
  9428. 6362X
  9429. Jan 96
  9430. f--set theItem to choose file -- uncomment to test in an AS editor
  9431.     tell application "Finder"
  9432.         open item "Dev.CD Jan 96 SSW"
  9433.         activate
  9434.     end tell
  9435. on error errMsg number errNum
  9436.     --enter statements to perform when no records are found such as...
  9437.     display dialog "Sorry, the item you selected could not be found."
  9438.     return
  9439. end try
  9440. All Packages
  9441. F    QuickTimeO)Dev.CD Jan 94
  9442. Dev.CD Oct 93
  9443. Dev.CD Jul 93P(Dev.CD Jan 94
  9444. Dev.CD Oct 93
  9445. Dev.CD Jul 9V
  9446. 6363X
  9447. Jan 94
  9448. All Packages
  9449. 1703X
  9450. control
  9451. control
  9452. strip
  9453. controlbackground
  9454. controlkeypatch
  9455. controlstrip
  9456. controlstrip
  9457. convert
  9458. convert
  9459. projects
  9460. 1.0b5
  9461. converter
  9462. corefoundation
  9463. cpugestalt
  9464. createmovie
  9465. createpictfile
  9466. development
  9467. resources
  9468. custommedia
  9469. cyrillic
  9470. cyrillic
  9471. language
  9472. cyrillic
  9473. language
  9474. access
  9475. manager
  9476. french
  9477. access
  9478. manager
  9479. database
  9480. debabelizer
  9481. debabelizer
  9482. debug
  9483. debugger
  9484. debugging
  9485. debugging
  9486. modern
  9487. memory
  9488. manager
  9489. debugging
  9490. sound
  9491. manager
  9492. declaration
  9493. declaration
  9494. defproc
  9495. defprocs
  9496. demos
  9497. editor
  9498. emulator
  9499. p--set theItem to choose file -- uncomment to test in an AS editor
  9500.     tell application "Finder"
  9501.         open item "Dev.CD Jan 95
  9502. Dev.CD Oct 94"
  9503.         activate
  9504.     end tell
  9505. on error errMsg number errNum
  9506.     --enter statements to perform when no records are found such as...
  9507.     display dialog "Sorry, the item you selected could not be found."
  9508.     return
  9509. end try
  9510. the item you selected could not be found."
  9511.     return
  9512. end try
  9513. All Packages
  9514. 7.5O-Dev.CD Jan 96 SSW
  9515. Dev.CD Apr 95
  9516. Dev.CD Jan 95P,Dev.CD Jan 96 SSW
  9517. Dev.CD Apr 95
  9518. Dev.CD Jan 9V
  9519. 1706X
  9520. Jan 96
  9521. --set theItem to choose file -- uncomment to test in an AS editor
  9522.     tell application "Finder"
  9523.         open item "Dev.CD Jan 96 SSW
  9524. Dev.CD Apr 95
  9525. Dev.CD Jan 95"
  9526.         activate
  9527.     end tell
  9528. on error errMsg number errNum
  9529.     --enter statements to perform when no records are found such as...
  9530.     display dialog "Sorry, the item you selected could not be found."
  9531.     return
  9532. end try
  9533. This update to Toolbox assistant includes the following QuickView databases:
  9534. NOTE:  We have released the databases below as standalone products, without an updated Routines A ... Z and Mgr. page.
  9535. Advanced Color Imaging Assistant: This set of three QuickView databases provide conceptual information for working with  color in your application, including sample code, as well as a reference to the Palette Manager, Color Picker Manager, ColorSync Manager, and Color Manager. Advanced Color Ima
  9536. ging Assistant has been revised for version 2.1 of the ColorSync Manager and includes hypertext links to new and revised material.
  9537. Apple Game Sprockets: This QuickView database includes the set of new APIs to make game programming for the Macintosh easy. The four sprockets documented in this QuickView database include SoundSprocket, DrawSprocket, InputSprocket, and NetSprocket. Some of the APIs for these sprockets are for new functionality and others make APIs that already existed in the 
  9538. 6491X
  9539. Feb 00^
  9540. --set theItem to choose file -- uncomment to test in an AS editor
  9541.     tell application "Finder"
  9542.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Graphics 3D:SetupGL:"
  9543.         activate
  9544.     end tell
  9545. on error errMsg number errNum
  9546.     --enter statements to perform when no records are found such as...
  9547.     display dialog "Sorry, the item you selected could not be found."
  9548.     return
  9549. end try
  9550. New Packagef"OpenGL
  9551. full screen
  9552. DrawSprocketq
  9553. Dev.CD Feb 00 TC
  9554. D!All Packages
  9555. Tool Chest Edition
  9556. SetWindBackColorI
  9557. Demonstrates how to programmatically set the background color of a window without flicker.
  9558. Don't have the Appearance Manager running.J'Sample Code.img
  9559. Windows Sample Code.imgK
  9560. Aug 97N
  9561. background color WDEF windowO
  9562. Dev.CD Feb 00 TC:Sample Code:P
  9563. Dev.CD Feb 00 TC
  9564.  - Sample CodeV
  9565. 6492X
  9566. Feb 00^
  9567. p--set theItem to choose file -- uncomment to test in an AS editor
  9568.     tell application "Finder"
  9569.         open item "Dev.CD Jul 93
  9570. Dev.CD May 93"
  9571.         activate
  9572.     end tell
  9573. on error errMsg number errNum
  9574.     --enter statements to perform when no records are found such as...
  9575.     display dialog "Sorry, the item you selected could not be found."
  9576.     return
  9577. end try
  9578.   return
  9579. end try
  9580. All Packages
  9581. 7.5O)Dev.CD Jul 95
  9582. Dev.CD Apr 95
  9583. Dev.CD Jan 95P(Dev.CD Jul 95
  9584. Dev.CD Apr 95
  9585. Dev.CD Jan 9V
  9586. 1710X
  9587. Jul 95
  9588. ~--set theItem to choose file -- uncomment to test in an AS editor
  9589.     tell application "Finder"
  9590.         open item "Dev.CD Jul 95
  9591. Dev.CD Apr 95
  9592. Dev.CD Jan 95"
  9593.         activate
  9594.     end tell
  9595. on error errMsg number errNum
  9596.     --enter statements to perform when no records are found such as...
  9597.     display dialog "Sorry, the item you selected could not be found."
  9598.     return
  9599. end try
  9600. All Packages
  9601. 1711X
  9602. --set theItem to choose file -- uncomment to test in an AS editor
  9603.     tell application "Finder"
  9604.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:ColorPopUpMenus:"
  9605.         activate
  9606.     end tell
  9607. on error errMsg number errNum
  9608.     --enter statements to perform when no records are found such as...
  9609.     display dialog "Sorry, the item you selected could not be found."
  9610.     return
  9611. end try
  9612. elected could not be found."
  9613.     return
  9614. end try
  9615. All Packages
  9616. Dev.CD Jul 95P
  9617. Dev.CD Jul 9V
  9618. 1712X
  9619. Jul 95
  9620. b--set theItem to choose file -- uncomment to test in an AS editor
  9621.     tell application "Finder"
  9622.         open item "Dev.CD Jul 95"
  9623.         activate
  9624.     end tell
  9625. on error errMsg number errNum
  9626.     --enter statements to perform when no records are found such as...
  9627.     display dialog "Sorry, the item you selected could not be found."
  9628.     return
  9629. end try
  9630. All Packages
  9631. Dev.CD Jul 95V
  9632. 1713X
  9633. e    No Changef8Icon
  9634. color icon
  9635. colour table
  9636. CIconHandle
  9637. CTabHandle
  9638. clutq
  9639. Dev.CD Dec 99 RL Disk 1
  9640. All Packages
  9641. ColorSync 3.0 Mac SDK
  9642. The complete ColorSync
  9643.  3.0 SDK for Mac developers. It includes the following:
  9644. Interfaces & Link Libraries
  9645. Documentation
  9646. Sample Code
  9647. Goodies
  9648. ColorSync
  9649.  3.0 is the latest version of Apple Computer's color management architecture for the Mac OS. For more information visit the ColorSync website at http://www.apple.com/colorsync.
  9650. What's New in ColorSync
  9651.       - Device Profiles and Document Profiles
  9652.       - ColorSync Workflows
  9653.       - Apple CMM
  9654.       - Calibration Assistant Expert mode
  9655. 5837X
  9656. K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  9657. J'Sample Code.img
  9658. Windows Sample Code.imgK
  9659. Apr 96L
  9660. Jun 98:Sample Code:V
  9661. 4280X
  9662. 1e    No Change
  9663. v.CD Jul 95
  9664. Dev.CD Apr 95
  9665. Dev.CD Jan 95V
  9666. 1715X
  9667. foundation
  9668. explaining
  9669. summary
  9670. sample
  9671. demonstrates
  9672. palette
  9673. summary
  9674. collects
  9675. information
  9676. about
  9677. system
  9678. summary
  9679. demonstrates
  9680. program
  9681. finder-like
  9682. label
  9683. summary
  9684. demonstrates
  9685. menubar
  9686. and/or
  9687. summary
  9688. developer
  9689. describes
  9690. latest
  9691. model
  9692. summary
  9693. developer's
  9694. package
  9695. includes
  9696. appleshar
  9697. summary
  9698. digest
  9699. collection
  9700. article
  9701. threads
  9702. summary
  9703. document
  9704. contains
  9705. international
  9706. devel
  9707. colour
  9708. table
  9709. comet
  9710. communications
  9711. communications
  9712. toolbox
  9713. compare
  9714. compiler
  9715. compiler
  9716. tools
  9717. compilers
  9718. component
  9719. component
  9720. software
  9721. compound
  9722. compound
  9723. document
  9724. architecture
  9725. compress
  9726. compression
  9727. computer
  9728. computer
  9729. based
  9730. media
  9731. conditional
  9732. conditional
  9733. statements
  9734. conference
  9735. conferencing
  9736. configuration
  9737. configuration
  9738. connectivity
  9739. consumer
  9740. consumer
  9741. electronics
  9742. container
  9743. content
  9744. content
  9745. region
  9746. context
  9747. context
  9748. switch
  9749. from memory to the client.   It then does an orderly release and puts the endpoint back into its idle queue.   
  9750. It's fast!   Running on Open Transport 1.1.1, a Power Mac 7100/80 on a 10 Mbit ethernet using 8K downloads can almost saturate the wire.  Using a 200 MHz Power Mac on the same LAN with 1K downloads the server sustains better than 300 connections per se
  9751. about
  9752. sample
  9753. about
  9754. getsetoptions
  9755. about
  9756. snapshot
  9757. sample
  9758. aegizmos
  9759. before
  9760. using
  9761. registration
  9762. defprocs
  9763. defprocs
  9764. first
  9765. first
  9766. first
  9767. hypercard
  9768. obsolete&unsupported
  9769. other
  9770. developer
  9771. crashing
  9772. crawl
  9773. create
  9774. create
  9775. needs
  9776. created
  9777. createdirwithcustomi
  9778. createpmforecolorima
  9779. creatergbforecolorim
  9780. creates
  9781. creating
  9782. creation
  9783. creative
  9784. creativity
  9785.  display dialog "Sorry, the item you selected could not be found."
  9786.     return
  9787. end try
  9788. colorscreen
  9789. colorscreen
  9790. colorsync
  9791. colorsync
  9792. colorsync
  9793. export
  9794. colorsync
  9795. filter
  9796. colorsync
  9797. import
  9798. colorsync
  9799. plugins
  9800. readme
  9801. combowalker
  9802. common
  9803. commtoolbox
  9804. commtoolbox
  9805. commtoolbox
  9806. roadmap
  9807. communications
  9808. communications
  9809. comparedirtext
  9810. comparelastrevision
  9811. compbasedmediabroadc
  9812. compbasedmediabroadc
  9813. control
  9814. controls/events
  9815. copybits
  9816. copybits
  9817. application
  9818. copybits
  9819. coresample
  9820. coresample
  9821. coupon
  9822. courses
  9823. createcopy
  9824. createcopy
  9825. creator
  9826. creator
  9827. registration
  9828. csmp-digest-readme
  9829. csmp-digest-readme
  9830. csmp-digest-v3-001
  9831. csmp-digest-v3-002
  9832. csmp-digest-v3-003
  9833. csmp-digest-v3-004
  9834. csmp-digest-v3-005
  9835. csmp-digest-v3-006
  9836. csmp-digest-v3-007
  9837. csmp-digest-v3-008
  9838. csmp-digest-v3-009
  9839. csmp-digest-v3-010
  9840. compiles
  9841. compiling
  9842. modeled
  9843. modeless
  9844. modeling
  9845. models
  9846. modem
  9847. moderate
  9848. moderated
  9849. moderm
  9850. modern
  9851. modes
  9852. modification
  9853. n error errMsg number errNum
  9854.     --enter statements to perform when no records are found such as...
  9855.     display dialog "Sorry, the item you selected could not be found."
  9856.     return
  9857. end try
  9858. All Packages
  9859. 7.5O)Dev.CD Jul 95
  9860. Dev.CD Apr 95
  9861. Dev.CD Feb 95P(Dev.CD Jul 95
  9862. Dev.CD Apr 95
  9863. Dev.CD Feb 9V
  9864. 1723X
  9865. Jul 95
  9866. All Packages
  9867. System Enabler 111 (PB 160/180)O
  9868. Dev.CD Apr 93P
  9869. Dev.CD Apr 9V
  9870. 6745X
  9871. Apr 93
  9872. b--set theItem to choose file -- uncomment to test in an AS editor
  9873.     tell application "Finder"
  9874.         open item "Dev.CD Apr 93"
  9875.         activate
  9876.     end tell
  9877. on error errMsg number errNum
  9878.     --enter statements to perform when no records are found such as...
  9879.     display dialog "Sorry, the item you selected could not be found."
  9880.     return
  9881. end try
  9882. All Packages
  9883. System Enabler 111 (PB 160/180)O
  9884. Dev.CD Apr 93P
  9885. Dev.CD Apr 9V
  9886. 6746X
  9887. Apr 93
  9888. b--set theItem to choose file -- uncomment to test in an AS editor
  9889.     tell application "Finder"
  9890.         open item "Dev.CD Apr 93"
  9891.         activate
  9892.     end tell
  9893. on error errMsg number errNum
  9894.     --enter statements to perform when no records are found such as...
  9895.     display dialog "Sorry, the item you selected could not be found."
  9896.     return
  9897. end try
  9898. All Packages
  9899. System Enabler 111 (PB 160/180)V
  9900. 6747X
  9901. call-backs
  9902. callback
  9903. callbacks
  9904. called
  9905. caller
  9906. callhyper
  9907. calling
  9908. calls
  9909. calvacom
  9910. camera
  9911. cameras
  9912. cameron
  9913. campaign
  9914. campaigns
  9915. lites
  9916. capabilities
  9917. capability
  9918. capable
  9919. capitalize
  9920. capture
  9921.       - Profile path balloons
  9922.       - Profile descriptions in double byte languages
  9923.       - Profile First Aid
  9924. ColorSync Features
  9925.       - AppleScript support
  9926.       - JPEG and GIF support
  9927.       - Profile Cache File
  9928.       - Profiles Folder Location and Subfolders
  9929.       - Photoshop Plug-ins
  9930.       - Multiprocessing support
  9931.       - support for 16 bits per channel images
  9932.       - What gets installed with ColorSync
  9933. ColorSync 3.0.imgK
  9934. Mar 93L
  9935. Dec 99M]ColorSync 3.0 is designed to work on PowerPC (or newer) machines running System 8.5 or later.N@ColorSync, calibrator, scripting, 3.0, profile, gamma, tag colorOiDev.CD Dec 99 RL Disk 1:What's New:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:ColorSync 3.0 Installer:PwDev.CD Dec 99 RL Disk 1
  9936.  - What's New
  9937.  - Development Kits
  9938.  - Mac OS
  9939.  - ColorSync 3.0 Mac SDK
  9940.  - ColorSync 3.0 Installer
  9941. 5837X
  9942. Dec 99^    RL Disk 1
  9943. --set theItem to choose file -- uncomment to test in an AS editor
  9944.     tell application "Finder"
  9945.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:ColorSync 3.0 Installer:"
  9946.         activate
  9947.     end tell
  9948. on error errMsg number errNum
  9949.     --enter statements to perform when no records are found such as...
  9950.     display dialog "Sorry, the item you selected could not be found."
  9951.     return
  9952. end try
  9953. e    No Changef:ColorSync
  9954. calibrator
  9955. scripting
  9956. profile
  9957. gamma
  9958. tag colorq
  9959. Dev.CD Dec 99 RL Disk 1
  9960. D!All Packages
  9961. Mac OS SDK Edition
  9962. ColorSync Photoshop Plugins 2.1
  9963.     CD Feb 95"
  9964.         activate
  9965.     end tell
  9966. on error errMsg number errNum
  9967.     --enter statements to perform when no records are found such as...
  9968.     display dialog "Sorry, the item you selected could not be found."
  9969.     return
  9970. end try
  9971. All Packages
  9972. Dev.CD Apr 95
  9973. Dev.CD Jan 95P
  9974. Dev.CD Apr 95
  9975. Dev.CD Jan 9V
  9976. 1728X
  9977. Apr 95
  9978. All Packages
  9979. 6.0.3O"Developer CD (II)
  9980. Excellent CD (I)P!Developer CD (II)
  9981. Excellent CD (IV
  9982. 5102X
  9983. er CD 
  9984. w--set theItem to choose file -- uncomment to test in an AS editor
  9985.     tell application "Finder"
  9986.         open item "Developer CD (II)
  9987. Excellent CD (I)"
  9988.         activate
  9989.     end tell
  9990. on error errMsg number errNum
  9991.     --enter statements to perform when no records are found such as...
  9992.     display dialog "Sorry, the item you selected could not be found."
  9993.     return
  9994. end try
  9995. All Packages
  9996. 6.0.3O"Developer CD (II)
  9997. Excellent CD (I)P!Developer CD (II)
  9998. Excellent CD (IV
  9999. 5103X
  10000. er CD 
  10001. w--set theItem to choose file -- uncomment to test in an AS editor
  10002.     tell application "Finder"
  10003.         open item "Developer CD (II)
  10004. Excellent CD (I)"
  10005.         activate
  10006.     end tell
  10007. on error errMsg number errNum
  10008.     --enter statements to perform when no records are found such as...
  10009.     display dialog "Sorry, the item you selected could not be found."
  10010.     return
  10011. end try
  10012. tracker
  10013. pascal
  10014. snippet
  10015. audio
  10016. tracks
  10017. cd-rom
  10018. cd-rom-based
  10019. cdent
  10020. cdevs
  10021. cdk's
  10022. cdromdrivecheck
  10023. cdtool
  10024. celestial
  10025. celik
  10026. center
  10027. centered
  10028. central
  10029. centuries
  10030. certain
  10031. certainly
  10032. certificates
  10033. certified
  10034. cfdata
  10035. cfm-68k
  10036. cgrafport
  10037. changed
  10038. changefilename
  10039. changes
  10040. Deletedf
  10041. QD3D 1.6q
  10042. Dev.CD Oct 99 SDK1
  10043. D!All Packages
  10044. Mac OS SDK Edition
  10045. :  This SDK will support the QuickTake 150 or QuickTake 100.J
  10046. MyQuickTakeApp 1.0.1TC7 
  10047. MyQuickTakeApp 1.0.2 
  10048. QuickTake - Read Me First
  10049. QuickTake Documentation:
  10050. QuickTake Marketing Items :
  10051. QuickTake/Macintosh  SDK.image
  10052. QuickTake/Windows SDK:
  10053. System Folder Items:
  10054. Windows System Files:K
  10055. Jan 96OFDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:PKDev.CD Apr 98 SDK2
  10056.  - Development Kits (Disc 2)
  10057.  - QuickTake Digital CameraV
  10058. 6350X
  10059. Apr 98^
  10060. --set theItem to choose file -- uncomment to test in an AS editor
  10061.     tell application "Finder"
  10062.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:"
  10063.         activate
  10064.     end tell
  10065. on error errMsg number errNum
  10066.     --enter statements to perform when no records are found such as...
  10067.     display dialog "Sorry, the item you selected could not be found."
  10068.     return
  10069. end try
  10070. Deleted
  10071. Deleted
  10072. updater
  10073. updates
  10074. updating
  10075. upgrade
  10076. upgraded
  10077. upgrader
  10078. upgrades
  10079. upload
  10080. upload
  10081. given
  10082. upper
  10083. upside
  10084. urbina
  10085. access
  10086. collection
  10087. functions
  10088. allowing
  10089. access
  10090. urquhart
  10091. usage
  10092. performance
  10093. photoshop
  10094. player
  10095. plugins
  10096. postscript
  10097. powerbook
  10098. primer
  10099. 5838X
  10100. Apr 98^
  10101. --set theItem to choose file -- uncomment to test in an AS editor
  10102.     tell application "Finder"
  10103.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:"
  10104.         activate
  10105.     end tell
  10106. on error errMsg number errNum
  10107.     --enter statements to perform when no records are found such as...
  10108.     display dialog "Sorry, the item you selected could not be found."
  10109.     return
  10110. end try
  10111. Deletedf
  10112. ColorSync Photoshop Plug-insq
  10113. Dev.CD Apr 98 SDK1
  10114. D!All Packages
  10115. Mac OS SDK Edition
  10116. Communications Toolbox
  10117.     tegies for the Mac OS Technote.N4Optimization, buffered file system, cache, cachelineO
  10118. Dev.CD Feb 00 TC:Sample Code:P
  10119. Dev.CD Feb 00 TC
  10120.  - Sample Codeords are found such as...
  10121.     display dialog "Sorry, the item you selected could not be found."
  10122.     return
  10123. end try
  10124. All Packages
  10125. Dev.CD Apr 95P
  10126. Dev.CD Apr 9V
  10127. 1735X
  10128. Apr 95
  10129. --set theItem to choose file -- uncomment to test in an AS editor
  10130.     tell application "Finder"
  10131.         open item "Dev.CD Apr 94
  10132. Dev.CD Jan 94
  10133. Dev.CD Oct 93
  10134. Dev.CD Jul 93"
  10135.         activate
  10136.     end tell
  10137. on error errMsg number errNum
  10138.     --enter statements to perform when no records are found such as...
  10139.     display dialog "Sorry, the item you selected could not be found."
  10140.     return
  10141. end try
  10142. 1.7.1
  10143. 1.7.2
  10144. 1/1/70
  10145. 100lc
  10146. 11/23/99
  10147. 12/600
  10148. 12x16
  10149. 16384
  10150. 17000
  10151. 1992-1995
  10152. calibrator
  10153. camera
  10154. capabilities
  10155. capture
  10156. carbon
  10157. carbon
  10158. printing
  10159. carbon
  10160. printing
  10161. manager
  10162. socket
  10163. services
  10164. cardbus
  10165. categories
  10166. audio
  10167. audio
  10168. toolkit
  10169. cd-rom
  10170. control
  10171. panel
  10172. symantec
  10173. metrowerks
  10174. standardfile
  10175. center
  10176. cfallocator
  10177. cfarray
  10178. cfarray
  10179. cfbag
  10180. cfbag
  10181. cfbase
  10182. cfbase
  10183. cfbinaryheap
  10184. cfbinaryheap
  10185. cfbitvector
  10186. cfbitvector
  10187. cftree
  10188. cftype
  10189. cftypeid
  10190. chinese
  10191. chinese
  10192. language
  10193. traditional
  10194. simplified
  10195. ciconhandle
  10196. classes
  10197. client
  10198. clouseau
  10199. loading
  10200. collection
  10201. collection
  10202. services
  10203. color
  10204. color
  10205. depth
  10206. color
  10207. color
  10208. picker
  10209. 2.1.1
  10210. colorsync
  10211. colorsync
  10212. photoshop
  10213. plug-ins
  10214. colour
  10215. All Packages
  10216. System 7 Tune-UpO
  10217. Dev.CD Sept 92
  10218. Dev.CD Aug 92P
  10219. Dev.CD Sept 92
  10220. Dev.CD Aug 9V
  10221. 6564X
  10222. Sept 9
  10223. q--set theItem to choose file -- uncomment to test in an AS editor
  10224.     tell application "Finder"
  10225.         open item "Dev.CD Sept 92
  10226. Dev.CD Aug 92"
  10227.         activate
  10228.     end tell
  10229. on error errMsg number errNum
  10230.     --enter statements to perform when no records are found such as...
  10231.     display dialog "Sorry, the item you selected could not be found."
  10232.     return
  10233. end try
  10234. All Packages
  10235. System 7 Tune-UpO)Dev.CD Apr 92
  10236. Dev.CD Mar 92
  10237. Dev.CD Feb 92P(Dev.CD Apr 92
  10238. Dev.CD Mar 92
  10239. Dev.CD Feb 9V
  10240. 6565X
  10241. Apr 92
  10242.         open item "Dev.CD Apr 95"
  10243.         activate
  10244.     end tell
  10245. on error errMsg number errNum
  10246.     --enter statements to perform when no records are found such as...
  10247.     display dialog "Sorry, the item you selected could not be found."
  10248.     return
  10249. end try
  10250. All Packages
  10251. 7.5 (Slim)O
  10252. Dev.CD Apr 95P
  10253. Dev.CD Apr 9V
  10254. 1741X
  10255. Apr 95
  10256. The ColorSync
  10257.  Plug-In Modules provide an easy way for you to obtain high quality reproduction of color images. Together with the ColorSync
  10258.  System Extension and the installed device profiles, the ColorSync
  10259.  Plug-In Modules ensure that your color images will be reproduced most accurately on any device. Three Modules (Import, Export, and Filter) are available to fit into any type of work-flow, and to provide color matching capabilities to the novice color user as well as to the most demandi
  10260. ng color user.
  10261. With the Plug-In
  10262. s you will be able to: 
  10263.  Accurately print the image viewed on your monitor. 
  10264.  Accurately print or view the image you have scanned. 
  10265.  Embed a profile in your image to be specified as the image
  10266. s source. 
  10267.  Make four-color or HiFi-color separations for any press printing condition. 
  10268.  Use your in-house device to preview what your image will look like on the printing press. 
  10269.  Execute any custom color matching needed.
  10270. New ColorSync Photoshop Plug-ins (Impo
  10271. aegizmos
  10272. colorsync
  10273. profile
  10274. appear
  10275. where
  10276. location
  10277. memory
  10278. what's
  10279. what's
  10280. updated
  10281. whatever
  10282. Manipulating Displays Using DrawSprocket
  10283. This preliminary document describes version 1.7 of the 
  10284. DrawSprocket programming interface, which simplifies display manipulations such as fading, blanking, selecting displays, and buffering.
  10285. [NEW] Simplifying Networked Gaming Using NetSprocket
  10286. This preliminary document describes version 1.7 of NetSprocket, which provides a simple programming interface for hosting or joining a networked game as well as for communicating with other networked playe
  10287. [UPDATED] Adding Multitasking Capability to Applications Using Multiprocessing Services
  10288. This document describes the Multiprocessing Services application programming interface through Multiprocessing Services 2.1. It contains conceptual information, programming examples, and a complete API 
  10289. reference. New features in version 2.1 include support for kernel notifications and gestalt selectors to determine the presence of preemptive task
  10290. safe system software functions. 
  10291. [NEW] Obtaining
  10292.     C;rt, Export and Filter) to replace the old version 1.3 ones.
  10293. JfColorSync Plugins readme
  10294. ColorSync
  10295.  Export
  10296. ColorSync
  10297.  Filter
  10298. ColorSync
  10299.  Import
  10300. Lab Color Space ProfileK
  10301. Oct 97M#ColorSync 2.1.x and Adobe PhotoshopN
  10302. ColorSync Photoshop Plug-insOcDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:PnDev.CD Apr 98 SDK1
  10303.  - Development Kits (Disc 1)
  10304.  - ColorSync SDK
  10305.  - Goodies
  10306.  - ColorSync Photoshop Plugins 2.1q
  10307. Dev.CD Feb 00 TC
  10308. D!All Packages
  10309. Mac OS SDK Edition
  10310. OpenGL Install
  10311. oOpenGL for Macintosh enables your computer to display three-dimensional graphics using applications designed to take advantage of OpenGL.
  10312. What's New in OpenGL
  10313.  1.1.2:
  10314.  Internal texture format hint is now supported
  10315.  Better AGP texture management
  10316.  Added support for Velocity Engine
  10317.  Support for the EXT_texture_env_add extension
  10318.  Lots of performance optimizations
  10319. 4275X
  10320. 1e    No Change
  10321. within@
  10322. without@
  10323. woes@
  10324. would@
  10325. xcmds@
  10326. yahoo@
  10327. you'll@
  10328. you'll
  10329. access
  10330. documentation
  10331. software
  10332. technolo@
  10333. your@
  10334. yourself@
  10335. zoom@
  10336. 03-information@
  10337. 1.1.2@
  10338. 1.3.1@
  10339. 2.1.1@
  10340. 7edit@
  10341. access@
  10342. alias@
  10343. analyzer@
  10344. apple
  10345. cd-rom
  10346. handbook@
  10347. apple
  10348. directions
  10349. 07/97
  10350. apple
  10351. directions
  10352. 10/95@
  10353. apple
  10354. coupon@
  10355. applescript@
  10356. applesingle/appledou@
  10357. architectures@
  10358. aslm@
  10359. aurp@
  10360. bigeasy2
  10361. blockreader@
  10362. callhyper
  10363. cd-rom@
  10364. change@
  10365. collection@
  10366. colorscreen@
  10367. compeffects@
  10368. connectivity@
  10369. createcustomicon@
  10370. creating
  10371. csmp-digest-v3-011@
  10372. csmp-digest-v3-051@
  10373. csmp-digest-v3-091@
  10374. csmp-digest-v3-132@
  10375. ct-009-4433@
  10376. sample
  10377. 1.0b16@
  10378. graphicsimporterdraw
  10379. gratitude
  10380. grayed
  10381. grayishoutline
  10382. grayrgn
  10383. grayscale
  10384. graytext
  10385. great
  10386. greater
  10387. greatest
  10388. greatly
  10389. green
  10390. greenspon
  10391. greeting
  10392. gridwindowgrow
  10393. griffith
  10394. group
  10395. groups
  10396. override
  10397. override
  10398. quickdraw
  10399. table
  10400. resource
  10401. overview
  10402. package
  10403. packages
  10404. palette
  10405. pan/tilt
  10406. pan/tilt
  10407. movies
  10408. panel
  10409. pascal
  10410. passphrase
  10411. password
  10412. password
  10413. storage
  10414. patch
  10415. pbclock
  10416. driver
  10417. loader
  10418. pci-pci
  10419. pci-pci
  10420. bridge
  10421. pcmcia
  10422. b--set theItem to choose file -- uncomment to test in an AS editor
  10423.     tell application "Finder"
  10424.         open item "Dev.CD Jul 95"
  10425.         activate
  10426.     end tell
  10427. on error errMsg number errNum
  10428.     --enter statements to perform when no records are found such as...
  10429.     display dialog "Sorry, the item you selected could not be found."
  10430.     return
  10431. end try
  10432. harlan
  10433. harness
  10434. harper
  10435. harry
  10436. p--set theItem to choose file -- uncomment to test in an AS editor
  10437.     tell application "Finder"
  10438.         open item "Dev.CD Oct 93
  10439. Dev.CD Jul 93"
  10440.         activate
  10441.     end tell
  10442. on error errMsg number errNum
  10443.     --enter statements to perform when no records are found such as...
  10444.     display dialog "Sorry, the item you selected could not be found."
  10445.     return
  10446. end try
  10447. heline
  10448. cad/cam
  10449. cad/cam
  10450. design
  10451. calibrator
  10452. camera
  10453. capabilities
  10454. capture
  10455. carbon
  10456. cardbus
  10457. cardbus
  10458. pcmcia
  10459. categories
  10460. --set theItem to choose file -- uncomment to test in an AS editor
  10461.     tell application "Finder"
  10462.         open item "Dev.CD Apr 94
  10463. Dev.CD Jan 94
  10464. Dev.CD Oct 93
  10465. Dev.CD Jul 93
  10466. Dev.CD Apr 93"
  10467.         activate
  10468.     end tell
  10469. on error errMsg number errNum
  10470.     --enter statements to perform when no records are found such as...
  10471.     display dialog "Sorry, the item you selected could not be found."
  10472.     return
  10473. end try
  10474. embed
  10475. embed
  10476. profile
  10477. image
  10478. specified
  10479. image's
  10480. embedded
  10481. embedding
  10482. embellish
  10483. embodies
  10484. empirically
  10485. employ
  10486. emptied
  10487. Jan 96 SSW"
  10488.         activate
  10489.     end tell
  10490. on error errMsg number errNum
  10491.     --enter statements to perform when no records are found such as...
  10492.     display dialog "Sorry, the item you selected could not be found."
  10493.     return
  10494. end try
  10495. All Packages
  10496. 7.5.2 (7200/9500)O
  10497. Dev.CD Jan 96 SSWP
  10498. Dev.CD Jan 96 SSV
  10499. 1754X
  10500. Jan 96
  10501.     Hjh MacTCP networking. You can easily put this code into your MacTCP application for the same functionality.
  10502. J'Sample Code.img
  10503. Windows Sample Code.imgK
  10504. Feb 92L
  10505. May 95O
  10506. Dev.CD Feb 00 TC:Sample Code:P
  10507. Dev.CD Feb 00 TC
  10508.  - Sample Coderetary
  10509. secrets
  10510. section
  10511. sectionreport
  10512. sections
  10513. sector
  10514. sectors
  10515. secure
  10516. seedbuilder
  10517. seeing
  10518. seems
  10519. seger
  10520. segment
  10521. segmented
  10522. segmenting
  10523. segments
  10524. seldom
  10525. select
  10526. selected
  10527. selecting
  10528. selection
  10529. selections
  10530. selectively
  10531. selector
  10532. Dev.CD Apr 94
  10533. Dev.CD Jan 94P
  10534. Dev.CD Apr 94
  10535. Dev.CD Jan 9V
  10536. 6730X
  10537. Apr 94
  10538. p--set theItem to choose file -- uncomment to test in an AS editor
  10539.     tell application "Finder"
  10540.         open item "Dev.CD Apr 94
  10541. Dev.CD Jan 94"
  10542.         activate
  10543.     end tell
  10544. on error errMsg number errNum
  10545.     --enter statements to perform when no records are found such as...
  10546.     display dialog "Sorry, the item you selected could not be found."
  10547.     return
  10548. end try
  10549. All Packages
  10550. System Enabler 088 (AVs)O
  10551. Dev.CD Apr 94
  10552. Dev.CD Jan 94P
  10553. Dev.CD Apr 94
  10554. Dev.CD Jan 9V
  10555. 6731X
  10556. Apr 94
  10557. p--set theItem to choose file -- uncomment to test in an AS editor
  10558.     tell application "Finder"
  10559.         open item "Dev.CD Apr 94
  10560. Dev.CD Jan 94"
  10561.         activate
  10562.     end tell
  10563. on error errMsg number errNum
  10564.     --enter statements to perform when no records are found such as...
  10565.     display dialog "Sorry, the item you selected could not be found."
  10566.     return
  10567. end try
  10568. All Packages
  10569. 6732X
  10570. 6520X
  10571. Feb 00^
  10572. r--set theItem to choose file -- uncomment to test in an AS editor
  10573.     tell application "Finder"
  10574.         open item "Dev.CD Feb 00 TC:Sample Code:"
  10575.         activate
  10576.     end tell
  10577. on error errMsg number errNum
  10578.     --enter statements to perform when no records are found such as...
  10579.     display dialog "Sorry, the item you selected could not be found."
  10580.     return
  10581. end try
  10582. e    No Changeq
  10583. Dev.CD Feb 00 TC
  10584. 2D!All Packages
  10585. Tool Chest Edition
  10586. Snippets - QuickTime
  10587. Q(** = new, * = revised)
  10588. MovieToAIFF:  This app demonstrates various ways to use Movie Export Component to export QuickTime movie files into AIFF files.
  10589. VDTextSample:  This snippet shows you how to draw and erase text to the video preview image without causing flickers on the screen. It only  works with 'vdig's that support key color.
  10590. J'Sample Code.img
  10591. Windows Sample Code.imgK
  10592. Feb 92L
  10593. Nov 96O
  10594. Dev.CD Feb 00 TC:Sample Code:P
  10595. Dev.CD Feb 00 TC
  10596.  - Sample CodeV
  10597. 6521X
  10598. Feb 00^
  10599. synthesis
  10600. system
  10601. systems
  10602. table
  10603. tables
  10604. tablet
  10605. tanzania
  10606. tanzania
  10607. zanzibar
  10608. starmax
  10609. firmware
  10610. tasking
  10611. tasks
  10612. tcp/ip
  10613. cos-based
  10614. macro
  10615. macros
  10616. macsbugW
  10617. macsbug
  10618. apple's
  10619. assembly-level
  10620. powerpc
  10621. debugger
  10622. Summary:  The Communications Toolbox SDK contains:
  10623. The Basic Connectivity Set 1.1.1 folder contains  CTB tools, including
  10624.         
  10625. XMODEM 1.1 Tool
  10626.         
  10627. Serial 1.0.2 Tool
  10628. The AppleModemTool v1.5.1 folder contains the latest version of the Apple Modem Tool, including developer documentation.
  10629. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  10630. The Communications 1 folder contains the 1.0.2 installer scr
  10631. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  10632. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  10633. NOTE:  Developers should do all new development with Open Transport where possible.
  10634. Aug 93L
  10635. build
  10636. Hooks.cp
  10637. Hooks.cp.o
  10638. Hooks.h
  10639. TestHooks
  10640. TestHooks.cp
  10641. TestHooks.cp.o
  10642. TestHooks.make
  10643. TestHooks.makeout
  10644. THooks Documentation
  10645. THooks Documentation.txtK
  10646. Vol IIIL
  10647. Vol VIIM/MPW C++. This package is System 7.0 compatible.O@Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:THooks:PKDev.CD Feb 00 TC
  10648.  - Tool Chest
  10649.  - Development Kits
  10650.  - C++ Related
  10651.  - THooksV
  10652. 6888X
  10653. Feb 00^
  10654. --set theItem to choose file -- uncomment to test in an AS editor
  10655.     tell application "Finder"
  10656.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:THooks:"
  10657.         activate
  10658.     end tell
  10659. on error errMsg number errNum
  10660.     --enter statements to perform when no records are found such as...
  10661.     display dialog "Sorry, the item you selected could not be found."
  10662.     return
  10663. end try
  10664. e    No Changeq
  10665. Dev.CD Feb 00 TC
  10666. D!All Packages
  10667. Mac OS SDK Edition
  10668. Thread Manager SDK 2.1
  10669. About the CTB folder
  10670. AppleModemTool v1.5.3
  10671. AppleTalk-DECnet Tool 1.1
  10672. Basic Connectivity Set 1.1.1
  10673. CommToolbox 1.1
  10674. Communications 1
  10675. CTB Sample Code 1.0b16
  10676. LAT 1.1K
  10677. Aug 93L
  10678.  OBDev.CD Jan 00 SDK1:Development Kits:Mac OS:Communications Toolbox:PJDev.CD Jan 00 SDK1
  10679.  - Development Kits
  10680.  - Mac OS
  10681.  - Communications Toolboxases; however,  it will not be applied if OF NVRAM has already been modified (the patch will only be applied if factory-fresh settings are in effect on boot), and, of course, only onH
  10682.  the Tanzania-family machines listed above.
  10683. Tanzania, Zanzibar, Motorola StarMax, PowerMac 4400.
  10684. Any MacOS prior to 8.2.
  10685. Hanging on boot (black screen) is possible with the above configuration.
  10686. JDBugDetails
  10687. Buildscript
  10688. Extension.a
  10689. Extension.r
  10690. OpenFWBridgeFixJuly97K
  10691. Feb 98M)Any PCI card containing a PCI-PCI bridge.N`Tanzania, Zanzibar, StarMax, 4400, Hang, Boot, Open Firmware, PCI, Bridge, PCI-PCI Bridge, RiserO:Dev.CD Feb 00 TC:Tool Chest:Hardware:OpenFWBridgeFixJul97:
  10692. differences
  10693. different
  10694. differentiating
  10695. differentiation
  10696. differing
  10697. ices "load" into active OF RAM pieces of OF code from a dormant store of tagged Forth code pieces, such as drivers and other code.
  10698. The problem was that incorrect OF code was being matched up with 
  10699. certain PCI cards that contained PCI-PCI bridges.
  10700. All PCI devices are identified by hardware (vendor ID, class code) registers.  Apple's OF implementation has a number of OF drivers and other code that are designed to execute on those PCI devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  10701. summary
  10702. communications
  10703. toolbox
  10704. contains
  10705. summary
  10706. control
  10707. strip
  10708. control
  10709. panel
  10710. provides
  10711. summary
  10712. cyrillic
  10713. language
  10714. combination
  10715. system
  10716. summary
  10717. developer's
  10718. reference
  10719. guide
  10720. apple
  10721. networ
  10722. summary
  10723. program
  10724. demonstrates
  10725. lookup
  10726. calls
  10727. under
  10728. summary
  10729. february
  10730. edition
  10731. apple
  10732. publications
  10733. summary
  10734. editor
  10735. resedit
  10736. contains
  10737. summary
  10738. system
  10739. manager
  10740. provides
  10741. systematic
  10742. summary
  10743. gxifier
  10744. automatically
  10745. tables
  10746. existing
  10747. summary
  10748. hebrew
  10749. language
  10750. combination
  10751. system
  10752. summary
  10753. hypercard
  10754. player
  10755. software
  10756. enables
  10757. summary
  10758. japanese
  10759. language
  10760. combination
  10761. system
  10762. summary
  10763. macintosh
  10764. technical
  10765. designed
  10766. provide
  10767. summary
  10768. mactcp
  10769. token
  10770. extension
  10771. supports
  10772. summary
  10773. suite
  10774. provides
  10775. framework
  10776. tools
  10777.  OF pro
  10778. Excellent CD (I)P
  10779. Excellent CD (Ireeware utility that provides detailed information about each heap zone that is active on the Macintosh. This information includes both the counts and total sizes of the free blocks, pointers, handles, locked handles, and resource handles in each heap zone.
  10780. Issues: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  10781.  Apple doesn't own this package.  Please read the copyright meB
  10782. ssage. 
  10783.  Apple doesn't support this package.  Please contact the original author(s) for support (and expressions of gratitude, as appropriate!)
  10784. JFAbout ZoneRanger
  10785. Metrowerks ZoneRanger 1.1
  10786. ZoneRanger Revision HistoryK
  10787. May 94L
  10788. Nov 94M
  10789. any Macintosh computer.N'utility, heap zones, handles, resourcesO2Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:P:Dev.CD Nov 99 TC
  10790.  - Tool Chest
  10791.  - Memory
  10792.  - ZoneRanger 1.1
  10793. v1.2.1
  10794. v1.4b6
  10795. v1.5.1
  10796. v1.7.2
  10797. v2.0.4
  10798. v2.0.6
  10799. v2.5ss
  10800. v3.0.1
  10801. vacinity
  10802. valid
  10803. validate
  10804. validating
  10805. validation
  10806. validator
  10807. validity
  10808. valuable
  10809. value
  10810. values
  10811. vantage
  10812. variable
  10813. variables
  10814. variant
  10815. variants
  10816. variation
  10817. variety
  10818. various
  10819. vdig's
  10820. vdtextsample
  10821. vector
  10822. volumes
  10823. w/sys
  10824. walk-through
  10825. ets the volume to 1. On the following startup, the saved setting is restored, and the Shutdown procedure is re-installed for next time. And so on...
  10826. Notification Hacks:  A collection of sick Notification Manager hacks.
  10827. OpenWindow:  Shows basic initialization calls and how to open a window for drawing.
  10828. OtherResInfo-MungeDeamon:  This sample demonstrates how to use a background-only application and AppleEvents to safely open and query another application's (or other file's) resource fork.
  10829. Password:  This is a simple demo of three ways to implement a password dialog, where characters typed are not drawn; instead, anonymous characters such as bullets are drawn, keeping the password secure.
  10830. PBAllocate:  This MPW tool shows how to work around a bug in PBAllocate.
  10831. PopUpMenuWithCurFont:  PopUpMenuSelectWithCurFont demonstrates which low memory globals (and possibly even nastier things) one must twiddle in order to control the font used by MDEF 0 during PopUpMenuSelect. Note t
  10832. All Packages
  10833. QuickDraw GXO
  10834. Dev.CD Jul 95P
  10835. Dev.CD Jul 9V
  10836. 6299X
  10837. Jul 95
  10838. b--set theItem to choose file -- uncomment to test in an AS editor
  10839.     tell application "Finder"
  10840.         open item "Dev.CD Jul 95"
  10841.         activate
  10842.     end tell
  10843. on error errMsg number errNum
  10844.     --enter statements to perform when no records are found such as...
  10845.     display dialog "Sorry, the item you selected could not be found."
  10846.     return
  10847. end try
  10848. All Packages
  10849. QuickDraw GXO
  10850. Dev.CD Jul 95P
  10851. Dev.CD Jul 9V
  10852. 6300X
  10853. Jul 95
  10854. b--set theItem to choose file -- uncomment to test in an AS editor
  10855.     tell application "Finder"
  10856.         open item "Dev.CD Jul 95"
  10857.         activate
  10858.     end tell
  10859. on error errMsg number errNum
  10860.     --enter statements to perform when no records are found such as...
  10861.     display dialog "Sorry, the item you selected could not be found."
  10862.     return
  10863. end try
  10864. All Packages
  10865. QuickDraw GXO
  10866. Dev.CD Jul 95P
  10867. Dev.CD Jul 9V
  10868. 6301X
  10869. Jul 95
  10870. 5839X
  10871. Jan 00^
  10872. --set theItem to choose file -- uncomment to test in an AS editor
  10873.     tell application "Finder"
  10874.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Communications Toolbox:"
  10875.         activate
  10876.     end tell
  10877. on error errMsg number errNum
  10878.     --enter statements to perform when no records are found such as...
  10879.     display dialog "Sorry, the item you selected could not be found."
  10880.     return
  10881. end try
  10882. e    No Changeq
  10883. Dev.CD Jan 00 SDK1
  10884. D.All Packages
  10885. Tool Chest Edition
  10886. New & RevisedF
  10887. CompositedEffectsI
  10888. This demo program shows the construction of a Composited image containing the layering of an image file, the ripple effect, an animation and some Java text. Over this is placed a Movie which is drawn in front of the composited image.J7ce.bat
  10889. CompEffects
  10890. CompositedEffects.zip
  10891. README.txt
  10892. Feb 00
  10893. :Sample Code:QuickTime:QuickTime for Java:CompositedEffects:V
  10894. 5840X
  10895. New Package
  10896. Me    No Changef
  10897. Finder Windows
  10898. Hackq
  10899. Dev.CD Feb 00 TC
  10900. ND!All Packages
  10901. Tool Chest Edition
  10902. Switch StackIXDemonstrates how to switch to a private stack correctly.
  10903. Issues: Only compiles for 68K.J'Sample Code.img
  10904. Windows Sample Code.imgK
  10905. Apr 98N
  10906. private, stack, switch, snifferO
  10907. Dev.CD Feb 00 TC:Sample Code:P
  10908. Dev.CD Feb 00 TC
  10909.  - Sample CodeV
  10910. 6549X
  10911. Feb 00^
  10912. r--set theItem to choose file -- uncomment to test in an AS editor
  10913.     tell application "Finder"
  10914.         open item "Dev.CD Feb 00 TC:Sample Code:"
  10915.         activate
  10916.     end tell
  10917. on error errMsg number errNum
  10918.     --enter statements to perform when no records are found such as...
  10919.     display dialog "Sorry, the item you selected could not be found."
  10920.     return
  10921. end try
  10922. e    No Changef
  10923. private
  10924. stack
  10925. switch
  10926. snifferq
  10927. Dev.CD Feb 00 TC
  10928. OD!All Packages
  10929. Tool Chest Edition
  10930. F    SyncCatchn
  10931. end try
  10932. All Packages
  10933. 7.5.2 (7200/9500)O
  10934. Dev.CD Apr 96 SSWP
  10935. Dev.CD Apr 96 SSV
  10936. 1776X
  10937. Apr 96
  10938. 2.1.1
  10939. 2.1.1d1
  10940. 2.1.2
  10941. 2.1.4
  10942. 2.3e4
  10943. 2.4b6
  10944. 2.6.1
  10945. 2300c
  10946. ime IC is an extension to the QuickTime system extension that abstracts applications from image capture devices such as the QuickTake 200. It is a modular architecture that provides opportunities for developers, as well as Apple, to provide additional benefit 
  10947. for users. 
  10948. For example, the QuickTake 200 comes with three components: 
  10949.  Camera Access application 
  10950.  QuickTime IC system extension 
  10951.  QuickTake 200 camera component 
  10952. Camera Access is an application that leverages the QuickTime IC system extension, as well as QuickTime and or other system services. It is what a person uses to communicate with the QuickTake 200, view images, and transfer them to the desktop. It also provides several image enhancement functions such as cropping, image li
  10953. 6495X
  10954. Feb 99^
  10955. --set theItem to choose file -- uncomment to test in an AS editor
  10956.     tell application "Finder"
  10957.         open item "Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:"
  10958.         activate
  10959.     end tell
  10960. on error errMsg number errNum
  10961.     --enter statements to perform when no records are found such as...
  10962.     display dialog "Sorry, the item you selected could not be found."
  10963.     return
  10964. end try
  10965. e    No Changef
  10966. engine
  10967. Internet
  10968. Sherlockq
  10969. Dev.CD Feb 99 TC
  10970. D!All Packages
  10971. Tool Chest Edition
  10972. ShimmerMate 2.0.1
  10973. nSummary: This latest version of ShimmerMate names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel (System 7.x systems only).
  10974. Features: Names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel
  10975. Issues: These libraries and tools are not supported Apple products.
  10976. Virtual User tools.imgK
  10977. Jan 93ge
  10978. a-law
  10979. Aug 96
  10980. e--set theItem to choose file -- uncomment to test in an AS editor
  10981.     tell application "Finder"
  10982.         open item "Dev.CD Aug 96 TC"
  10983.         activate
  10984.     end tell
  10985. on error errMsg number errNum
  10986.     --enter statements to perform when no records are found such as...
  10987.     display dialog "Sorry, the item you selected could not be found."
  10988.     return
  10989. end try
  10990. All Packages
  10991. QuickDraw GXO
  10992. Dev.CD Aug 96 TCP
  10993. Dev.CD Aug 96 TV
  10994. 6332X
  10995. Aug 96
  10996. e--set theItem to choose file -- uncomment to test in an AS editor
  10997.     tell application "Finder"
  10998.         open item "Dev.CD Aug 96 TC"
  10999.         activate
  11000.     end tell
  11001. on error errMsg number errNum
  11002.     --enter statements to perform when no records are found such as...
  11003.     display dialog "Sorry, the item you selected could not be found."
  11004.     return
  11005. end try
  11006. All Packages
  11007. QuickDraw GXO
  11008. Dev.CD Aug 96 TCP
  11009. Dev.CD Aug 96 TV
  11010. 6333X
  11011. Aug 96
  11012. toolkit
  11013. sample
  11014. 1.0b16
  11015. ctl's
  11016. currentimage
  11017. currentimage
  11018. currentprinter
  11019. currentprinter
  11020. custom
  11021. customenabler
  11022. customization
  11023. custommedia
  11024. cvtccomments
  11025. builds
  11026. cwpro2
  11027. cyberdog
  11028. cyberdog
  11029. cyberdogaddendum
  11030. cyrillic
  11031. cyrillic
  11032. first
  11033. czech
  11034. czech
  11035. 1.1.3
  11036. d-german
  11037. generator
  11038. danish
  11039. danish
  11040. 1.1.3
  11041. access
  11042. manager
  11043. folder
  11044. database
  11045. database
  11046. suite
  11047. databases-standalone
  11048. aliases
  11049. dcmds
  11050. debabelizer
  11051. debabelizer
  11052. J'Sample Code.img
  11053. Windows Sample Code.imgK
  11054. Nov 94h
  11055. install
  11056. browser
  11057. begin
  11058. first
  11059. browser
  11060. transport
  11061. 1.1.2
  11062. transport
  11063. debug
  11064. transport
  11065. debug
  11066. transport
  11067. opencheckedout
  11068. opendoc
  11069. opendoc
  11070. development
  11071. opendoc
  11072. development
  11073. framework
  11074. opendoc
  11075. readme
  11076. opendoc
  11077. source
  11078. openfwbridgefixjuly9
  11079. opengl
  11080. opengl
  11081. parts
  11082. opengl
  11083. openmultfiles
  11084. opentptppp
  11085. opentptppp
  11086. opp's
  11087. opportunities
  11088. optimized
  11089. order
  11090. order
  11091. oriented
  11092. oserr
  11093. debug
  11094. 1.0b1
  11095. ossvcs
  11096. osutilities
  11097. ot/ppp
  11098. ot/ppp
  11099. client
  11100. otarpmodule
  11101. otarpmodule
  11102. otdumpportregistry
  11103. other
  11104. output
  11105. 5841X
  11106. Jan 00^
  11107. --set theItem to choose file -- uncomment to test in an AS editor
  11108.     tell application "Finder"
  11109.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:CompbasedMediaBroadcastEnv:"
  11110.         activate
  11111.     end tell
  11112. on error errMsg number errNum
  11113.     --enter statements to perform when no records are found such as...
  11114.     display dialog "Sorry, the item you selected could not be found."
  11115.     return
  11116. end try
  11117. e    No Changef2Computer Based Media
  11118. Television
  11119. Broadcast
  11120. Graphicsq
  11121. Dev.CD Jan 00 SDK1
  11122. D!All Packages
  11123. Mac OS SDK Edition
  11124. ContextualMenuManagerSDK 1.0.3
  11125.     frame. But the number of patches and the improvements we made in recent months made us decide to release an earlier version without waiting for the cross-platform support. It is, we think, important to provide you with a reference release containing all the changes you have seen us posting on the ODF-Interest list and the Web. We could have called it ODF 2.5 or ODF 2 Update 1 but it is,
  11126. - Common
  11127.     - Sun Compliant Java Runtime Environment 1.1
  11128.     - QuickTime 3 
  11129.     - QTJava.zip
  11130.     - QTJava media samples
  11131. - Mac OS:
  11132.     - System 8 or later
  11133.     - Macintosh Runtime for Java (MRJ) 2.1
  11134. - Windows 95, 98, or NT::
  11135.     - JRE/JDK from Sun Microsystems, Inc. recommended
  11136. QuickTime, Java, MRJor 68K
  11137. Please refer to the "Getting Started" folder for specific instructions on configuring your compiler for use with ODF.
  11138. Developer University:
  11139. Documentation:
  11140. Getting Started:
  11141. Important Information
  11142. Localization Tools:
  11143. ODF Sample Parts:
  11144. ODF-Interest Archive:
  11145. ODFDev:
  11146. ODFLibrary 1.2:
  11147. PartMaker:
  11148. Release Notes:
  11149. Tools & Goodies:
  11150. Updates & Patches:K
  11151. Apr 96L
  11152. Feb 97OKDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:PPDev.CD Jan 97 SDK2
  11153.  - Development Kits (Disc 2)
  11154.  - OpenDoc Development Framework
  11155. OXDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CompositedEffects:PfDev.CD Feb 00 TC
  11156.  - What's New?
  11157.  - Sample Code
  11158.  - QuickTime
  11159.  - QuickTime for Java
  11160.  - CompositedEffectsV
  11161. 5840X
  11162. Feb 00^
  11163. --set theItem to choose file -- uncomment to test in an AS editor
  11164.     tell application "Finder"
  11165.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CompositedEffects:"
  11166.         activate
  11167.     end tell
  11168. on error errMsg number errNum
  11169.     --enter statements to perform when no records are found such as...
  11170.     display dialog "Sorry, the item you selected could not be found."
  11171.     return
  11172. end try
  11173. New Packagef
  11174. QuickTime
  11175. Dev.CD Feb 00 TC
  11176. D!All Packages
  11177. Mac OS SDK Edition
  11178. F%Computer-based Media in Broadcast Env
  11179.     nDoc J-1.1 installer. These items supplement the OpenDoc SDK and help developers understand how to use TSM and TSMTE in programming OpenDoc parts.
  11180. 4272X
  11181. Deleted
  11182. program
  11183. shows
  11184. construct
  11185. simple
  11186. animation
  11187. program
  11188. shows
  11189. control
  11190. quicktime
  11191. movie
  11192. program
  11193. shows
  11194. create
  11195. program
  11196. shows
  11197. customise
  11198. control
  11199. program
  11200. shows
  11201. define
  11202. mouseresponders
  11203. program
  11204. shows
  11205. display
  11206. quicktime
  11207. movie
  11208. program
  11209. shows
  11210. display
  11211. quicktime
  11212. content
  11213. shows
  11214. display
  11215. quicktime
  11216. drawing
  11217. program
  11218. shows
  11219. export
  11220. movie
  11221. using
  11222. program
  11223. shows
  11224. select
  11225. quickt
  11226. program
  11227. shows
  11228. select
  11229. create
  11230. movie
  11231. program
  11232. shows
  11233. select
  11234. group
  11235. quicktime
  11236. drawin
  11237. program
  11238. shows
  11239. subclass
  11240. quicktime
  11241. program
  11242. shows
  11243. construction
  11244. composited
  11245. program
  11246. shows
  11247. introspection
  11248. movie
  11249. broadcast
  11250. reporting
  11251. buginfo
  11252. buginfo
  11253. macro
  11254. build/download
  11255. business
  11256. business
  11257. opp's
  11258. germany
  11259. byrne's
  11260. byrne's
  11261. xcmds
  11262. xfcns
  11263. digests
  11264. source
  11265. formatter
  11266. registration
  11267. requests
  11268. callfinder:P:Dev.CD Jan 97 SDK2
  11269.  - Development Kits (Disc 2)
  11270.  - OpenDoc
  11271. Integrating Computer-Based Media in a Broadcast Environment by Laurence Tietz
  11272. Are you an expert graphic designer working in the desktop publishing market and want to expand your work into the exciting area of broadcast design? What special concerns do you need to understand in order to succeed in this field? In this paper we will look at the requirements of the broadcast environment and explain how to use your Macintosh system to create broadcast-ready graphics.
  11273. CompbasedMediaBroadcastEnv.pdfK
  11274. May 99L
  11275. Jul 99M
  11276. Acrobat Reader 3.0N5Computer Based Media, Television, Broadcast, GraphicsOJDev.CD Jan 00 SDK1:Interactive Media Resources:CompbasedMediaBroadcastEnv:PODev.CD Jan 00 SDK1
  11277.  - Interactive Media Resources
  11278.  - CompbasedMediaBroadcastEnvfound such as...
  11279.     display dialog "Sorry, the item you selected could not be found."
  11280.     return
  11281. end try
  11282. All Packages
  11283. 7.5.2 (7500/8500)O
  11284. Dev.CD Jan 96 SSWP
  11285. Dev.CD Jan 96 SSV
  11286. 1791X
  11287. Jan 96
  11288. 5842X
  11289. Jan 00^
  11290. --set theItem to choose file -- uncomment to test in an AS editor
  11291.     tell application "Finder"
  11292.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:"
  11293.         activate
  11294.     end tell
  11295. on error errMsg number errNum
  11296.     --enter statements to perform when no records are found such as...
  11297.     display dialog "Sorry, the item you selected could not be found."
  11298.     return
  11299. end try
  11300. e    No Changef
  11301. Contextual
  11302. Managerq
  11303. Dev.CD Jan 00 SDK1
  11304. D!All Packages
  11305. Mac OS SDK Edition
  11306. Control Strip
  11307.     angef
  11308. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  11309. Dev.CD Jan 00 SDK1
  11310. D!All Packages
  11311. Mac OS SDK Edition
  11312. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  11313. OpenTptPPP.h
  11314. OT/PPP Client Dev Note 1.0K
  11315. Apr 98M
  11316. Open TransportN
  11317. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:
  11318. 500)O
  11319. Dev.CD Jan 96 SDK2V
  11320. 1794X
  11321. compeffects
  11322. compilable
  11323. compiler
  11324. compiler
  11325. stuff
  11326. component
  11327. compositedeffects
  11328. compositedeffects
  11329. compresspictfile
  11330. compresspictfile
  11331. concordia
  11332. concordia
  11333. concordia
  11334. concordia
  11335. concordia
  11336. concordia
  11337. concordia
  11338. conferencing
  11339. config
  11340. config&interleave
  11341. configuration
  11342. connect
  11343. connect
  11344. connection
  11345. sample
  11346. control
  11347. strip
  11348. technical
  11349. controls/events
  11350. convert
  11351. convert
  11352. projects
  11353. converter
  11354. coolrequest
  11355. install
  11356. copybits
  11357. copybits
  11358. application
  11359. copybits
  11360. coresample
  11361. coresample
  11362. count
  11363. coupon
  11364. courses
  11365. createcopy
  11366. createcopy
  11367. createmovie
  11368. createmovie
  11369. createpictfile
  11370. createpictfile
  11371. creating
  11372. g--set theItem to choose file -- uncomment to test in an AS editor
  11373.     tell application "Finder"
  11374.         open item "Developer CD (III)"
  11375.         activate
  11376.     end tell
  11377. on error errMsg number errNum
  11378.     --enter statements to perform when no records are found such as...
  11379.     display dialog "Sorry, the item you selected could not be found."
  11380.     return
  11381. end try
  11382.  TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  11383.  - Tool Chest
  11384.  - Testing & Debugging
  11385.  - Virtual User toolsV
  11386. 5032X
  11387. Feb 00^
  11388. --set theItem to choose file -- uncomment to test in an AS editor
  11389.     tell application "Finder"
  11390.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  11391.         activate
  11392.     end tell
  11393. on error errMsg number errNum
  11394.     --enter statements to perform when no records are found such as...
  11395.     display dialog "Sorry, the item you selected could not be found."
  11396.     return
  11397. end try
  11398. e    No Changef
  11399. Virtual Userq
  11400. Dev.CD Feb 00 TC
  11401. summary
  11402. system
  11403. standard
  11404. window
  11405. definition
  11406. procedure
  11407.  error errMsg number errNum
  11408.     --enter statements to perform when no records are found such as...
  11409.     display dialog "Sorry, the item you selected could not be found."
  11410.     return
  11411. end try
  11412. All Packages
  11413. 7.5.2 (7500/8500)O
  11414. Dev.CD Oct 95 SSWP
  11415. Dev.CD Oct 95 SSV
  11416. 1796X
  11417. Oct 95
  11418. Formerly part of Appearance SDK, Contextual MenuManager now makes its appearance on its own.
  11419. CMM is a Mac OS
  11420.  technology which allows the user to perform operations on application data in a context-sensitive manner. Along with the Mac OS extension, documentation, and sample code, this SDK contains two sample CMM plug-in projects and headers and stub libraries, some of which are not present in Universal Headers.
  11421. J;Contextual Menu Development
  11422. Contextual Menu MacHack GoodiesK
  11423. Oct 98N
  11424. Contextual, Menu, ManagerOJDev.CD Jan 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:PRDev.CD Jan 00 SDK1
  11425.  - Development Kits
  11426.  - Mac OS
  11427.  - ContextualMenuManagerSDK 1.0.3nt and kernel code.J
  11428. Open Transport Debug.imgK
  11429. Jan 00M
  11430. Mac OS 9.0N
  11431. Open Transport debugOSDev.CD Jan 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:geoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/
  11432. All Packages
  11433. 7.5.2 (7500/8500)O
  11434. Dev.CD Oct 95 SSWV
  11435. 1799X
  11436. contextualmenumanage
  11437. contextualmenumanage
  11438. 1.0.3
  11439. bug Installer and the Open Transport v1.3 SDK
  11440. Updated version of Open Transport which includes numerous bug fixes.  Some of the new features in OT 1.3 are support for CFM-68K in the client Open Transport API, and Single Link Multihoming support.
  11441. To use Open Transport 1.3 Debug version, System Software 8.1 is required.  To work with the SDK, the sample code was built using MetroWerks CW 11 and MPW from ETO 22.
  11442. J'Open Transport Debug
  11443. Open Transport SDKK
  11444. Jun 95L
  11445. Jun 98N-Open Transport, Networking, AppleTalk, TCP/IPO>Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:PFDev.CD Jan 00 SDK1
  11446.  - Development Kits
  11447.  - Mac OS
  11448.  - Open Transport 1.3
  11449. while
  11450. whizzy
  11451. whole
  11452. wholesale
  11453. whose
  11454. wide-angle
  11455. widely
  11456. wildcard
  11457. wilderness
  11458. - Common
  11459.     - Sun Compliant Java Runtime Environment 1.1
  11460.     - QuickTime 3 
  11461.     - QTJava.zip
  11462.     - QTJava media samples
  11463. - Mac OS:
  11464.     - System 8 or later
  11465.     - Macintosh Runtime for Java (MRJ) 2.1
  11466. - Windows 95, 98, or NT::
  11467.     - JRE/JDK from Sun Microsystems, Inc. recommended
  11468. QuickTime, Java, MRJ
  11469. change
  11470. opengl
  11471. install
  11472. opp's
  11473. optimization
  11474. optimization
  11475. demos
  11476. option
  11477. parser
  11478. pascal
  11479. pb3400
  11480. performance
  11481. photoshop
  11482. player
  11483. plugins
  11484. postscript
  11485. powerbook
  11486. primer
  11487. All Packages
  11488. QuickDraw 3DO
  11489. Dev.CD Jun 97 SSWP
  11490. Dev.CD Jun 97 SSV
  11491. 6264X
  11492. Jun 97
  11493. f--set theItem to choose file -- uncomment to test in an AS editor
  11494.     tell application "Finder"
  11495.         open item "Dev.CD Jun 97 SSW"
  11496.         activate
  11497.     end tell
  11498. on error errMsg number errNum
  11499.     --enter statements to perform when no records are found such as...
  11500.     display dialog "Sorry, the item you selected could not be found."
  11501.     return
  11502. end try
  11503. All Packages
  11504. QuickDraw 3DO
  11505. Dev.CD Jun 97 SSWP
  11506. Dev.CD Jun 97 SSV
  11507. 6265X
  11508. Jun 97
  11509. f--set theItem to choose file -- uncomment to test in an AS editor
  11510.     tell application "Finder"
  11511.         open item "Dev.CD Jun 97 SSW"
  11512.         activate
  11513.     end tell
  11514. on error errMsg number errNum
  11515.     --enter statements to perform when no records are found such as...
  11516.     display dialog "Sorry, the item you selected could not be found."
  11517.     return
  11518. end try
  11519. All Packages
  11520. QuickDraw 3DO
  11521. Dev.CD Jun 97 SSWV
  11522. 6266X
  11523. 5843X
  11524. Jan 00^
  11525. --set theItem to choose file -- uncomment to test in an AS editor
  11526.     tell application "Finder"
  11527.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Control Strip:"
  11528.         activate
  11529.     end tell
  11530. on error errMsg number errNum
  11531.     --enter statements to perform when no records are found such as...
  11532.     display dialog "Sorry, the item you selected could not be found."
  11533.     return
  11534. end try
  11535. e    No Changef%Control Strip
  11536. PowerBook
  11537. Control Panelq
  11538. Dev.CD Jan 00 SDK1
  11539. D!All Packages
  11540. Tool Chest Edition
  11541. ControlBackground
  11542. zIt's a simple code sample which demonstrates how to draw controls with a particular background color.  Controls get their background color from the window color table; this sample shows how to temporarily alter an entry in that color table so that the control draws with a particular background color but no other drawing is affected.
  11543. Don't have the Appearance Manager running.
  11544.     No Change
  11545. end try
  11546. 1809X
  11547. Summary:  The Control Strip is a control panel that provides the operating environment for Control Strip modules. It runs on any Macintosh PowerBook computer with System 7.0 or later.
  11548. We discuss Control Strip modules and how to write a new module. This information originally appeared in the PowerBook 520, 520c, 540, 540c Developer Note. It is being published as a Technical Note for ease of access. The information in the PowerBook 520, 520c, 540, 540c Developer Note is obsolete. All futureB
  11549.  updates to this documentation will happen within this Technical Note.
  11550. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  11551. JMControl Strip
  11552. Control Strip Sample
  11553. Control Strip Technical Note
  11554. MacCalendar 
  11555. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Jan 00 SDK1
  11556.  - Development Kits
  11557.  - Mac OS
  11558.  - Control Strip
  11559. rationale
  11560. rawip
  11561. rdocproc
  11562. re-built
  11563. re-direct
  11564. re-enabled
  11565. re-enables
  11566. re-installed
  11567. re-mount
  11568. re-rolled
  11569. re-sizable
  11570. re-use
  11571. reached
  11572. readW
  11573. Apr 96
  11574. f--set theItem to choose file -- uncomment to test in an AS editor
  11575.     tell application "Finder"
  11576.         open item "Dev.CD Apr 96 SSW"
  11577.         activate
  11578.     end tell
  11579. on error errMsg number errNum
  11580.     --enter statements to perform when no records are found such as...
  11581.     display dialog "Sorry, the item you selected could not be found."
  11582.     return
  11583. end try
  11584. All Packages
  11585. 7.5.2 (7500/8500)O
  11586. Dev.CD Apr 96 SSWP
  11587. Dev.CD Apr 96 SSV
  11588. 1811X
  11589. Apr 96
  11590. 7.1.2
  11591. 7.5.1
  11592. 7.5.2
  11593. 7.5.3
  11594. 7.5.5
  11595. 7.6.1
  11596. 7100/66
  11597. 7100/80
  11598. 711702111
  11599. 73007200/1207200/906
  11600. 730513255
  11601. 750203540
  11602. 7edit
  11603. 8-bit
  11604. All Packages
  11605. System 7 Tune-UpO
  11606. Dev.CD Sept 92
  11607. Dev.CD Aug 92P
  11608. Dev.CD Sept 92
  11609. Dev.CD Aug 9V
  11610. 6562X
  11611. Sept 9
  11612. q--set theItem to choose file -- uncomment to test in an AS editor
  11613.     tell application "Finder"
  11614.         open item "Dev.CD Sept 92
  11615. Dev.CD Aug 92"
  11616.         activate
  11617.     end tell
  11618. on error errMsg number errNum
  11619.     --enter statements to perform when no records are found such as...
  11620.     display dialog "Sorry, the item you selected could not be found."
  11621.     return
  11622. end try
  11623. All Packages
  11624. System 7 Tune-UpO
  11625. Dev.CD Sept 92
  11626. Dev.CD Aug 92P
  11627. Dev.CD Sept 92
  11628. Dev.CD Aug 9V
  11629. 6563X
  11630. Sept 9
  11631. q--set theItem to choose file -- uncomment to test in an AS editor
  11632.     tell application "Finder"
  11633.         open item "Dev.CD Sept 92
  11634. Dev.CD Aug 92"
  11635.         activate
  11636.     end tell
  11637. on error errMsg number errNum
  11638.     --enter statements to perform when no records are found such as...
  11639.     display dialog "Sorry, the item you selected could not be found."
  11640.     return
  11641. end try
  11642. J'Sample Code.img
  11643. Windows Sample Code.imgK
  11644. Aug 97N$color, controls, draw, window, tableO
  11645. Dev.CD Feb 00 TC:Sample Code:P
  11646. Dev.CD Feb 00 TC
  11647.  - Sample CodeV
  11648. 5844X
  11649. Feb 00^
  11650. r--set theItem to choose file -- uncomment to test in an AS editor
  11651.     tell application "Finder"
  11652.         open item "Dev.CD Feb 00 TC:Sample Code:"
  11653.         activate
  11654.     end tell
  11655. on error errMsg number errNum
  11656.     --enter statements to perform when no records are found such as...
  11657.     display dialog "Sorry, the item you selected could not be found."
  11658.     return
  11659. end try
  11660. e    No Changef color
  11661. controls
  11662. window
  11663. tableq
  11664. Dev.CD Feb 00 TC
  11665. D!All Packages
  11666. Tool Chest Edition
  11667. ControlKeyPatch
  11668. Routines for patching the ADB manager to simulate the control key being held down.  This file contains routines for installing, removing and calling the control key patch.  Client code can link with this file and place the patch resource in their resource fork.
  11669. J'Sample Code.img
  11670. Windows Sample Code.imgK
  11671. Nov 99ge
  11672. 1.5.1
  11673. 1.5.2
  11674. 1.5b16
  11675. 1.6.2
  11676. 160/165c/180/180c
  11677. panels
  11678. panes
  11679. panorama
  11680. panoramas
  11681. panoramic
  11682. paper
  11683. papserversample
  11684. papworkstation
  11685. parade
  11686. paradigms
  11687. parallels
  11688. parameter
  11689. parameter-block
  11690. parameters
  11691. paraphernalia
  11692. parent
  11693. parrt
  11694. parse
  11695. parsefullpathname
  11696. parser
  11697. parses
  11698. parsing
  11699. parsons
  11700. partial
  11701. participation
  11702. performas
  11703. perils
  11704. permission
  11705. person
  11706. personal
  11707. perspective
  11708. pertaining
  11709. peter
  11710. philip
  11711. Dev.CD Vol. XI
  11712. Dev.CD Vol. X
  11713. Dev.CD Vol. IX
  11714. Dev.CD Vol. VIII
  11715. Dev.CD Vol. VII
  11716. Dev CD Vol. VI
  11717. Dev CD Vol. V
  11718. Dev CD Vol. IV Developer CD (III)
  11719. Developer CD (II)P
  11720. Dev.CD Vol. XI
  11721. Dev.CD Vol. X
  11722. Dev.CD Vol. IX
  11723. Dev.CD Vol. VIII
  11724. Dev.CD Vol. VII
  11725. Dev CD Vol. VI
  11726. Dev CD Vol. V
  11727. Dev CD Vol. IV Developer CD (III)
  11728. Developer CD (IIV
  11729. 5119X
  11730. Vol. X
  11731. --set theItem to choose file -- uncomment to test in an AS editor
  11732.     tell application "Finder"
  11733.         open item "Dev.CD Vol. XI
  11734. Dev.CD Vol. X
  11735. Dev.CD Vol. IX
  11736. Dev.CD Vol. VIII
  11737. Dev.CD Vol. VII
  11738. Dev CD Vol. VI
  11739. Dev CD Vol. V
  11740. Dev CD Vol. IV Developer CD (III)
  11741. Developer CD (II)"
  11742.         activate
  11743.     end tell
  11744. on error errMsg number errNum
  11745.     --enter statements to perform when no records are found such as...
  11746.     display dialog "Sorry, the item you selected could not be found."
  11747.     return
  11748. All Packages
  11749. 6.0.4O
  11750. Dev.CD Vol. VII
  11751. Dev CD Vol. VP
  11752. Dev.CD Vol. VII
  11753. Dev CD Vol. V
  11754. 5120X
  11755. Vol. V
  11756. Dev.CD Feb 00 TC
  11757.  - Sample CodeV
  11758. 6509X
  11759. Feb 00^
  11760. r--set theItem to choose file -- uncomment to test in an AS editor
  11761.     tell application "Finder"
  11762.         open item "Dev.CD Feb 00 TC:Sample Code:"
  11763.         activate
  11764.     end tell
  11765. on error errMsg number errNum
  11766.     --enter statements to perform when no records are found such as...
  11767.     display dialog "Sorry, the item you selected could not be found."
  11768.     return
  11769. end try
  11770. e    No Changeq
  11771. Dev.CD Feb 00 TC
  11772. 'D!All Packages
  11773. Tool Chest Edition
  11774. F(Snippets - Development Tools & Languages
  11775.     t in an AS editor
  11776.     tell application "Finder"
  11777.         open item "Dev.CD Oct 95 SSW"
  11778.         activate
  11779.     end tell
  11780. on error errMsg number errNum
  11781.     --enter statements to perform when no records are found such as...
  11782.     display dialog "Sorry, the item you selected could not be found."
  11783.     return
  11784. end try
  11785. All Packages
  11786. 7.5.2 (PB 190)O
  11787. Dev.CD Apr 96 SDK2P
  11788. Dev.CD Apr 96 SDKV
  11789. 1821X
  11790. Apr 96
  11791. there
  11792. three
  11793. different
  11794. samples
  11795. showing
  11796. variat
  11797. there's
  11798. thereby
  11799. therefore
  11800. theresa
  11801. these
  11802. ent to test in an AS editor
  11803.     tell application "Finder"
  11804.         open item "Dev.CD Apr 96 SDK2"
  11805.         activate
  11806.     end tell
  11807. on error errMsg number errNum
  11808.     --enter statements to perform when no records are found such as...
  11809.     display dialog "Sorry, the item you selected could not be found."
  11810.     return
  11811. end try
  11812. All Packages
  11813. 7.5.2 (PB 5300/2300/190)V
  11814. 1824X
  11815. All Packages
  11816. Arabic Language KitO
  11817. Dev.CD May 96 TCP
  11818. Dev.CD May 96 TV
  11819. 5778X
  11820. May 96
  11821. e--set theItem to choose file -- uncomment to test in an AS editor
  11822.     tell application "Finder"
  11823.         open item "Dev.CD May 96 TC"
  11824.         activate
  11825.     end tell
  11826. on error errMsg number errNum
  11827.     --enter statements to perform when no records are found such as...
  11828.     display dialog "Sorry, the item you selected could not be found."
  11829.     return
  11830. end try
  11831. All Packages
  11832. Arabic Language KitO2Dev.CD May 97 TC
  11833. Dev.CD Nov 96 TC
  11834. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  11835. Dev.CD Nov 96 TC
  11836. Dev.CD Aug 96 TV
  11837. 5779X
  11838. May 97
  11839. pplication "Finder"
  11840.         open item "Dev.CD Aug 96 TC"
  11841.         activate
  11842.     end tell
  11843. on error errMsg number errNum
  11844.     --enter statements to perform when no records are found such as...
  11845.     display dialog "Sorry, the item you selected could not be found."
  11846.     return
  11847. end try
  11848. All Packages
  11849. QuickDraw GXO
  11850. Dev.CD Aug 96 TCP
  11851. Dev.CD Aug 96 TV
  11852. 4466X
  11853. drawbacks
  11854. drawing
  11855. drawkeycaps
  11856. drawline
  11857. drawn
  11858. draws
  11859. drawsprcoket
  11860. drawsprocket
  11861. drawsprocket's
  11862. drawtextcodec
  11863. drill
  11864. drive
  11865. driven
  11866. driver
  11867. driver's
  11868. drivergestalt
  11869. drivergestaltexplore
  11870. drivergestaltexplore
  11871. sample
  11872. showing
  11873. driverloaderlib
  11874. quickdraw
  11875. viewer
  11876. thompson
  11877. easy-to-use
  11878. edgar
  11879. g--set theItem to choose file -- uncomment to test in an AS editor
  11880.     tell application "Finder"
  11881.         open item "Developer CD (III)"
  11882.         activate
  11883.     end tell
  11884. on error errMsg number errNum
  11885.     --enter statements to perform when no records are found such as...
  11886.     display dialog "Sorry, the item you selected could not be found."
  11887.     return
  11888. end try
  11889. d could not be found."
  11890.     return
  11891. end try
  11892. 5.0.7
  11893. 5.3.2
  11894. 5300/2300/190
  11895. conversion
  11896. converter
  11897. coprocessor
  11898. corba
  11899. foundation
  11900. overview
  11901. opaque
  11902. types
  11903. reference
  11904. counts
  11905. corners
  11906. counter
  11907. counter
  11908. windows
  11909. introduction
  11910. document
  11911. modal
  11912. dialog
  11913. countersQ
  11914. counting
  11915. counts
  11916. crccalc
  11917. crcpatch
  11918. creator
  11919. creator
  11920. signature
  11921. registration
  11922. cross-platform
  11923. cryptographic
  11924. cryptographic
  11925. authentication
  11926. appleshare
  11927. appearance
  11928. cryptography
  11929. ctabhandle
  11930. ctseed
  11931. cursors
  11932. custom
  11933. customgetfile
  11934. customgetfile
  11935. customputfile
  11936. dialog
  11937. select
  11938. folder
  11939. balloo
  11940. customputfile
  11941. cyrillic
  11942.  as...
  11943.     display dialog "Sorry, the item you selected could not be found."
  11944.     return
  11945. end try
  11946. e    No Changeq
  11947. Dev.CD Feb 00 TC
  11948. D!All Packages
  11949. Tool Chest Edition
  11950. Object Pascal to C++ Tips
  11951. Dev.CD Apr 96 SSWP
  11952. Dev.CD Apr 96 SSV
  11953. 1826X
  11954. Apr 96
  11955. All Packages
  11956. 6.0.4O
  11957. Developer CD (III)P
  11958. Developer CD (IIIV
  11959. 5131X
  11960. er CD 
  11961. g--set theItem to choose file -- uncomment to test in an AS editor
  11962.     tell application "Finder"
  11963.         open item "Developer CD (III)"
  11964.         activate
  11965.     end tell
  11966. on error errMsg number errNum
  11967.     --enter statements to perform when no records are found such as...
  11968.     display dialog "Sorry, the item you selected could not be found."
  11969.     return
  11970. end try
  11971. All Packages
  11972. 6.0.4O
  11973. Developer CD (III)P
  11974. Developer CD (IIIV
  11975. 5132X
  11976. er CD 
  11977. g--set theItem to choose file -- uncomment to test in an AS editor
  11978.     tell application "Finder"
  11979.         open item "Developer CD (III)"
  11980.         activate
  11981.     end tell
  11982. on error errMsg number errNum
  11983.     --enter statements to perform when no records are found such as...
  11984.     display dialog "Sorry, the item you selected could not be found."
  11985.     return
  11986. end try
  11987. All Packages
  11988. 6.0.4O
  11989. Developer CD (III)P
  11990. Developer CD (IIIV
  11991. 5133X
  11992. er CD 
  11993. release
  11994. notes
  11995. release
  11996. notes
  11997. 8/31/93
  11998. relstring
  11999. remote
  12000. remote
  12001. control
  12002. remote
  12003. control
  12004. remote
  12005. control
  12006. removefile
  12007. removefile
  12008. removefolder
  12009. removefolder
  12010. renderinglib
  12011. renderingwindow
  12012. renderingwindow
  12013. renderingwindow
  12014. rep-iso
  12015. rep-iso/ccitt
  12016. rep-mm
  12017. replaceattributes
  12018. replaceattributes
  12019. replacecharset
  12020. replacecharset
  12021. report
  12022. reporting
  12023. request
  12024. requests
  12025. resedit
  12026. resedit
  12027. editor
  12028. 1.0b4
  12029. resedit
  12030. editor
  12031. resolvealias
  12032. resolvealias
  12033. resource
  12034. resources
  12035. resources
  12036. restext
  12037. restext
  12038. restore
  12039. restore
  12040. restorectrlchars
  12041. restorectrlchars
  12042. resultcodetable
  12043. pascal
  12044. Dev.CD Feb 00 TC:Sample Code:P
  12045. Dev.CD Feb 00 TC
  12046.  - Sample CodeV
  12047. 5845X
  12048. Feb 00^
  12049. r--set theItem to choose file -- uncomment to test in an AS editor
  12050.     tell application "Finder"
  12051.         open item "Dev.CD Feb 00 TC:Sample Code:"
  12052.         activate
  12053.     end tell
  12054. on error errMsg number errNum
  12055.     --enter statements to perform when no records are found such as...
  12056.     display dialog "Sorry, the item you selected could not be found."
  12057.     return
  12058. end try
  12059. e    No Changef
  12060. control key
  12061. key patch,q
  12062. Dev.CD Feb 00 TC
  12063. D!All Packages
  12064. Tool Chest Edition
  12065. ControlStrip TestIeSummary:  ControlStrip Test is a sample program that shows how to use some of the ControlStrip calls.J'Sample Code.img
  12066. Windows Sample Code.imgK
  12067. Oct 96M
  12068. System 7O
  12069. Dev.CD Feb 00 TC:Sample Code:P
  12070. Dev.CD Feb 00 TC
  12071.  - Sample CodeV
  12072. 5846X
  12073. Feb 00^
  12074. #o-copy receives
  12075. OTBuffer
  12076. OTBufferInfoq
  12077. Dev.CD Feb 00 TC
  12078. D!All Packages
  12079. Tool Chest Edition
  12080. NuBus Testerf
  12081. All Packages
  12082. 1831X
  12083. e III Arena" for the Macintosh by id Software.
  12084. SetupGL also has some unique features:
  12085. - The texture RAM variable in the structGLInfo allows you to specify an amount of texture memory, over and above the buffer requirements, that the device must have to satisfy your requirements.  This allows you to pick a maximum resolution and bit depth and allow SetupGL to find the resolution and bit depth that can actually be used while maintaining the requested amount of VRAM.  This is done by setting
  12086.  fDepthMust and fSizeMust to false on entry, which allows SetupGL to set down in resolutions and pixel depths to get a match.
  12087. - It allows specification of a screen device to try first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  12088. - SetupGL 
  12089. scrapbook
  12090. scrapbook
  12091. scrapcolor
  12092. scrapcolor
  12093. scrapcolor
  12094. library
  12095. scrapcolordemo
  12096. scrapxcmds
  12097. scrapxcmds
  12098. script
  12099. scriptableprinting
  12100. scriptableprinting
  12101. scriptableprinting
  12102. scriptablestuffiteng
  12103. scriptablestuffiteng
  12104. scripting
  12105. scriptingadditions
  12106. scripts
  12107. scriptswitcher
  12108. scriptswitcher
  12109. scriptx
  12110. scriptx
  12111. platforms
  12112. scriptx
  12113. differences
  12114. tools
  12115. tools
  12116. scsimonitor
  12117. scsimonitor
  12118. searchingtechnologie
  12119. sectionreport
  12120. security
  12121. security
  12122. readme
  12123. sedit
  12124. sedit
  12125. documentation
  12126. electors
  12127. sendae
  12128. sendae
  12129. sendae
  12130. sendps
  12131. sendps
  12132. serial
  12133. Movedq
  12134. Dev.CD Feb 00 TC
  12135. D!All Packages
  12136. Tool Chest Edition
  12137. Convert
  12138. Projects 1.0b5
  12139. Summary:  Convert
  12140. Projects is a utility which will read a THINK C or THINK Pascal project, and produce an equivalent (or nearly so) Code Warrior project. This is particularly useful for large projects, in which manually adding and segmenting the project would be tiresome or impractical.  See the document "About Convert
  12141. Projects" for details.
  12142. Convert
  12143. Projects is -NOT- a source code converter. If your code uses non-portable constructs that aren
  12144. t supported by the Code Warrior compilers, you  tell application "Finder"
  12145.         open item "Dev.CD Apr 96 SSW"
  12146.         activate
  12147.     end tell
  12148. on error errMsg number errNum
  12149.     --enter statements to perform when no records are found such as...
  12150.     display dialog "Sorry, the item you selected could not be found."
  12151.     return
  12152. end try
  12153. All Packages
  12154. 7.5.2 (PB 5300/2300/190)O
  12155. Dev.CD Apr 96 SSWP
  12156. Dev.CD Apr 96 SSV
  12157. 1835X
  12158. Apr 96
  12159. M A macintosh with an ADB KeyboardN!ADB, control key, key, key patch,v.CD Dec 99 RL Disk 1
  12160. D!All Packages
  12161. Tool Chest Edition
  12162. New OF TokenizerIPNew FCode tokenizer for PCI board FCode driver development.
  12163. Standalone version.J'Sample Code.img
  12164. Windows Sample Code.imgK
  12165. Mar 98MnPCI Macintosh only. The tokenizer is standalone, but the included makecreate script requires MPW 3.3 or later.N
  12166. tokenizer, fcodeO
  12167. Dev.CD Feb 00 TC:Sample Code:P
  12168. Dev.CD Feb 00 TC
  12169.  - Sample CodeV
  12170. 4257X
  12171. Feb 00^
  12172. r--set theItem to choose file -- uncomment to test in an AS editor
  12173.     tell application "Finder"
  12174.         open item "Dev.CD Feb 00 TC:Sample Code:"
  12175.         activate
  12176.     end tell
  12177. on error errMsg number errNum
  12178.     --enter statements to perform when no records are found such as...
  12179.     display dialog "Sorry, the item you selected could not be found."
  12180.     return
  12181. end try
  12182. e    No Changef
  12183. tokenizer
  12184. fcodeq
  12185. Dev.CD Feb 00 TC
  12186. D!All Packages
  12187. Tool Chest Edition
  12188. NoCopyReceives
  12189. routing
  12190. rubber
  12191. rubber-banding
  12192. ruben
  12193. rules
  12194. run-time
  12195. runner
  12196. running
  12197. sakes
  12198. sales
  12199. sample
  12200. sample
  12201. 6455X
  12202. Oct 97^
  12203. --set theItem to choose file -- uncomment to test in an AS editor
  12204.     tell application "Finder"
  12205.         open item "Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:"
  12206.         activate
  12207.     end tell
  12208. on error errMsg number errNum
  12209.     --enter statements to perform when no records are found such as...
  12210.     display dialog "Sorry, the item you selected could not be found."
  12211.     return
  12212. end try
  12213. e    No Changeq
  12214. Dev.CD Oct 97 SDK1
  12215. D!All Packages
  12216. Tool Chest Edition
  12217. Rinaldi Collection
  12218. Summary: This folder contains a wide variety of HyperCard XCMDs & XFCNs, both in French and in English. Most of them are also SuperCard compatible.
  12219. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  12220. Issues: Send any comments, bug reports, suggestions to:
  12221. AppleLink: RINALDI1
  12222. CalvaCom : FR10
  12223. Compuserve : 71170,2111
  12224. Internet : RINALDI1@APPLELINK@APPLE.COM  
  12225. eleted
  12226.  allows you to modify the behavior of PACK 3, the Standard File package.  Starting with System Update 3.0, PACK 3 uses icons taken from the Desktop file when displaying files in its lists.  This can be slow, especially on a slow connection such as Apple Remote Access and a modem.  This control panel lets you disable this feature and return to the previous behavior of PACK 3.
  12227. StdFile:  StdFile attempts to demonstrate several Standard File-related  techniques. See the 'README' file for detaE
  12228. J'Sample Code.img
  12229. Windows Sample Code.imgK
  12230. May 97L
  12231. May 97O
  12232. Dev.CD Feb 00 TC:Sample Code:P
  12233. Dev.CD Feb 00 TC
  12234.  - Sample Code
  12235. display
  12236. display
  12237. display
  12238. device
  12239. driver
  12240. guide
  12241. displaymanager
  12242. displaymanager
  12243. dispnamereg
  12244. distribution
  12245. distributors/localiz
  12246. dk-danish
  12247. .CD Jul 96 SSWP
  12248. Dev.CD Jul 96 SSV
  12249. 1842X
  12250. Jul 96
  12251. 5847X
  12252. Nov 99^
  12253. --set theItem to choose file -- uncomment to test in an AS editor
  12254.     tell application "Finder"
  12255.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  12256.  Other Platforms:Convert
  12257. Projects 1.0b5:"
  12258.         activate
  12259.     end tell
  12260. on error errMsg number errNum
  12261.     --enter statements to perform when no records are found such as...
  12262.     display dialog "Sorry, the item you selected could not be found."
  12263.     return
  12264. end try
  12265. Deletedq
  12266. Dev.CD Nov 99 TC
  12267. All Packages
  12268. CPU SE 406O
  12269. Dev.CD Jul 95P
  12270. Dev.CD Jul 9V
  12271. 5848X
  12272. Jul 95
  12273. b--set theItem to choose file -- uncomment to test in an AS editor
  12274.     tell application "Finder"
  12275.         open item "Dev.CD Jul 95"
  12276.         activate
  12277.     end tell
  12278. on error errMsg number errNum
  12279.     --enter statements to perform when no records are found such as...
  12280.     display dialog "Sorry, the item you selected could not be found."
  12281.     return
  12282. end try
  12283. All Packages
  12284. CPU SE 406O
  12285. Dev.CD Jul 95V
  12286. 5849X
  12287.  will need to manually change your code.
  12288. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems with Convert
  12289. Projects, please contact the authors by one of the following means:
  12290.   Internet: bbedit@world.std.com
  12291.   CIS: 73051,3255
  12292.   AppleLink: BARE.BONES
  12293.   Fax: (508) 651-7584
  12294.   Phone: (508) 651-3561
  12295.   Mail:  Bare Bones Software
  12296.       c/o R. Siegel
  12297.       1 Larkspur WC
  12298. ay #4
  12299.       Natick, MA 01760
  12300. J?!NOT AN APPLE PRODUCT!:
  12301. About Convert
  12302. Projects
  12303. Convert
  12304. ProjectsK
  12305. May 94L
  12306. Aug 94OVDev.CD Nov 99 TC:Tool Chest:Development Kits:
  12307.  Other Platforms:Convert
  12308. Projects 1.0b5:PaDev.CD Nov 99 TC
  12309.  - Tool Chest
  12310.  - Development Kits
  12311.  Other Platforms
  12312.  - Convert
  12313. Projects 1.0b5
  12314. 6875X
  12315. Dec 99^
  12316. --set theItem to choose file -- uncomment to test in an AS editor
  12317.     tell application "Finder"
  12318.         open item "Dev.CD Dec 99 RL:Technical Publications:enterprise:"
  12319.         activate
  12320.     end tell
  12321. on error errMsg number errNum
  12322.     --enter statements to perform when no records are found such as...
  12323.     display dialog "Sorry, the item you selected could not be found."
  12324.     return
  12325. end try
  12326. Deletedq
  12327. Dev.CD Dec 99 RL
  12328. All Packages
  12329. F&Technical Publications: Function Index
  12330. 7Summary:
  12331. The Function index provides links to function descriptions from Inside Macintosh and from new and revised Mac OS 8 documents. Note that QuickTime and Sound Manager functions are described in a separate Function Index.
  12332. The Function Index can be accessed through the Mac OS 8 Documentation product page.
  12333. Mar 99L
  12334. Sep 99V
  12335. 6876X
  12336. 1e    No Change
  12337. detect
  12338. detecting
  12339. detection
  12340. detective
  12341. detector
  12342. detectors
  12343. detects
  12344. determination
  12345. determine
  12346. determining
  12347. devanagari
  12348. develop
  12349. develop-ers
  12350. developments
  12351. device
  12352. deviceloop
  12353. devices
  12354. devsupport
  12355. diagnose
  12356. diagram
  12357. dialog
  12358. dialogs
  12359. dialup
  12360. dictation
  12361. dictionaries
  12362. dictionary
  12363. dierks
  12364. f--set theItem to choose file -- uncomment to test in an AS editor
  12365.     tell application "Finder"
  12366.         open item "Dev.CD Jun 97 SSW"
  12367.         activate
  12368.     end tell
  12369. on error errMsg number errNum
  12370.     --enter statements to perform when no records are found such as...
  12371.     display dialog "Sorry, the item you selected could not be found."
  12372.     return
  12373. end try
  12374. Dev.CD Jul 96 SSW2"
  12375.         activate
  12376.     end tell
  12377. on error errMsg number errNum
  12378.     --enter statements to perform when no records are found such as...
  12379.     display dialog "Sorry, the item you selected could not be found."
  12380.     return
  12381. end try
  12382. All Packages
  12383. 1850X
  12384. r--set theItem to choose file -- uncomment to test in an AS editor
  12385.     tell application "Finder"
  12386.         open item "Dev.CD Feb 00 TC:Sample Code:"
  12387.         activate
  12388.     end tell
  12389. on error errMsg number errNum
  12390.     --enter statements to perform when no records are found such as...
  12391.     display dialog "Sorry, the item you selected could not be found."
  12392.     return
  12393. end try
  12394. ot be found."
  12395.     return
  12396. end try
  12397. e    No Changef audio
  12398. compression
  12399. playback
  12400. codecq
  12401. Dev.CD Jan 00 SDK1
  12402. All Packages
  12403. New NewGWorld
  12404. This sample is designed to show the proper use of the the new flags (Mac OS 9+ and the iBooks, slot loading iMacs and AGP Graphics G4 PowerMacs) in the NewGWorld routine.  The application draws a re-sizable window that is updated from an offscreen GWorld.  The user has control over where to allocate the GWorld's PixMap data (in VRAM, in AGP memory or in system memory).  A blitting test can then be performed to test blitting speed using CopyBits.
  12405. 4256X
  12406.  style routines for parameter-block only File Manager calls; useful utility routines that perform many common File Manager related operations; a robust file copy routine; a recursive directory copy routine; a catalog searching routines; high-level and FSSpec style routines for Desktop Manager calls; and routines for dealing with pathnames. See the file "!MoreFiles Read Me" for a description of fixes & improvements in version 1.4.6.
  12407. Standard File Samples:  Three samples involving Standard 
  12408. File dialogs. StandardGetFolder demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  CustomPutAppend demonstrates a CustomPutDialog with an Append button that does not ask the user if he/she wants to replace the existing file. CustomPutSuffix demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist.
  12409. StandardFileIcons:  StandardFileIcons is a control panel which
  12410. All Packages
  12411. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  12412. Dev.CD Jan 94
  12413. Dev.CD Oct 93
  12414. Dev.CD Jul 93
  12415. Dev.CD Apr 93PDDev.CD Apr 94
  12416. Dev.CD Jan 94
  12417. Dev.CD Oct 93
  12418. Dev.CD Jul 93
  12419. Dev.CD Apr 9V
  12420. 6843X
  12421. Apr 94
  12422. --set theItem to choose file -- uncomment to test in an AS editor
  12423.     tell application "Finder"
  12424.         open item "Dev.CD Apr 94
  12425. Dev.CD Jan 94
  12426. Dev.CD Oct 93
  12427. Dev.CD Jul 93
  12428. Dev.CD Apr 93"
  12429.         activate
  12430.     end tell
  12431. on error errMsg number errNum
  12432.     --enter statements to perform when no records are found such as...
  12433.     display dialog "Sorry, the item you selected could not be found."
  12434.     return
  12435. end try
  12436. All Packages
  12437. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  12438. Dev.CD Jan 94
  12439. Dev.CD Oct 93P(Dev.CD Apr 94
  12440. Dev.CD Jan 94
  12441. Dev.CD Oct 9V
  12442. 6844X
  12443. Apr 94
  12444. 1-12/96
  12445. 1-bit
  12446. apple
  12447. cd-rom
  12448. handbook
  12449. apple
  12450. cd-rom
  12451. apple
  12452. detectors
  12453. apple
  12454. directions
  12455. 01/95
  12456. apple
  12457. directions
  12458. 01/96
  12459. apple
  12460. directions
  12461. 01/97
  12462. apple
  12463. directions
  12464. 02/95
  12465. apple
  12466. directions
  12467. 02/96
  12468. apple
  12469. directions
  12470. 02/97
  12471. apple
  12472. directions
  12473. 03/95
  12474. apple
  12475. directions
  12476. 03/96
  12477. apple
  12478. directions
  12479. 03/97
  12480. apple
  12481. directions
  12482. 04/95
  12483. apple
  12484. directions
  12485. 04/96
  12486. apple
  12487. directions
  12488. 04/97
  12489. apple
  12490. directions
  12491. 05/95
  12492. apple
  12493. directions
  12494. 05/96
  12495. apple
  12496. directions
  12497. 05/97
  12498. apple
  12499. directions
  12500. 05/97
  12501. apple
  12502. directions
  12503. 06/95
  12504. apple
  12505. directions
  12506. 06/96
  12507. apple
  12508. directions
  12509. 06/97
  12510. apple
  12511. directions
  12512. 07/95
  12513. apple
  12514. directions
  12515. 07/96
  12516.  96 SE
  12517. Dev.CD Oct 96 SSW"
  12518.         activate
  12519.     end tell
  12520. on error errMsg number errNum
  12521.     --enter statements to perform when no records are found such as...
  12522.     display dialog "Sorry, the item you selected could not be found."
  12523.     return
  12524. end try
  12525. All Packages
  12526. 7.5.3V
  12527. 1857X
  12528. Dev.CD Jul 9V
  12529. 5849X
  12530. Jul 95
  12531. b--set theItem to choose file -- uncomment to test in an AS editor
  12532.     tell application "Finder"
  12533.         open item "Dev.CD Jul 95"
  12534.         activate
  12535.     end tell
  12536. on error errMsg number errNum
  12537.     --enter statements to perform when no records are found such as...
  12538.     display dialog "Sorry, the item you selected could not be found."
  12539.     return
  12540. end try
  12541. All Packages
  12542. CPU SE 406O
  12543. Dev.CD Jul 95P
  12544. Dev.CD Jul 9V
  12545. 5850X
  12546. Jul 95
  12547. b--set theItem to choose file -- uncomment to test in an AS editor
  12548.     tell application "Finder"
  12549.         open item "Dev.CD Jul 95"
  12550.         activate
  12551.     end tell
  12552. on error errMsg number errNum
  12553.     --enter statements to perform when no records are found such as...
  12554.     display dialog "Sorry, the item you selected could not be found."
  12555.     return
  12556. end try
  12557. All Packages
  12558. CPU SE 406O
  12559. Dev.CD Jul 95P
  12560. Dev.CD Jul 9V
  12561. 5851X
  12562. Jul 95
  12563. non-portable
  12564. non-scsi
  12565. non-us
  12566. non-volatile-ram
  12567. nopoweroffkey
  12568. norbert
  12569. noresdialog
  12570. normal
  12571. normally
  12572. norman
  12573. north
  12574. norwegian
  12575. nosound
  12576. b--set theItem to choose file -- uncomment to test in an AS editor
  12577.     tell application "Finder"
  12578.         open item "Dev.CD Jul 95"
  12579.         activate
  12580.     end tell
  12581. on error errMsg number errNum
  12582.     --enter statements to perform when no records are found such as...
  12583.     display dialog "Sorry, the item you selected could not be found."
  12584.     return
  12585. end try
  12586. am unclear how to best handle what happens when you read more data than is in the buffer. If you support the thread mananger then IB7 need to handle the yield/suspend/resume thread issues.
  12587. J'Sample Code.img
  12588. Windows Sample Code.imgK
  12589. Aug 96M
  12590. OpenTransportN
  12591. C++ OpenTransportO
  12592. Dev.CD Feb 00 TC:Sample Code:P
  12593. Dev.CD Feb 00 TC
  12594.  - Sample Codeivate
  12595.     end tell
  12596. on error errMsg number errNum
  12597.     --enter statements to perform when no records are found such as...
  12598.     display dialog "Sorry, the item you selected could not be found."
  12599.     return
  12600. end try
  12601. All Packages
  12602. 7.5.3O
  12603. Dev.CD Nov 96 TCP
  12604. Dev.CD Nov 96 TV
  12605. 1861X
  12606. All Packages
  12607. CPU SE 406O
  12608. Dev.CD Jul 95P
  12609. Dev.CD Jul 9V
  12610. 5852X
  12611. Jul 95
  12612. b--set theItem to choose file -- uncomment to test in an AS editor
  12613.     tell application "Finder"
  12614.         open item "Dev.CD Jul 95"
  12615.         activate
  12616.     end tell
  12617. on error errMsg number errNum
  12618.     --enter statements to perform when no records are found such as...
  12619.     display dialog "Sorry, the item you selected could not be found."
  12620.     return
  12621. end try
  12622. All Packages
  12623. CPU SE 406O
  12624. Dev.CD Jul 95P
  12625. Dev.CD Jul 9V
  12626. 5853X
  12627. Jul 95
  12628. b--set theItem to choose file -- uncomment to test in an AS editor
  12629.     tell application "Finder"
  12630.         open item "Dev.CD Jul 95"
  12631.         activate
  12632.     end tell
  12633. on error errMsg number errNum
  12634.     --enter statements to perform when no records are found such as...
  12635.     display dialog "Sorry, the item you selected could not be found."
  12636.     return
  12637. end try
  12638. D!All Packages
  12639. Tool Chest Edition
  12640. CPUGestalteferred AppleTalk calls are used.k calls are used.
  12641. optionmanagement
  12642. options
  12643. dsutils
  12644. dsutils
  12645. dumpster
  12646. development
  12647. primer
  12648. e-spanish
  12649. easyview
  12650. F    QuickTimeO
  12651. Dev.CD Jul 93
  12652. Dev.CD Apr 93P
  12653. Dev.CD Jul 93
  12654. Dev.CD Apr 9apr
  12655. appletalk
  12656. application
  12657. set theItem to choose file -- uncomment to test in an AS editor
  12658.     tell application "Finder"
  12659.         open item "Dev.CD Jun 97 SSW"
  12660.         activate
  12661.     end tell
  12662. on error errMsg number errNum
  12663.     --enter statements to perform when no records are found such as...
  12664.     display dialog "Sorry, the item you selected could not be found."
  12665.     return
  12666. end try
  12667. All Packages
  12668. QuickDraw GXO
  12669. Dev.CD Jun 97 SSWP
  12670. Dev.CD Jun 97 SSV
  12671. 4477X
  12672. Jun 97
  12673. f--set theItem to choose file -- uncomment to test in an AS editor
  12674.     tell application "Finder"
  12675.         open item "Dev.CD Jun 97 SSW"
  12676.         activate
  12677.     end tell
  12678. on error errMsg number errNum
  12679.     --enter statements to perform when no records are found such as...
  12680.     display dialog "Sorry, the item you selected could not be found."
  12681.     return
  12682. end try
  12683. All Packages
  12684. QuickDraw GXO
  12685. Dev.CD Jun 97 SSWP
  12686. Dev.CD Jun 97 SSV
  12687. 4478X
  12688. Jun 97
  12689. 5855X
  12690. Feb 00^
  12691. --set theItem to choose file -- uncomment to test in an AS editor
  12692.     tell application "Finder"
  12693.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CreateMovie:"
  12694.         activate
  12695.     end tell
  12696. on error errMsg number errNum
  12697.     --enter statements to perform when no records are found such as...
  12698.     display dialog "Sorry, the item you selected could not be found."
  12699.     return
  12700. end try
  12701. New Packagef
  12702. QuickTime
  12703. Dev.CD Feb 00 TC
  12704. CreatePictFileIeThis demo program shows how to create a PICT and PICT file from drawing operations into a QDGraphics J7CreatePictFile
  12705. CreatePictFile.zip
  12706. pt.bat
  12707. README.txt
  12708. Feb 00
  12709. - Common
  12710.     - Sun Compliant Java Runtime Environment 1.1
  12711.     - QuickTime 3 
  12712.     - QTJava.zip
  12713.     - QTJava media samples
  12714. - Mac OS:
  12715.     - System 8 or later
  12716.     - Macintosh Runtime for Java (MRJ) 2.1
  12717. - Windows 95, 98, or NT::
  12718.     - JRE/JDK from Sun Microsystems, Inc. recommended
  12719. ommended
  12720. der AppleEvent.
  12721. Simple HLE:  Here is a simple High Level Event sample. It posts two events, then uses a filter to accept the second one. Using AppleEvents is a much better solution than using High Level Events, however...
  12722. SmallDaemon:  This is a minimal faceless background application (FBA) for System 7. Versions are provided in MPW C and MPW Pascal.
  12723. SuspendAppleEvent:  A simple example of suspending and resuming an AppleEvent.
  12724. TEXTtotypeIntlCoercion:  A coercion routine that seamlesslEZy converts old-style typeChar data to typeIntlText, so you don't have to rewrite old code.
  12725. J'Sample Code.img
  12726. Windows Sample Code.imgK
  12727. Feb 92L
  12728. May 97O
  12729. Dev.CD Feb 00 TC:Sample Code:P
  12730. Dev.CD Feb 00 TC
  12731.  - Sample Code
  12732. 6This demo program shows how to select create a movie from the results of using Java drawing capabilites and a sound file. It roughly translates the sample code in the QuickTime SDK - the Inside Macintosh:QuickTime examples of Chapter 2 (listings 2-5 through 2-12, starting at page 2-47 of the unbound edition).
  12733. J1cm.bat
  12734. CreateMovie
  12735. CreateMovie.zip
  12736. README.txt
  12737. Feb 00
  12738. - Common
  12739.     - Sun Compliant Java Runtime Environment 1.1
  12740.     - QuickTime 3 
  12741.     - QTJava.zip
  12742.     - QTJava media samples
  12743. - Mac OS:
  12744.     - System 8 or later
  12745.     - Macintosh Runtime for Java (MRJ) 2.1
  12746. - Windows 95, 98, or NT::
  12747.     - JRE/JDK from Sun Microsystems, Inc. recommended
  12748. QuickTime, Java, MRJORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CreateMovie:P`Dev.CD Feb 00 TC
  12749.  - What's New?
  12750.  - Sample Code
  12751.  - QuickTime
  12752.  - QuickTime for Java
  12753.  - CreateMovieires a PowerPC running system software Mac OS 9 or later.OGDev.CD Dec 99 RL Disk 1:What's New:Development Kits:Mac OS:NSL 1.1 SDK:
  12754. QuickTime, Java, MRJng an IBM representative. Specific information on relevant IBM AIX guides is found at the beginning of each section.
  12755. Issues:  This document is to be used as a reference when developing for AIX for the Apple Network Server. It only describes the differences between AIX for the Apple Network Server and IBM's AIX. It is not intended to fully document AIX.
  12756. Network Server Dev. GuideK
  12757. Jun 96N.AIX, Network Server, Symbiotic, client, serverOWDev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:P_Dev.CD Dec 99 RL
  12758.  - Technical Documentation
  12759.  - ABS Technical Notes
  12760.  - Network Server Dev. Guider"
  12761.         open item "Dev.CD Oct 96 SSW"
  12762.         activate
  12763.     end tell
  12764. on error errMsg number errNum
  12765.     --enter statements to perform when no records are found such as...
  12766.     display dialog "Sorry, the item you selected could not be found."
  12767.     return
  12768. end try
  12769. All Packages
  12770. 7.5.3 (5400)O
  12771. Dev.CD Oct 96 SSWV
  12772. 1874X
  12773. IpSummary: This sample code illustrates the way to determine the processor type of the Macintosh you're running onJ'Sample Code.img
  12774. Windows Sample Code.imgK
  12775. Apr 97O
  12776. Dev.CD Feb 00 TC:Sample Code:P
  12777. Dev.CD Feb 00 TC
  12778.  - Sample CodeV
  12779. 5854X
  12780. Feb 00^
  12781. r--set theItem to choose file -- uncomment to test in an AS editor
  12782.     tell application "Finder"
  12783.         open item "Dev.CD Feb 00 TC:Sample Code:"
  12784.         activate
  12785.     end tell
  12786. on error errMsg number errNum
  12787.     --enter statements to perform when no records are found such as...
  12788.     display dialog "Sorry, the item you selected could not be found."
  12789.     return
  12790. end try
  12791. Movedq
  12792. Dev.CD Feb 00 TC
  12793. D.All Packages
  12794. Tool Chest Edition
  12795. New & RevisedF
  12796. CreateMovie
  12797. D.All Packages
  12798. Tool Chest Edition
  12799. New & RevisedF
  12800. CreatePictFileIeThis demo program shows how to create a PICT and PICT file from drawing operations into a QDGraphics J7CreatePictFile
  12801. CreatePictFile.zip
  12802. pt.bat
  12803. README.txt
  12804. Feb 00
  12805. - Common
  12806.     - Sun Compliant Java Runtime Environment 1.1
  12807.     - QuickTime 3 
  12808.     - QTJava.zip
  12809.     - QTJava media samples
  12810. - Mac OS:
  12811.     - System 8 or later
  12812.     - Macintosh Runtime for Java (MRJ) 2.1
  12813. - Windows 95, 98, or NT::
  12814.     - JRE/JDK from Sun Microsystems, Inc. recommended
  12815. nt/server applications, including both Mac OS and AIX considerations. Part II covers the development of device drivers, including Open Firmware requirements. Part III documents the AppleTalk API. Part IV provides the man pages for Apple-specific AIX commands. There is an appendix for keyboard positions.
  12816. This guide is to be used in conjunction with AIX developer guides from IBM. Information on how to obtain the IBM AIX developer guides and tools can be found on IBM's Web site (www.ibm.com
  12817. windows/dos
  12818. windowshade
  12819. wintermyre
  12820. wireless
  12821. wishes
  12822. wishing
  12823. withQ
  12824. Wprojectdrag
  12825. drag-and-drop
  12826. source
  12827. control
  12828. summary
  12829. resedit
  12830. apple's
  12831. standard
  12832. direct-manipulation
  12833. OUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CreatePictFile:PcDev.CD Feb 00 TC
  12834.  - What's New?
  12835.  - Sample Code
  12836.  - QuickTime
  12837.  - QuickTime for Java
  12838.  - CreatePictFileV
  12839. 5856X
  12840. Feb 00^
  12841. --set theItem to choose file -- uncomment to test in an AS editor
  12842.     tell application "Finder"
  12843.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CreatePictFile:"
  12844.         activate
  12845.     end tell
  12846. on error errMsg number errNum
  12847.     --enter statements to perform when no records are found such as...
  12848.     display dialog "Sorry, the item you selected could not be found."
  12849.     return
  12850. end try
  12851. New Packagef
  12852. QuickTime
  12853. Dev.CD Feb 00 TC
  12854. D!All Packages
  12855. Tool Chest Edition
  12856. CTB Development Resources
  12857. Summary: Macintosh CTB software distributed at the 1992 Worldwide Developers Conference in the CTB Technical session. This software is intended to be useful to anyone developing a CTB compatible application or CTB Tool.
  12858. Features: The components included are:
  12859. * CTB API overview (TEXT file)
  12860. * Comm Toolbox architecture/roadmap/example courseware (HyperCard stack)
  12861. * MPW 411 files
  12862. * CustomChoose outline (TEXT file)
  12863. * Staging Alerts description (TEXT file)
  12864. * Macsbug dcmd files for Tool debugginBLg
  12865. * CTB Tool strings (HyperCard stack)
  12866. * Simple FT Tool development template
  12867. CommToolbox Roadmap
  12868. CTB 411 Files
  12869. CTB API Overview
  12870. CTB Custom Choose
  12871. CTB Debugging
  12872. Read Me
  12873. Read Me.txt
  12874. Simple FT Tool
  12875. Staging AlertsK
  12876. Oct 92M MPW, ResEdit, HyperCard, MacsbugOMDev.CD Feb 00 TC:Tool Chest:Communications Toolbox:CTB Development Resources:PUDev.CD Feb 00 TC
  12877.  - Tool Chest
  12878.  - Communications Toolbox
  12879.  - CTB Development Resources.CD Oct 96 SSV
  12880. 1881X
  12881. Oct 96
  12882.  this.
  12883. KillEveryOneButMe:  This thing shows you how to kill all the other applications running on a machine for demos, school situations, kiosks, etc. PLEASE don't abuse this.
  12884. Launch Me:  This code shows how to get one application to launch another application when there is not enough memory for both applications to be open at the same time.  It will not fragment memory like having a second application would.
  12885. LaunchWithDoc:  This is the smallest Launch application we could come up with;
  12886.  it launches an application with the 'odoc' (Open Documents) Apple event.
  12887. LaunchWithDoc2:  Document-launching sample program Loosely based on C.K. Haun's LaunchWithDoc. This snippet includes some very useful routines.
  12888. LaunchWithSize:  Will launch an application using a memory partition it sets rather than the one in the application's SIZE resource.  Patches Get1Resource to watch for the SIZE resource and then changes it so that LaunchApplication creates a different size memory partition 
  12889. 5857X
  12890. Feb 00^
  12891. --set theItem to choose file -- uncomment to test in an AS editor
  12892.     tell application "Finder"
  12893.         open item "Dev.CD Feb 00 TC:Tool Chest:Communications Toolbox:CTB Development Resources:"
  12894.         activate
  12895.     end tell
  12896. on error errMsg number errNum
  12897.     --enter statements to perform when no records are found such as...
  12898.     display dialog "Sorry, the item you selected could not be found."
  12899.     return
  12900. end try
  12901. e    No Changeq
  12902. Dev.CD Feb 00 TC
  12903. D.All Packages
  12904. Tool Chest Edition
  12905. New & Revisedbclass the quicktime.std.movies.media.Media class to support any Custom media types. J2med.bat
  12906. README.txt
  12907. TestVRMedia
  12908. TestVRMedia.zipK
  12909. Feb 00
  12910. - Common
  12911.     - Sun Compliant Java Runtime Environment 1.1
  12912.     - QuickTime 3 
  12913.     - QTJava.zip
  12914.     - QTJava media samples
  12915. - Mac OS:
  12916.     - System 8 or later
  12917.     - Macintosh Runtime for Java (MRJ) 2.1
  12918. - Windows 95, 98, or NT::
  12919.     - JRE/JDK from Sun Microsystems, Inc. recommended
  12920. QuickTime, Java, MRJckTime, Java, MRJ
  12921. N6WebObjects, WebObjects 4, Mac OS X Server, Web Objects
  12922. includes
  12923. including
  12924. incompatible
  12925. incomplete
  12926. incorporate
  12927. incorporated
  12928. incorporates
  12929. incorporating
  12930. incorrect
  12931. increase
  12932. increased
  12933. increases
  12934. increasing
  12935. incredibly
  12936. incremental
  12937. independant
  12938. index
  12939. index2color
  12940. indexed
  12941. summary
  12942. sample
  12943. discussion
  12944. detect
  12945. whether
  12946. summary
  12947. sample
  12948. network
  12949. chess
  12950. application
  12951. summary
  12952. monitor
  12953. iotracer
  12954. performance
  12955. tools
  12956. summary
  12957. tools
  12958. small
  12959. functions
  12960. summary
  12961. allows
  12962. display
  12963. dialogs
  12964. alerts
  12965. coolale
  12966. summary
  12967. sedit
  12968. device
  12969. editor
  12970. general
  12971. purpose
  12972. summary
  12973. virtual
  12974. scripts
  12975. libraries
  12976. automa
  12977. summary
  12978. globals
  12979. multifinder
  12980. friendly
  12981. application
  12982. summary
  12983. movie
  12984. small
  12985. application
  12986. designed
  12987. summary
  12988. simpleapp
  12989. general
  12990. utility
  12991. handling
  12992. summary
  12993. soundapp
  12994. sample
  12995. application
  12996. demonstrating
  12997. summary
  12998. sourceobj
  12999. reads
  13000. corrosponding
  13001. summary
  13002. standardfileicons
  13003. control
  13004. panel
  13005. which
  13006. allows
  13007. summary
  13008. stdfilesaver
  13009. sample
  13010. print
  13011. driver
  13012. written
  13013. summary
  13014. allows
  13015. several
  13016. attrib
  13017. distribution
  13018. distributor
  13019. distributors
  13020. dithering
  13021. divided
  13022. dixformat
  13023. dixzero
  13024. dmgetfirstscreendevi
  13025. dmgetnextscreendevic
  13026. documentationandsamp
  13027. documented
  13028. documentproc
  13029. documents
  13030. docviewer
  13031. doesn't
  13032. doesn't
  13033. documents
  13034. properly
  13035. doesnt
  13036. dogcow
  13037. simplest
  13038. simpletext
  13039. simplified
  13040. simplifies
  13041. simplify
  13042. simplifying
  13043. simply
  13044. simulate
  13045. simulates
  13046. simulation
  13047. simulator
  13048. simultaneous
  13049. simultaneously
  13050. since
  13051. single
  13052. single-link
  13053. slots
  13054. slower
  13055. small
  13056. smaller
  13057. smith
  13058. smith's
  13059. snapshots
  13060. snazzy
  13061. snippet
  13062. snippets
  13063. snively
  13064. themes@
  13065. tiff@
  13066. tools
  13067. goodies@
  13068. translation@
  13069. translators@
  13070. tunnelsim@
  13071. typeservicesforunico
  13072. updated@
  13073. user's@
  13074. viewerdemo
  13075. webobjects
  13076. database
  13077. what's
  13078. windows@
  13079. windows
  13080. 4.0.1
  13081. install@
  13082. with@
  13083. writer@
  13084. xthings@
  13085. ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CustomMedia:P`Dev.CD Feb 00 TC
  13086.  - What's New?
  13087.  - Sample Code
  13088.  - QuickTime
  13089.  - QuickTime for Java
  13090.  - CustomMediaV
  13091. 5858X
  13092. Feb 00^
  13093. --set theItem to choose file -- uncomment to test in an AS editor
  13094.     tell application "Finder"
  13095.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CustomMedia:"
  13096.         activate
  13097.     end tell
  13098. on error errMsg number errNum
  13099.     --enter statements to perform when no records are found such as...
  13100.     display dialog "Sorry, the item you selected could not be found."
  13101.     return
  13102. end try
  13103. New Packagef
  13104. QuickTime
  13105. Dev.CD Feb 00 TC
  13106. All Packages
  13107. Cyrillic Language KitO!Dev.CD May 97 TC
  13108. Dev.CD May 96 TCP Dev.CD May 97 TC
  13109. Dev.CD May 96 TV
  13110. 5859X
  13111. May 97
  13112.  is supplied as-is. This is an update to version 1.0.1.
  13113. Aug 93 1400)O
  13114. Dev.CD Apr 97 SSWP
  13115. Dev.CD Apr 97 SSV
  13116. 1896X
  13117. Apr 97
  13118. All Packages
  13119. 6.0.4O
  13120. Developer CD (III)P
  13121. Developer CD (IIIV
  13122. 5140X
  13123. er CD 
  13124. g--set theItem to choose file -- uncomment to test in an AS editor
  13125.     tell application "Finder"
  13126.         open item "Developer CD (III)"
  13127.         activate
  13128.     end tell
  13129. on error errMsg number errNum
  13130.     --enter statements to perform when no records are found such as...
  13131.     display dialog "Sorry, the item you selected could not be found."
  13132.     return
  13133. end try
  13134. All Packages
  13135. 6.0.4O
  13136. Developer CD (III)P
  13137. Developer CD (IIIV
  13138. 5141X
  13139. er CD 
  13140. g--set theItem to choose file -- uncomment to test in an AS editor
  13141.     tell application "Finder"
  13142.         open item "Developer CD (III)"
  13143.         activate
  13144.     end tell
  13145. on error errMsg number errNum
  13146.     --enter statements to perform when no records are found such as...
  13147.     display dialog "Sorry, the item you selected could not be found."
  13148.     return
  13149. end try
  13150. All Packages
  13151. 6.0.4O
  13152. Developer CD (III)P
  13153. Developer CD (IIIV
  13154. 5142X
  13155. er CD 
  13156. - Common
  13157.     - Sun Compliant Java Runtime Environment 1.1
  13158.     - QuickTime 3 
  13159.     - QTJava.zip
  13160.     - QTJava media samples
  13161. - Mac OS:
  13162.     - System 8 or later
  13163.     - Macintosh Runtime for Java (MRJ) 2.1
  13164. - Windows 95, 98, or NT::
  13165.     - JRE/JDK from Sun Microsystems, Inc. recommended
  13166. QuickTime, Java, MRJ
  13167. needs
  13168. neighborhood
  13169. neophyte
  13170. neotextbox97
  13171. nepali
  13172. nested
  13173. net-install
  13174. net/biz/bbsw
  13175. netcom
  13176. netscape
  13177. netsprocket
  13178. netstat
  13179. netware
  13180. strip
  13181. stripunits
  13182. strlist
  13183. strlog
  13184. stroke
  13185. stroll
  13186. strong
  13187. stronger
  13188. strongest
  13189. strongly
  13190. structglinfo
  13191. structs
  13192. structure
  13193. structured
  13194. structures
  13195. strutures
  13196. studies
  13197. studio
  13198. study
  13199. stuff
  13200. stuffit
  13201. stuffitmrj
  13202. style
  13203. style-linking
  13204. styled
  13205. stylemap
  13206. styles
  13207. stylewriter
  13208. stylus
  13209. sub-dialogs
  13210. sub-folders
  13211. sub-menus
  13212. subclass
  13213. subdirectory
  13214. subfolders
  13215. subject
  13216. subjects
  13217. sublaunch
  13218. submission
  13219. submit
  13220. subprocesses
  13221. deleted
  13222. deletedirectory
  13223. deleteemptydir
  13224. deliver
  13225. delivered
  13226. delivers
  13227. delivery
  13228. delta
  13229. demanding
  13230. demonstates
  13231. demonstation
  13232. demonstrate
  13233. demonstrates
  13234. programmatically
  13235. background
  13236. internet
  13237. internet
  13238. address
  13239. detectors
  13240. internet
  13241. shareware
  13242. interprocom
  13243. debugger
  13244. prefs
  13245. macsbug
  13246. preferences
  13247. folder
  13248. system
  13249. folder
  13250. intro
  13251. introappkitbook
  13252. introappkitbook
  13253. introduction
  13254. introduction
  13255. component
  13256. introfoundationbook
  13257. introfoundationbook
  13258. iotracer
  13259. iotracer
  13260. iotracer
  13261. analyzer
  13262. gateway
  13263. ischeckedout
  13264. isdate
  13265. isdate
  13266. isfinderlocked
  13267. isfinderlocked
  13268. iso9660
  13269. iso9660
  13270. iso9660
  13271. iso9660
  13272. autotest
  13273. dialogtest
  13274. menutest
  13275. sample
  13276. sample
  13277. sample
  13278. ispautotest
  13279. ispautotest
  13280. ispdialogtest
  13281. ispdialogtest
  13282. italy
  13283. italy
  13284. distributors/localiz
  13285. All Packages
  13286. Cyrillic Language KitO!Dev.CD May 97 TC
  13287. Dev.CD May 96 TCP Dev.CD May 97 TC
  13288. Dev.CD May 96 TV
  13289. 5860X
  13290. May 97
  13291. v--set theItem to choose file -- uncomment to test in an AS editor
  13292.     tell application "Finder"
  13293.         open item "Dev.CD May 97 TC
  13294. Dev.CD May 96 TC"
  13295.         activate
  13296.     end tell
  13297. on error errMsg number errNum
  13298.     --enter statements to perform when no records are found such as...
  13299.     display dialog "Sorry, the item you selected could not be found."
  13300.     return
  13301. end try
  13302. D!All Packages
  13303. Tool Chest Edition
  13304. Cyrillic Language Kit v1.0
  13305. USummary: The Cyrillic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Cyrillic-based languages on the Macintosh
  13306.  and other computers using the Mac
  13307.  OS.   See the document "Cyrillic Read Me First" or "Lisez-moi (Cyrillique)" for details and installation instructions. 
  13308.     No Change
  13309. documents tracking
  13310. - favorite folders and do
  13311. quicktime
  13312. quicktime
  13313. oughta
  13314. pictures
  13315. guillermo
  13316. ortiz
  13317. quicktime
  13318. quicktime
  13319. includes
  13320. quicktime
  13321. javad
  13322. quicktime
  13323. windows
  13324. includes
  13325. quicktime
  13326. quicktime's
  13327. quicktime-enabled
  13328. quicktime-readable
  13329. quicktimevr
  13330. quickview
  13331. quiets
  13332. quinn
  13333. CustomMediaIvThis demo program shows how to subclass the quicktime.std.movies.media.Media class to support any Custom media types. J2med.bat
  13334. README.txt
  13335. TestVRMedia
  13336. TestVRMedia.zipK
  13337. Feb 00
  13338. - Common
  13339.     - Sun Compliant Java Runtime Environment 1.1
  13340.     - QuickTime 3 
  13341.     - QTJava.zip
  13342.     - QTJava media samples
  13343. - Mac OS:
  13344.     - System 8 or later
  13345.     - Macintosh Runtime for Java (MRJ) 2.1
  13346. - Windows 95, 98, or NT::
  13347.     - JRE/JDK from Sun Microsystems, Inc. recommended
  13348. QuickTime, Java, MRJackages
  13349. Tool Chest Edition
  13350. Navigable Movie Toolkit
  13351.      application "Finder"
  13352.         open item "Dev.CD May 96 TC"
  13353.         activate
  13354.     end tell
  13355. on error errMsg number errNum
  13356.     --enter statements to perform when no records are found such as...
  13357.     display dialog "Sorry, the item you selected could not be found."
  13358.     return
  13359. end try
  13360. All Packages
  13361. 7.5.3 (PCI)O
  13362. Dev.CD May 96 TCP
  13363. Dev.CD May 96 TV
  13364. 1906X
  13365. May 96
  13366. Mac OS, Mac OS 8, Mac OS 8.5, Inside Macintosh, Inside Mac, Java, Developer Notes, Mac OS X, QuickTime, and WebObjects, pdf documents, printing pdf, PDF.
  13367. navigator
  13368. network
  13369. network
  13370. management
  13371. network
  13372. server
  13373. developer's
  13374. guide
  13375. network
  13376. services
  13377. location
  13378. network
  13379. stream
  13380. network
  13381. watch
  13382. networking
  13383. audio
  13384. features
  13385. newgworld
  13386. tokenizer
  13387. newgworld
  13388. v.CD Jul 96 SSWP
  13389. Dev.CD Jul 96 SSV
  13390. 1908X
  13391. Jul 96
  13392. f--set theItem to choose file -- uncomment to test in an AS editor
  13393.     tell application "Finder"
  13394.         open item "Dev.CD Jul 96 SSW"
  13395.         activate
  13396.     end tell
  13397. on error errMsg number errNum
  13398.     --enter statements to perform when no records are found such as...
  13399.     display dialog "Sorry, the item you selected could not be found."
  13400.     return
  13401. end try
  13402. All Packages
  13403. 7.5.3 (PCI)O
  13404. Dev.CD Jul 96 SSWP
  13405. Dev.CD Jul 96 SSV
  13406. 1909X
  13407. technology
  13408. technote
  13409. technotes
  13410. tecsetbasicoptions
  13411. teknosys
  13412. telephone
  13413. telephones
  13414. telephony
  13415. tells
  13416. template
  13417. templates
  13418. temporal
  13419. temporarily
  13420. temporary
  13421. tensor
  13422. terence
  13423. terminal
  13424. O/Dev CD Vol. V
  13425. Dev CD Vol. IV
  13426. Developer CD (III)P.Dev CD Vol. V
  13427. Dev CD Vol. IV
  13428. Developer CD (IIIV
  13429. 6872X
  13430. Vol. V
  13431. --set theItem to choose file -- uncomment to test in an AS editor
  13432.     tell application "Finder"
  13433.         open item "Dev CD Vol. V
  13434. Dev CD Vol. IV
  13435. Developer CD (III)"
  13436.         activate
  13437.     end tell
  13438. on error errMsg number errNum
  13439.     --enter statements to perform when no records are found such as...
  13440.     display dialog "Sorry, the item you selected could not be found."
  13441.     return
  13442. end try
  13443. All Packages
  13444. Technical Publications
  13445. 6873X
  13446. v--set theItem to choose file -- uncomment to test in an AS editor
  13447.     tell application "Finder"
  13448.         open item "Dev.CD May 97 TC
  13449. Dev.CD May 96 TC"
  13450.         activate
  13451.     end tell
  13452. on error errMsg number errNum
  13453.     --enter statements to perform when no records are found such as...
  13454.     display dialog "Sorry, the item you selected could not be found."
  13455.     return
  13456. end try
  13457.     --enter statements to perform when no records are found such as...
  13458.     display dialog "Sorry, the item you selected could not be found."
  13459.     return
  13460. end try
  13461. e    No Changeq
  13462. Dev.CD Feb 00 TC
  13463. {D!All Packages
  13464. Mac OS SDK Edition
  13465. Nav Svcs 1.0 SDK
  13466.     Finder"
  13467.         open item "Dev.CD Jul 96 SSW"
  13468.         activate
  13469.     end tell
  13470. on error errMsg number errNum
  13471.     --enter statements to perform when no records are found such as...
  13472.     display dialog "Sorry, the item you selected could not be found."
  13473.     return
  13474. end try
  13475. All Packages
  13476. 7.5.3 (PCI)O
  13477. Dev.CD Jul 96 SSWP
  13478. Dev.CD Jul 96 SSV
  13479. 1914X
  13480. reference
  13481. reference
  13482. library
  13483. edition
  13484. revised
  13485. J9Cyrillic Read Me First
  13486. Install English
  13487. Internet SharewareK
  13488. May 96O9Dev.CD Feb 00 TC:Language Kits:Cyrillic Language Kit 1.0:P>Dev.CD Feb 00 TC
  13489.  - Language Kits
  13490.  - Cyrillic Language Kit 1.0V
  13491. 5861X
  13492. Feb 00^
  13493. --set theItem to choose file -- uncomment to test in an AS editor
  13494.     tell application "Finder"
  13495.         open item "Dev.CD Feb 00 TC:Language Kits:Cyrillic Language Kit 1.0:"
  13496.         activate
  13497.     end tell
  13498. on error errMsg number errNum
  13499.     --enter statements to perform when no records are found such as...
  13500.     display dialog "Sorry, the item you selected could not be found."
  13501.     return
  13502. end try
  13503. e    No Changeq
  13504. Dev.CD Feb 00 TC
  13505. D!All Packages
  13506. Tool Chest Edition
  13507. F#Data Access Manager French Demo 1.0
  13508.     such as...
  13509.     display dialog "Sorry, the item you selected could not be found."
  13510.     return
  13511. end try
  13512. All Packages
  13513. 7.5.5O!Dev.CD Dec 96 SE
  13514. Dev.CD Nov 96 TCP Dev.CD Dec 96 SE
  13515. Dev.CD Nov 96 TV
  13516. 1916X
  13517. Dec 96
  13518. ef help
  13519. hierarchical
  13520. sub-menusq
  13521. Dev.CD Feb 00 TC
  13522. yD!All Packages
  13523. Tool Chest Edition
  13524. N&C MacsBug Macros/Templates
  13525.     turn
  13526. end try
  13527. All Packages
  13528. 7.5.5 (73/76/86/9600)V
  13529. 1919X
  13530. software@
  13531. 32-bit@
  13532. 5thcolumn@
  13533. 145b@
  13534. 7.5.2
  13535. 7.5.2
  13536. 7200/9500@
  13537. 7.5.3
  13538. 4400/200@
  13539. 7200/9500@
  13540. a-law
  13541. sdec/scom@
  13542. acrobat@
  13543. apple
  13544. detectors
  13545. appletalk
  13546. area@
  13547. applications@
  13548. broadcast@
  13549. callfinder
  13550. cd-rom@
  13551. config&interleave@
  13552. contextualmenumanage@
  13553. control@
  13554. design@
  13555. developer@
  13556. distributors@
  13557. 1.1.3@
  13558. enabler@
  13559. hardware
  13560. system
  13561. update@
  13562. hypercard
  13563. player
  13564. news@
  13565. robustness@
  13566. 1994@
  13567. 8.5.1@
  13568. debug
  13569. build
  13570. sound
  13571. manager
  13572. 3.2.1
  13573. useful
  13574. sample
  13575. compression/decompre
  13576. sound
  13577. manager
  13578. component
  13579. accuracy@
  13580. add-ons@
  13581. adobe's@
  13582. agree@
  13583. alexander@
  13584. always
  13585. among@
  13586. 5862X
  13587. Feb 00^
  13588. --set theItem to choose file -- uncomment to test in an AS editor
  13589.     tell application "Finder"
  13590.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:"
  13591.         activate
  13592.     end tell
  13593. on error errMsg number errNum
  13594.     --enter statements to perform when no records are found such as...
  13595.     display dialog "Sorry, the item you selected could not be found."
  13596.     return
  13597. end try
  13598. e    No Changeq
  13599. Dev.CD Feb 00 TC
  13600. D!All Packages
  13601. Tool Chest Edition
  13602. Data Access Manager US Demo
  13603. Summary: DAM Generator 2 is an application that generate query document for the Data Access Manager of the system 7. This new release is in english and is multi-interface generator.
  13604. Features: 
  13605. * Multi-interface generator
  13606. * More simply to use
  13607. * New version of the XTND query that read query document
  13608. * An XCMD that can read query document
  13609. * A complete set of tool to exploit the Data Access Manager
  13610. traffic
  13611. trained
  13612. training
  13613. traits
  13614. transaction
  13615. transfer
  13616. transferred
  13617. transfers
  13618. transform
  13619. transformations
  13620. transition
  13621. emulator
  13622. emulator
  13623. release
  13624. notes
  13625. emulator
  13626. update
  13627. extension
  13628. enabler
  13629. encoding
  13630. encodings
  13631. engineering
  13632. engines
  13633. english
  13634. english
  13635. british
  13636. 1.1.3
  13637. english
  13638. int'l
  13639. 1.1.3
  13640. english
  13641. installer
  13642. english
  13643. 1.1.3
  13644. englishmiscellaneous
  13645. englishmiscellaneous
  13646. englishmiscellaneous
  13647. englishterminology
  13648. englishterminology
  13649. englishterminology
  13650. enhanced
  13651. enhanced
  13652. survival
  13653. guide
  13654. enterprise
  13655. enterprise
  13656. environment
  13657. ethernet
  13658. event
  13659. eventloop
  13660. _Summary: This is a complete demonstration of the Data Access Manager. It includes a query builder (DAM Generator), an XCMD which can use some query documents (HyperDAM ), and two querys with two different types of user interface (Text and Graphical).
  13661. Features: 
  13662. * Query Builder
  13663. * XCMD to use querys with HyperCard
  13664. * two different querys with two qdef
  13665. Data Access Manager.cpK
  13666. Vol VL
  13667. Mar 92M
  13668. me 7.0 and a computer where there is a DAL Server (Vax
  13669. ). A Vax with PathWorks and DALDEMO on it is a very good choice. If you want to use the two querys you must modify the parameters needed for the connection with ResEdit or DAM Generator .OoDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:PzDev.CD Feb 00 TC
  13670.  - Tool Chest
  13671.  - Interapplication Communication
  13672.  - Data Access Manager
  13673.  - Data Access Manager French Demoits:Mac OS:Multiprocessing 2.1 SDK:V
  13674. 4243X
  13675. Updatedo
  13676. http://developer.apple.com/sdk/
  13677. acrobat
  13678. 3.0.1
  13679. analyzer
  13680. 1.0d6
  13681. 1.0.1b3
  13682. parser
  13683. 5.0.7
  13684. adbreinit
  13685. adbreinit
  13686. adobe
  13687. adobe
  13688. acrobat
  13689. exchange
  13690. 2.0.1r3
  13691. adobe
  13692. acrobat
  13693. reader
  13694. advanced
  13695. advanced
  13696. color
  13697. imaging
  13698. sample
  13699. applications
  13700. tools
  13701. terminology
  13702. aegizmos
  13703. aegizmos
  13704. 1.4.2
  13705. aetracker
  13706. aetracker
  13707. alias
  13708. alias
  13709. analysis
  13710. analyzer
  13711. appearance
  13712. appearance
  13713. 1.0.2
  13714. appearance
  13715. 1.0.4
  13716. apple
  13717. apple
  13718. cd-rom
  13719. handbook
  13720. apple
  13721. color
  13722. onescanner
  13723. d could not be found."
  13724.     return
  13725. end try
  13726. e    No Changeq
  13727. Dev.CD Dec 99 RL Disk 1
  13728. w--set theItem to choose file -- uncomment to test in an AS editor
  13729.     tell application "Finder"
  13730.         open item "Developer CD (II)
  13731. Excellent CD (I)"
  13732.         activate
  13733.     end tell
  13734. on error errMsg number errNum
  13735.     --enter statements to perform when no records are found such as...
  13736.     display dialog "Sorry, the item you selected could not be found."
  13737.     return
  13738. end try
  13739. hips with a wide range of useful sample programs. We
  13740. ll describe many of those in more detail below.) These sam
  13741. Eples illustrate many common applications features, including:
  13742. 1. Multiple document windows. 
  13743. 2. Disk files for persistent data. 
  13744. 3. Menu items for modifying the data. 
  13745. 4. Buttons for modifying the data. 
  13746. 5. Modal dialogs. 
  13747. 6. Printing. 
  13748. 7. Custom application and document icons. 
  13749. 8. Customized 
  13750. About this program
  13751.  dialog. 
  13752. J'Sample Code.img
  13753. Windows Sample Code.imgK
  13754. Nov 99M
  13755. PowerPlantO
  13756. Dev.CD Feb 00 TC:Sample Code:
  13757. JNDAM Generator 2 US
  13758. Graphical interface
  13759. List interface
  13760. Password interface
  13761. Query tell application "Finder"
  13762.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:MRJ SDK 2.1 EA3:"
  13763.         activate
  13764.     end tell
  13765. on error errMsg number errNum
  13766.     --enter statements to perform when no records are found such as...
  13767.     display dialog "Sorry, the item you selected could not be found."
  13768.     return
  13769. end try
  13770. elected could not be found."
  13771.     return
  13772. end try
  13773. All Packages
  13774. Dev.CD Apr 97 SSWP
  13775. Dev.CD Apr 97 SSV
  13776. 1928X
  13777. Apr 97
  13778. f--set theItem to choose file -- uncomment to test in an AS editor
  13779.     tell application "Finder"
  13780.         open item "Dev.CD Apr 97 SSW"
  13781.         activate
  13782.     end tell
  13783. on error errMsg number errNum
  13784.     --enter statements to perform when no records are found such as...
  13785.     display dialog "Sorry, the item you selected could not be found."
  13786.     return
  13787. end try
  13788. All Packages
  13789. 1929X
  13790. query
  13791. querys
  13792. question
  13793. questionaire
  13794. questionaires
  13795. questionnaire
  13796. questions
  13797. queue
  13798. quick
  13799. quickdraw
  13800. quickdraw
  13801. graphics
  13802. library
  13803. define
  13804. quickdraw
  13805. dimension
  13806. macintosh
  13807. graphics
  13808. pablo
  13809. quickdraw
  13810. enables
  13811. computer
  13812. display
  13813. three-dimensio
  13814. quickdraw's
  13815. quickdrax
  13816. quickly
  13817. quickstart
  13818. quicktake
  13819. quicktime
  13820. W   return
  13821. end try
  13822. Mar 92M-System 7, a DAL Server under VMS, MacOS, A/UXOlDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :PwDev.CD Feb 00 TC
  13823.  - Tool Chest
  13824.  - Interapplication Communication
  13825.  - Data Access Manager
  13826.  - Data Access Manager US Demo V
  13827. 5863X
  13828. Feb 00^
  13829. --set theItem to choose file -- uncomment to test in an AS editor
  13830.     tell application "Finder"
  13831.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :"
  13832.         activate
  13833.     end tell
  13834. on error errMsg number errNum
  13835.     --enter statements to perform when no records are found such as...
  13836.     display dialog "Sorry, the item you selected could not be found."
  13837.     return
  13838. end try
  13839. e    No Changeq
  13840. Dev.CD Feb 00 TC
  13841. D!All Packages
  13842. Mac OS SDK Edition
  13843. DeBabelizer 3.0
  13844.     found."
  13845.     return
  13846. end try
  13847. e    No Changef
  13848. performance analysisq
  13849. Dev.CD Feb 00 TC
  13850. All Packages
  13851. MultiFinder 6.1b9V
  13852. 4241X
  13853. 160/180
  13854. appleshare/file
  13855. applesingle/appledou
  13856. applet
  13857. appletalkW
  13858. appletalk's
  13859. 1932X
  13860. Jun 97
  13861. f--set theItem to choose file -- uncomment to test in an AS editor
  13862.     tell application "Finder"
  13863.         open item "Dev.CD Jun 97 SSW"
  13864.         activate
  13865.     end tell
  13866. on error errMsg number errNum
  13867.     --enter statements to perform when no records are found such as...
  13868.     display dialog "Sorry, the item you selected could not be found."
  13869.     return
  13870. end try
  13871. All Packages
  13872. Dev.CD Jun 97 SSWP
  13873. Dev.CD Jun 97 SSV
  13874. 1933X
  13875. Jun 97
  13876. f--set theItem to choose file -- uncomment to test in an AS editor
  13877.     tell application "Finder"
  13878.         open item "Dev.CD Jan 96 SSW"
  13879.         activate
  13880.     end tell
  13881. on error errMsg number errNum
  13882.     --enter statements to perform when no records are found such as...
  13883.     display dialog "Sorry, the item you selected could not be found."
  13884.     return
  13885. end try
  13886. nbplookup
  13887. neighborhood
  13888. netsprocket
  13889. netstat
  13890. netware
  13891. network
  13892. network
  13893. administrator
  13894. network
  13895. driver
  13896. network
  13897. management
  13898. network
  13899. preferences
  13900. network
  13901. server
  13902. network
  13903. setup
  13904. network
  13905. software
  13906. networking
  13907. networking
  13908. communications
  13909. newgworld
  13910. no-copy
  13911. no-copy
  13912. receives
  13913. notes
  13914. novell
  13915. nubus
  13916. number
  13917. number
  13918. formatting
  13919. object
  13920. object
  13921. object-oriented
  13922. objective-c
  13923. objects
  13924. 6.3.3
  13925. quick
  13926. reference
  13927. first
  13928. diskrestore
  13929. display
  13930. display
  13931. display
  13932. device
  13933. driver
  13934. guide
  13935. displaymanager
  13936. displaymanager
  13937. dispnamereg
  13938. distribution
  13939. distributors/localiz
  13940. dk-danish
  13941. Jun 97
  13942. f--set theItem to choose file -- uncomment to test in an AS editor
  13943.     tell application "Finder"
  13944.         open item "Dev.CD Jun 97 SSW"
  13945.         activate
  13946.     end tell
  13947. on error errMsg number errNum
  13948.     --enter statements to perform when no records are found such as...
  13949.     display dialog "Sorry, the item you selected could not be found."
  13950.     return
  13951. end try
  13952. All Packages
  13953. Dev.CD Jun 97 SSWP
  13954. Dev.CD Jun 97 SSV
  13955. 1936X
  13956. Jun 97
  13957. All Packages
  13958. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  13959. Dev.CD Jan 94
  13960. Dev.CD Oct 93
  13961. Dev.CD Jul 93
  13962. Dev.CD Apr 93PDDev.CD Apr 94
  13963. Dev.CD Jan 94
  13964. Dev.CD Oct 93
  13965. Dev.CD Jul 93
  13966. Dev.CD Apr 9V
  13967. 6628X
  13968. Apr 94
  13969. --set theItem to choose file -- uncomment to test in an AS editor
  13970.     tell application "Finder"
  13971.         open item "Dev.CD Apr 94
  13972. Dev.CD Jan 94
  13973. Dev.CD Oct 93
  13974. Dev.CD Jul 93
  13975. Dev.CD Apr 93"
  13976.         activate
  13977.     end tell
  13978. on error errMsg number errNum
  13979.     --enter statements to perform when no records are found such as...
  13980.     display dialog "Sorry, the item you selected could not be found."
  13981.     return
  13982. end try
  13983. All Packages
  13984. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  13985. Dev.CD Jan 94
  13986. Dev.CD Oct 93
  13987. Dev.CD Jul 93
  13988. Dev.CD Apr 93PDDev.CD Apr 94
  13989. Dev.CD Jan 94
  13990. Dev.CD Oct 93
  13991. Dev.CD Jul 93
  13992. Dev.CD Apr 9V
  13993. 6629X
  13994. Apr 94
  13995. general-purpose
  13996. generally
  13997. generate
  13998. generated
  13999. MPW etc.imgK
  14000. Nov 97N
  14001. debuggerO6Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD Feb 00 TC
  14002.  - Tool Chest
  14003.  - Development Kits
  14004.  - MPW etc.V
  14005. 6536X
  14006. Feb 00^
  14007. --set theItem to choose file -- uncomment to test in an AS editor
  14008.     tell application "Finder"
  14009.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:"
  14010.         activate
  14011.     end tell
  14012. on error errMsg number errNum
  14013.     --enter statements to perform when no records are found such as...
  14014.     display dialog "Sorry, the item you selected could not be found."
  14015.     return
  14016. end try
  14017. music
  14018. quicktime
  14019. music
  14020. architecture
  14021. david
  14022. must-have
  14023. mybuildmenu
  14024. myself
  14025. mysteries
  14026. mystery
  14027. naked
  14028. named
  14029. namely
  14030. names
  14031. nasty
  14032. natick
  14033. editing
  14034. editor
  14035. effects
  14036. eject
  14037. electronics
  14038. elements
  14039. email
  14040. embed
  14041. emulator
  14042. enabled
  14043. enabler
  14044. encoding
  14045. endpoint
  14046. endpoints
  14047. engine
  14048. engine
  14049. internet
  14050. sherlock
  14051. enterprise
  14052. entertainment
  14053. environment
  14054. eomodeler
  14055. eomodeler
  14056. database
  14057. error
  14058. applesearch
  14059. appleshare
  14060. gateway
  14061. ethernet
  14062. ethernet
  14063. built-in
  14064. address
  14065. burned-in
  14066. address
  14067. getenetaddr
  14068. ethernet
  14069. multicast
  14070. mdata
  14071. 802.2
  14072. 802.3
  14073. ethertalk
  14074. etsda
  14075. event
  14076. events
  14077. exchange
  14078. expansion
  14079. extension
  14080. external
  14081. extractor
  14082. faceless
  14083. family
  14084. fcode
  14085. features
  14086. feedback
  14087. ivate@
  14088. add-ons@
  14089. addendum@
  14090. adobe's@
  14091. adsp@
  14092. advance@
  14093. agree@
  14094. alexander@
  14095. all-in-one@
  14096. along@
  14097. also@
  14098. always
  14099. among@
  14100. amounts@
  14101. example
  14102. opengl
  14103. drawsprocket
  14104. integration
  14105. extension
  14106. which
  14107. enables
  14108. developers
  14109. adopt
  14110. high-leve@
  14111. analyzing@
  14112. and/or@
  14113. animators@
  14114. anymore@
  14115. apoplexy@
  14116. apple
  14117. apple
  14118. detectors
  14119. technology
  14120. scans
  14121. searchi@
  14122. applemrjsetup@
  14123. appletalk/ip@
  14124. application's@
  14125. applications@
  14126. applied@
  14127. arbitrary@
  14128. architecture/roadmap@
  14129. area@
  14130. arrived@
  14131. article@
  14132. as-is@
  14133. asip@
  14134. aslm@
  14135. beaker@
  14136. beep@
  14137. beyond@
  14138. booth@
  14139. boxes@
  14140. bringing@
  14141. bugfix@
  14142. build@
  14143. butcdef@
  14144. un 97
  14145. All Packages
  14146. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  14147. Dev.CD Jan 94
  14148. Dev.CD Oct 93
  14149. Dev.CD Jul 93P6Dev.CD Apr 94
  14150. Dev.CD Jan 94
  14151. Dev.CD Oct 93
  14152. Dev.CD Jul 9V
  14153. 6777X
  14154. Apr 94
  14155. --set theItem to choose file -- uncomment to test in an AS editor
  14156.     tell application "Finder"
  14157.         open item "Dev.CD Apr 94
  14158. Dev.CD Jan 94
  14159. Dev.CD Oct 93
  14160. Dev.CD Jul 93"
  14161.         activate
  14162.     end tell
  14163. on error errMsg number errNum
  14164.     --enter statements to perform when no records are found such as...
  14165.     display dialog "Sorry, the item you selected could not be found."
  14166.     return
  14167. end try
  14168. All Packages
  14169. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  14170. Dev.CD Jan 94
  14171. Dev.CD Oct 93
  14172. Dev.CD Jul 93P6Dev.CD Apr 94
  14173. Dev.CD Jan 94
  14174. Dev.CD Oct 93
  14175. Dev.CD Jul 9V
  14176. 6778X
  14177. Apr 94
  14178. light
  14179. backs
  14180. backup
  14181. backwards
  14182. bal's
  14183. balance
  14184. balloon
  14185. 5864X
  14186. Jan 00^
  14187. --set theItem to choose file -- uncomment to test in an AS editor
  14188.     tell application "Finder"
  14189.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:"
  14190.         activate
  14191.     end tell
  14192. on error errMsg number errNum
  14193.     --enter statements to perform when no records are found such as...
  14194.     display dialog "Sorry, the item you selected could not be found."
  14195.     return
  14196. end try
  14197. e    No ChangefJpalette
  14198. color bit depth
  14199. batch processing
  14200. optimizing
  14201. conditional statementsq
  14202. Dev.CD Jan 00 SDK1
  14203. D!All Packages
  14204. Tool Chest Edition
  14205. Debugging Modern Memory Manager
  14206.     tell application "Finder"
  14207.         open item "Dev.CD Jun 97 SSW"
  14208.         activate
  14209.     end tell
  14210. on error errMsg number errNum
  14211.     --enter statements to perform when no records are found such as...
  14212.     display dialog "Sorry, the item you selected could not be found."
  14213.     return
  14214. end try
  14215. All Packages
  14216. Dev.CD Jun 97 SSWP
  14217. Dev.CD Jun 97 SSV
  14218. 1945X
  14219. Jun 97
  14220. For years multimedia developers have regarded Equilibrium's DeBabelizer as the graphic application equivalent of the Swiss Army Knife. It's ability to open, manipulate and save in almost any graphic file format for a wide range of platforms has been indispensable. Add to this the ability to run an automated "Batch" process on a set of files with a series of graphic manipulations and you have a tool that saves time, effort and money. With the introduction of version 3.0 for the Macintosh EqB
  14221. uilibrium has added a host of new features that offer professional control of still, video and web graphics and a greatly improved user interface.
  14222. Jul 98RJ Redistribution SDK includes the 
  14223. MRJ Redistribution.smi
  14224.  that you will bundle with your own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  14225. About MRJ 2.1.4
  14226.  for MRJ
  14227. s system requirements.
  14228. CD Jun 97 SSV
  14229. 1948X
  14230. Jun 97
  14231. generates
  14232. generating
  14233. generation
  14234. gestaltW
  14235. getkeys
  14236. getstdfilterproc
  14237. getting
  14238. getting/setting
  14239. given
  14240. gives
  14241. giving
  14242. glance
  14243. global
  14244. global-aware
  14245. globals
  14246. glossaries
  14247. glossary
  14248. glyphs
  14249. going
  14250. goodies
  14251. grabber
  14252. grammatical
  14253. graphic
  14254. graphical
  14255. graphics
  14256. grayscale
  14257. great
  14258. greater
  14259. greatly
  14260. green
  14261. group
  14262. groups
  14263. Advanced Web Site Technique.pdf
  14264. Avoid Audio Pitfalls Guide.pdf
  14265. CompbasedMediaBroadcastEnv
  14266. Creating MIDI for the Web3.pdf
  14267. DeBabelizer 3.0.pdf
  14268. Design For Reuse.pdf
  14269. DesignForRobustness
  14270. Digital Asset Management.pdf
  14271. Digital Storyboard.pdf 
  14272. DVD Development.pdf
  14273. DVD_Primer.pdf
  14274. Enhanced CD Survival Guide.pdf
  14275. EOModeler
  14276. Frameworks.pdf
  14277. Gender-Based Title Creation.pdf
  14278. Int_Media_Writer_Resources.pdf
  14279. Java Survival Guide.pdf
  14280. Making Cool QD3D Apps.pdf
  14281. Music on the Net.pdf
  14282. New Audio Features QT3.pdf
  14283. Porting
  14284. kObjectiveCtoJava
  14285. Push Tech Survival Gd.pdf
  14286. QT3-More Than Dig. Video.pdf
  14287. Simplified Stream Audio.pdf
  14288. Web Animation Guide.pdf
  14289. WebObjects Database Part I.pdf
  14290. WebObjects Database Part II.pdf
  14291. WebObjects Memory Mgmt.pdf
  14292. WebObjects Tools and Techniques
  14293. WebObjectsCategories&Posers.pdf
  14294. WebObjectsPerformanceTuning
  14295. Working with WebObjects.pdf
  14296. Writing for Interactive Media
  14297. er code is contained in the source files MRJAppleSetup.c and MRJApple.c.
  14298.  The Apple Installer example is comprised of two
  14299. Jul 98M
  14300. Acrobat Reader 3.0NNpalette, color bit depth, batch processing, optimizing, conditional statementsO/Dev.CD Jan 00 SDK1:Interactive Media Resources:P1Dev.CD Jan 00 SDK1
  14301.  - Interactive Media Resourcesincluded as a installer setup function.  The second target, 
  14302. Apple Installer
  14303.  generates a resource file called APPLEMRJ.rsrc that is to be included as an installer action atom called during the install.
  14304. Installer VISE example
  14305.  The Installer VISE wrapper code is contained in the source file
  14306.  MRJVise.c.
  14307.  The Installer VISE example generates an installer extension called VISEMRJ.rsrc.
  14308.  The Installer VISE example is set up to be called at initialization of the installer.  In the VISE External Code settings, specify that this extension needs to be called at initialization and before the install.
  14309. Stuffit InstallerMaker example
  14310.  The Stuffit InstallerMaker wrapper code is contained in the source file MRJStuffit.c.
  14311.  The Stuffit Installer example generates an installer extension 
  14312. chest
  14313. editionW
  14314. 3.2.1
  14315. 3.2.3
  14316. 3.6.5
  14317. 3/5-slot
  14318. 300-mhz
  14319. 38400/8/n/1
  14320. 3d-party
  14321. 3d-the
  14322. 4.0.8
  14323. 4.5.2
  14324. 40-60
  14325. 4400/200
  14326. program
  14327. control
  14328. access
  14329. 5300c/1005300ce/1173
  14330. 58.1.5
  14331. 5thcolumnW
  14332. 6.0.4
  14333. 6.3.1
  14334. 6.3.2
  14335. add-ons
  14336. addchange
  14337. added
  14338. addheader
  14339. adding
  14340. addition
  14341. additional
  14342. additionally
  14343. additions
  14344. addresmenu
  14345. addresmenu7.1
  14346. address
  14347. address
  14348. resolution
  14349. protocol
  14350. protocol
  14351. mapping
  14352. addresses
  14353. addressing
  14354. adequate
  14355. adevs
  14356. adhere
  14357. adjust
  14358. adjustable
  14359. adjustments
  14360. admin
  14361. administration
  14362. administrator's
  14363. administrators
  14364. adobe
  14365. Developer CD (II)P
  14366. Developer CD (IIV
  14367. 5108X
  14368. er CD 
  14369. f--set theItem to choose file -- uncomment to test in an AS editor
  14370.     tell application "Finder"
  14371.         open item "Developer CD (II)"
  14372.         activate
  14373.     end tell
  14374. on error errMsg number errNum
  14375.     --enter statements to perform when no records are found such as...
  14376.     display dialog "Sorry, the item you selected could not be found."
  14377.     return
  14378. end try
  14379. All Packages
  14380. 6.0.3O$Developer CD (III)
  14381. Developer CD (II)P#Developer CD (III)
  14382. Developer CD (IIV
  14383. 5109X
  14384. er CD 
  14385. y--set theItem to choose file -- uncomment to test in an AS editor
  14386.     tell application "Finder"
  14387.         open item "Developer CD (III)
  14388. Developer CD (II)"
  14389.         activate
  14390.     end tell
  14391. on error errMsg number errNum
  14392.     --enter statements to perform when no records are found such as...
  14393.     display dialog "Sorry, the item you selected could not be found."
  14394.     return
  14395. end try
  14396. All Packages
  14397. 6.0.3V
  14398. 5110X
  14399. b--set theItem to choose file -- uncomment to test in an AS editor
  14400.     tell application "Finder"
  14401.         open item "Dev.CD Jul 93"
  14402.         activate
  14403.     end tell
  14404. on error errMsg number errNum
  14405.     --enter statements to perform when no records are found such as...
  14406.     display dialog "Sorry, the item you selected could not be found."
  14407.     return
  14408. end try
  14409.     return
  14410. end try
  14411. expanded
  14412. expands
  14413. expansion
  14414. explaining
  14415. explains
  14416. explanation
  14417. explicit
  14418. exploded
  14419. exploit
  14420. exploiting
  14421. explored
  14422. explores
  14423. exploring
  14424. export
  14425. exported
  14426. exposed
  14427. exposure
  14428. express
  14429. expressions
  14430. expressive
  14431. extend
  14432. extended
  14433. extending
  14434. extends
  14435. extensible
  14436. extension
  14437. packages
  14438. All Packages
  14439. System Enabler 065 (LC 575)O
  14440. Dev.CD Apr 94
  14441. Dev.CD Jan 94P
  14442. Dev.CD Apr 94
  14443. Dev.CD Jan 9V
  14444. 6716X
  14445. Apr 94
  14446. p--set theItem to choose file -- uncomment to test in an AS editor
  14447.     tell application "Finder"
  14448.         open item "Dev.CD Apr 94
  14449. Dev.CD Jan 94"
  14450.         activate
  14451.     end tell
  14452. on error errMsg number errNum
  14453.     --enter statements to perform when no records are found such as...
  14454.     display dialog "Sorry, the item you selected could not be found."
  14455.     return
  14456. end try
  14457. All Packages
  14458. System Enabler 065 (LC 575)O
  14459. Dev.CD Apr 94
  14460. Dev.CD Jan 94P
  14461. Dev.CD Apr 94
  14462. Dev.CD Jan 9V
  14463. 6717X
  14464. Apr 94
  14465. p--set theItem to choose file -- uncomment to test in an AS editor
  14466.     tell application "Finder"
  14467.         open item "Dev.CD Apr 94
  14468. Dev.CD Jan 94"
  14469.         activate
  14470.     end tell
  14471. on error errMsg number errNum
  14472.     --enter statements to perform when no records are found such as...
  14473.     display dialog "Sorry, the item you selected could not be found."
  14474.     return
  14475. end try
  14476. 2JxALM_SDK_Doc.html
  14477. Generic
  14478. Generic ALM Module.CWPro2
  14479. Graphics
  14480. Install ALM 1.0.2
  14481. Install ALM 2.0.1
  14482. Makefile
  14483. Objects
  14484. SourcesK
  14485. Apr 97L
  14486. Mar 98MOMacOS 8 is required for ALM 2.0. ALM 1.0.2 will install on System 7.6 or 7.6.1.NNLocation, ALM, Configuration, Setting, Preference, Switch, Module, EnvironmentOBDev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Location Manager:PJDev.CD Jan 00 SDK1
  14487.  - Development Kits
  14488.  - Mac OS
  14489.  - Apple Location ManagerV
  14490. 5753X
  14491. Jan 00^
  14492. --set theItem to choose file -- uncomment to test in an AS editor
  14493.     tell application "Finder"
  14494.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Location Manager:"
  14495.         activate
  14496.     end tell
  14497. on error errMsg number errNum
  14498.     --enter statements to perform when no records are found such as...
  14499.     display dialog "Sorry, the item you selected could not be found."
  14500.     return
  14501. end try
  14502. e    No ChangefGLocation
  14503. Configuration
  14504. Setting
  14505. Preference
  14506. Switch
  14507. Module
  14508. Environmentq
  14509. Dev.CD Jan 00 SDK1
  14510. oracle@
  14511. organizational@
  14512. otgetendpointinfo@
  14513. others@
  14514. outline@
  14515. overview@
  14516. packet@
  14517. panels@
  14518. particular@
  14519. party@
  14520. pbwriteasync@
  14521. peoplesoft@
  14522. perfectly@
  14523. phone@
  14524. pixpat@
  14525. places@
  14526. plain-text@
  14527. plugging@
  14528. port@
  14529. post@
  14530. pottier@
  14531. power
  14532. developer
  14533. note@
  14534. powerbook@
  14535. predecessor@
  14536. premiere@
  14537. previous@
  14538. prices@
  14539. prints@
  14540. procedures@
  14541. produce@
  14542. producer/consumer@
  14543. production@
  14544. proficient@
  14545. programmatic@
  14546. promotional@
  14547. protocol's@
  14548. provide@
  14549. provided@
  14550. providing@
  14551. qtic-savvy@
  14552. summary
  14553. summary
  14554. 5thcolumn
  14555. allows
  14556. control
  14557. informati@
  14558. summary
  14559. adobe's
  14560. acrobat
  14561. exchange
  14562. enables
  14563. users
  14564. summary
  14565. apple
  14566. directions
  14567. developer
  14568. business
  14569. report
  14570. 1-12/@
  14571. summary
  14572. cfm-68k
  14573. runtime
  14574. architecture
  14575. 68k-based
  14576. maci@
  14577. buttons
  14578. devices
  14579. directional
  14580. elements
  14581. int'l
  14582. developer
  14583. contacts
  14584. interactive
  14585. interactive
  14586. success
  14587. guide
  14588. interapplication
  14589. interface
  14590. interfaces&libraries
  14591. international
  14592. international
  14593. 1.5.1
  14594. iso9660
  14595. issue
  14596. 1.0fc1
  14597. creating
  14598. creating
  14599. pippin
  14600. cdroms
  14601. creation
  14602. creator
  14603. creator
  14604. registration
  14605. cslidercontrol
  14606. cslidercontrol
  14607. cslidercontrol
  14608. cslidercontrol
  14609. csmp-digest-readme
  14610. csmp-digest-readme
  14611. csmp-digest-v3-001
  14612. csmp-digest-v3-002
  14613. csmp-digest-v3-003
  14614. csmp-digest-v3-004
  14615. csmp-digest-v3-005
  14616. csmp-digest-v3-006
  14617. csmp-digest-v3-007
  14618. csmp-digest-v3-008
  14619. csmp-digest-v3-009
  14620. csmp-digest-v3-010
  14621. ucts. 
  14622.  Monitor the MRJ web site at http://developer.apple.com/java/ for additional documentation, information about future releases, known problems, and other MRJ news.
  14623. Known issues
  14624.  Java Epoch Date: Java
  14625. s internal clock calculates dates as the time since January 1, 1970. If the system clock on your Macintosh is set to an earlier date, Java applets and applications may hang or exhibit other unusual behavior. Ensure that the current date 
  14626. compilable
  14627. authentication
  14628. authoring
  14629. autoguest
  14630. autoguest
  14631. user's
  14632. guide
  14633. autoguest
  14634. autotest
  14635. auxiliary
  14636. avoid
  14637. avoid
  14638. audio
  14639. pitfalls
  14640. guide
  14641. b-british
  14642. control
  14643. balloonify
  14644. balloonify
  14645. balloonify
  14646. balloony
  14647. balloony
  14648. balloony
  14649. resources
  14650. balloonyhelp
  14651. balloonyhelp
  14652. balloonyres
  14653. balloonyres
  14654. barnesandnoble
  14655. barnesandnoble
  14656. basic
  14657. basic
  14658. connectivity
  14659. 1.1.1
  14660. bbedit
  14661. bbedit
  14662. extensions
  14663. bbedit
  14664. bbedit
  14665. quickstart
  14666. before
  14667. begin
  14668. benelux
  14669. benelux
  14670. distributors/localiz
  14671. betabase
  14672. betabase
  14673. bigeasy2
  14674. offers
  14675. official
  14676. officially
  14677. offsample
  14678. offscreen
  14679. offset
  14680. offsetting
  14681. often
  14682. on-line-service
  14683. on-screen
  14684. online
  14685. opendoc
  14686. operate
  14687. operating
  14688. operation
  14689. operations
  14690. opportunity
  14691. optimizer
  14692. optimizing
  14693. options
  14694. gender-based
  14695. gender-based
  14696. title
  14697. creation
  14698. general
  14699. general
  14700. tools
  14701. generator
  14702. generic
  14703. generic
  14704. module
  14705. cwpro2
  14706. german
  14707. german
  14708. 1.1.3
  14709. istributors/localiz
  14710. gestalt
  14711. gestalt
  14712. gestalt
  14713. selectors
  14714. gestalt
  14715. submission
  14716. config
  14717. getbootvol
  14718. getbootvol
  14719. getdinfo
  14720. getdinfo
  14721. getdir
  14722. getdir
  14723. geteof
  14724. geteof
  14725. getfinfo
  14726. getfinfo
  14727. gethelpstrings
  14728. geticon
  14729. geticon
  14730. getinfo
  14731. getinfo
  14732. getkeys
  14733. getlastchange
  14734. getmfsize
  14735. getmode
  14736. getmode
  14737. getsetoptions
  14738. getsetoptions
  14739. getsetoptions-68k
  14740. getsetoptions-ppc
  14741. getting
  14742. getting
  14743. started
  14744. getvinfo
  14745. getvinfo
  14746. one's
  14747. one-time
  14748. onescanner
  14749. online
  14750. ooptesample
  14751. opaque
  14752. opcode
  14753. opcodes
  14754. skills
  14755. skipped
  14756. slated
  14757. sleuthing
  14758. slots
  14759. slower
  14760. editor
  14761. edittextcdev
  14762. mini-conference
  14763. report
  14764. gif89a
  14765. embedding
  14766. profile
  14767. embedding
  14768. profiles
  14769. embedding
  14770. profiles
  14771. embedding
  14772. profiles
  14773. embedding
  14774. profiles
  14775. emulator
  14776. emulator
  14777. update
  14778. extension
  14779. enabler
  14780. encodings
  14781. engineering
  14782. engines
  14783. english
  14784. englishmiscellaneous
  14785. englishmiscellaneous
  14786. englishmiscellaneous
  14787. englishterminology
  14788. englishterminology
  14789. englishterminology
  14790. enhanced
  14791. enhanced
  14792. survival
  14793. guide
  14794. environment
  14795. eomodeler
  14796. eomodeler
  14797. errata
  14798. ethernet
  14799. event
  14800. apple
  14801. ethernet
  14802. apple
  14803. video
  14804. example
  14805. example
  14806. examples
  14807. experimental
  14808. reuse
  14809. revision
  14810. rfc1332
  14811. rfc1332
  14812. rfc1334
  14813. rfc1334
  14814. authentication
  14815. rfc1378
  14816. rfc1378
  14817. rfc1570
  14818. rfc1570
  14819. rfc1618
  14820. rfc1618
  14821. rfc1661
  14822. rfc1661
  14823. rfc1662
  14824. rfc1662
  14825. rhapsody
  14826. rhapsody
  14827. richardson
  14828. rights
  14829. rinaldi
  14830. runtime
  14831. sample
  14832. sample
  14833. management
  14834. manager
  14835. manalyzer
  14836. manalyzer
  14837. manalyzer
  14838. manalyzer
  14839. relase
  14840. notes
  14841. manalyzer
  14842. relase
  14843. notes
  14844. media
  14845. memory
  14846. memory
  14847. management
  14848. menutest
  14849. message
  14850. meta-content
  14851. meta-content
  14852. format
  14853. metrowerks
  14854. metrowerks
  14855. build
  14856. script
  14857. minimaldeclrom
  14858. minimaldeclrom
  14859. module
  14860. monitor
  14861. mountprojector
  14862. mountserver
  14863. moviecallbacks
  14864. program
  14865. Dev.CD Apr 95
  14866. Dev.CD Jan 95P
  14867. Dev.CD Apr 95
  14868. Dev.CD Jan 9V
  14869. 6311X
  14870. Apr 95
  14871. p--set theItem to choose file -- uncomment to test in an AS editor
  14872.     tell application "Finder"
  14873.         open item "Dev.CD Apr 95
  14874. Dev.CD Jan 95"
  14875.         activate
  14876.     end tell
  14877. on error errMsg number errNum
  14878.     --enter statements to perform when no records are found such as...
  14879.     display dialog "Sorry, the item you selected could not be found."
  14880.     return
  14881. end try
  14882. All Packages
  14883. QuickDraw GXO
  14884. Dev.CD Apr 95P
  14885. Dev.CD Apr 9V
  14886. 6312X
  14887. Apr 95
  14888. b--set theItem to choose file -- uncomment to test in an AS editor
  14889.     tell application "Finder"
  14890.         open item "Dev.CD Apr 95"
  14891.         activate
  14892.     end tell
  14893. on error errMsg number errNum
  14894.     --enter statements to perform when no records are found such as...
  14895.     display dialog "Sorry, the item you selected could not be found."
  14896.     return
  14897. end try
  14898. All Packages
  14899. QuickDraw GXO
  14900. Dev.CD Apr 95P
  14901. Dev.CD Apr 9V
  14902. 6313X
  14903. Apr 95
  14904. siteinfo
  14905. sites
  14906. sizetkl
  14907. sizetkl
  14908. sizetkl
  14909. slideshow
  14910. slotlook
  14911. slotlook
  14912. slotlook
  14913. slotlook
  14914. slotlook
  14915. slots
  14916. snapshot
  14917. snapshot
  14918. sample
  14919. snapshotsample
  14920. snapshotsample
  14921. snarfer
  14922. sndmemrecord
  14923. sndrecord
  14924. agent
  14925. specific
  14926. files
  14927. transports
  14928. staging
  14929. alerts
  14930. standalone
  14931. standalone
  14932. quick
  14933. start
  14934. standards
  14935. start
  14936. storyboard
  14937. stream
  14938. stress
  14939. stress
  14940. testing
  14941. tools
  14942. strip
  14943. stripunits
  14944. stuff
  14945. style
  14946. style
  14947. submission
  14948. success
  14949. suite
  14950. suites
  14951. suites
  14952. under
  14953. development
  14954. survey
  14955. survival
  14956. sweden
  14957. sweden
  14958. distributors/localiz
  14959. All Packages
  14960. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  14961. Dev.CD Jan 94
  14962. Dev.CD Oct 93
  14963. Dev.CD Jul 93P6Dev.CD Apr 94
  14964. Dev.CD Jan 94
  14965. Dev.CD Oct 93
  14966. Dev.CD Jul 9V
  14967. 6690X
  14968. Apr 94
  14969. --set theItem to choose file -- uncomment to test in an AS editor
  14970.     tell application "Finder"
  14971.         open item "Dev.CD Apr 94
  14972. Dev.CD Jan 94
  14973. Dev.CD Oct 93
  14974. Dev.CD Jul 93"
  14975.         activate
  14976.     end tell
  14977. on error errMsg number errNum
  14978.     --enter statements to perform when no records are found such as...
  14979.     display dialog "Sorry, the item you selected could not be found."
  14980.     return
  14981. end try
  14982. All Packages
  14983. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  14984. Dev.CD Jan 94
  14985. Dev.CD Oct 93
  14986. Dev.CD Jul 93
  14987. Dev.CD Apr 93PDDev.CD Apr 94
  14988. Dev.CD Jan 94
  14989. Dev.CD Oct 93
  14990. Dev.CD Jul 93
  14991. Dev.CD Apr 9V
  14992. 6691X
  14993. Apr 94
  14994. 5865X
  14995. Feb 00^
  14996. --set theItem to choose file -- uncomment to test in an AS editor
  14997.     tell application "Finder"
  14998.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  14999.         activate
  15000.     end tell
  15001. on error errMsg number errNum
  15002.     --enter statements to perform when no records are found such as...
  15003.     display dialog "Sorry, the item you selected could not be found."
  15004.     return
  15005. end try
  15006. e    No Changef+Memory Manager
  15007. Power Macintosh
  15008. heaps
  15009. memoryq
  15010. Dev.CD Feb 00 TC
  15011. D!All Packages
  15012. Mac OS SDK Edition
  15013. Debugging Sound ManagerI
  15014. A debug build of Sound Manager 3.2.1 that may be useful for tracking down sound related problems.
  15015. Features: A debug build of Sound Manager 3.2.1.J.Debug Sound Manager
  15016. Readme Debug Sound ManagerK
  15017. Jan 98N
  15018. Debug Sound Manager 3.2.1ObDev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:ge
  15019. All Packages
  15020. Dev.CD Feb 98 SSWP
  15021. Dev.CD Feb 98 SSV
  15022. 1976X
  15023. Feb 98
  15024. network@
  15025. note@
  15026. html@
  15027. transport
  15028. 1.1.2@
  15029. opendoc
  15030. readme@
  15031. overview@
  15032. paper@
  15033. pascal@
  15034. picker@
  15035. player@
  15036. poptag@
  15037. profilerenamer
  15038. readme@
  15039. projectxpluginppc@
  15040. proto@
  15041. pubs@
  15042. survival
  15043. qttestapplet@
  15044. quickdraw
  15045. v1.5.2@
  15046. qwertytunes
  15047. filing
  15048. read@
  15049. sample@
  15050. readme@
  15051. readme
  15052. release
  15053. notes@
  15054. reuse@
  15055. rincludes@
  15056. runtime@
  15057. sample
  15058. sample
  15059. code@
  15060. sample
  15061. sample
  15062. makefiles@
  15063. scrapbook@
  15064. selectdir@
  15065. server@
  15066. servers@
  15067. sgcapture@
  15068. software@
  15069. soundmemrecord@
  15070. spain
  15071. distributors/localiz@
  15072. specs@
  15073. speech
  15074. recognition
  15075. manager
  15076. docs@
  15077. sphere@
  15078. stoppinf@
  15079. storyboard@
  15080. switch@
  15081. target@
  15082. tccalc@
  15083. testhidprobe@
  15084. encodings@
  15085. textchanger
  15086. 2.0.1@
  15087. textoid@
  15088. foundation's
  15089. four-color
  15090. four-digit
  15091. fractional
  15092. fragile
  15093. fragment
  15094. fragments
  15095. frame
  15096. frames
  15097. frames/sec
  15098. framework
  15099. framework-based
  15100. frameworks
  15101. francois
  15102. franke
  15103. freed
  15104. freeing
  15105. freely
  15106. freeware
  15107. french
  15108. freqforeverchange
  15109. frequency
  15110. frequently
  15111. f--set theItem to choose file -- uncomment to test in an AS editor
  15112.     tell application "Finder"
  15113.         open item "Dev.CD Jun 97 SSW"
  15114.         activate
  15115.     end tell
  15116. on error errMsg number errNum
  15117.     --enter statements to perform when no records are found such as...
  15118.     display dialog "Sorry, the item you selected could not be found."
  15119.     return
  15120. end try
  15121. pci-pci
  15122. pcmcia
  15123. container
  15124. ackages
  15125. Dev.CD Apr 98 SDKP
  15126. Dev.CD Apr 98 SDV
  15127. 1978X
  15128. Apr 98
  15129. f--set theItem to choose file -- uncomment to test in an AS editor
  15130.     tell application "Finder"
  15131.         open item "Dev.CD Apr 98 SDK"
  15132.         activate
  15133.     end tell
  15134. on error errMsg number errNum
  15135.     --enter statements to perform when no records are found such as...
  15136.     display dialog "Sorry, the item you selected could not be found."
  15137.     return
  15138. end try
  15139. All Packages
  15140. Dev.CD Jul 98 SSW/SDKP
  15141. Dev.CD Jul 98 SSW/SDV
  15142. 1979X
  15143. Jul 98
  15144. webobjects
  15145. database
  15146. webobjects
  15147. database
  15148. webobjects
  15149. webobjects
  15150. memory
  15151. webobjects
  15152. tools
  15153. techniques
  15154. webobjects36
  15155. webobjects36
  15156. webobjectsandjava
  15157. webobjectscategories
  15158. webobjectscategories
  15159. webobjectsperformanc
  15160. webobjectsperformanc
  15161. webobjectstoolsandte
  15162. webobjectstoolsandte
  15163. hypercard
  15164. what's
  15165. what's
  15166. 1.4.2
  15167. ggers, performance analysisO6Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD Feb 00 TC
  15168.  - Tool Chest
  15169.  - Development Kits
  15170.  - MPW etc.V
  15171. 4234X
  15172. Feb 00^
  15173. Revised
  15174. Summary:  This package contains a debugging version of the Modern Memory Manager. Once installed on Power Macintosh machines it allows the developer greater control in detecting and eliminating memory manager bugs. A control panel is provided which allows for dynamic enabling and disabling of the debugging features.
  15175. Features:
  15176. Check Heap on Entry - validate heap data structures on entry to Memory Manager calls.
  15177. Check Heap on Exit - validate heap data strutures on exit from Memory Manager c
  15178. alls.
  15179. Fill Free Blocks - fill disposed, emptied, or purged blocks with garbage.
  15180. Check Blocks - More robust check on validity of a handle or pointer passed into the Memory Manager
  15181. Issues:
  15182. When full robust checking is enabled, and VM is also enabled, your machine will slow to a crawl.
  15183. DMM may report errors when using Chooser.
  15184. System Heap doesn't have as robust error checking as other heaps
  15185. Memory Management.imgK
  15186. Apr 95L
  15187. Jan 96M
  15188. Any Power Macintosh.Jul 98 SSW/SDKV
  15189. 1982X
  15190. All Packages
  15191. F    QuickTimeO
  15192. Dev.CD Jan 95
  15193. Dev.CD Oct 94P
  15194. Dev.CD Jan 95
  15195. Dev.CD Oct 9V
  15196. 6354X
  15197. Jan 95
  15198. p--set theItem to choose file -- uncomment to test in an AS editor
  15199.     tell application "Finder"
  15200.         open item "Dev.CD Jan 95
  15201. Dev.CD Oct 94"
  15202.         activate
  15203.     end tell
  15204. on error errMsg number errNum
  15205.     --enter statements to perform when no records are found such as...
  15206.     display dialog "Sorry, the item you selected could not be found."
  15207.     return
  15208. end try
  15209. All Packages
  15210. F    QuickTimeO
  15211. Dev.CD Jan 95
  15212. Dev.CD Oct 94P
  15213. Dev.CD Jan 95
  15214. Dev.CD Oct 9V
  15215. 6355X
  15216. Jan 95
  15217. p--set theItem to choose file -- uncomment to test in an AS editor
  15218.     tell application "Finder"
  15219.         open item "Dev.CD Jan 95
  15220. Dev.CD Oct 94"
  15221.         activate
  15222.     end tell
  15223. on error errMsg number errNum
  15224.     --enter statements to perform when no records are found such as...
  15225.     display dialog "Sorry, the item you selected could not be found."
  15226.     return
  15227. end try
  15228. All Packages
  15229. Jul 99^
  15230. --set theItem to choose file -- uncomment to test in an AS editor
  15231.     tell application "Finder"
  15232.         open item "Dev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:"
  15233.         activate
  15234.     end tell
  15235. on error errMsg number errNum
  15236.     --enter statements to perform when no records are found such as...
  15237.     display dialog "Sorry, the item you selected could not be found."
  15238.     return
  15239. end try
  15240. e    No Changef@MacOSXServer
  15241. AppKit
  15242. Foundation
  15243. Project Builder
  15244. Interface Builderq
  15245. Dev.CD Jul 99 SDK1
  15246. All Packages
  15247. F!Technical Publications: QuickTime
  15248. cSummary: Collection of QuickTime Developer Documentation for Video, sound, music, 3D, and virtual reality for Macintosh and Windows.
  15249. PDF documentation is only available on the Quick Time 4 SDK, and via the World Wide Web at: http://developer.apple.com/techpubs/index.html.
  15250. Features: Go to the QuickTime Site Updates page for a summary of recent changes.
  15251. Sep 981e    No Change
  15252. Summary: This package provides English error messages for OS errors and result codes
  15253. Features: All result codes from IM-I through IM-VI are included. This submission adds a failure handler and code that displays a stack crawl following A6 links.J
  15254. General tools.imgK
  15255. Vol VIIIL
  15256. Mar 92M
  15257. Works with THINK C, MPW C and MPW Pascal.  Probably works with THINK Pascal, and might very well work with other development environments too.O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  15258.  - Tool Chest
  15259.  - Testing & Debugging
  15260.  - General toolsV
  15261. 6453X
  15262. Feb 00^
  15263. --set theItem to choose file -- uncomment to test in an AS editor
  15264.     tell application "Finder"
  15265.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  15266.         activate
  15267.     end tell
  15268. on error errMsg number errNum
  15269.     --enter statements to perform when no records are found such as...
  15270.     display dialog "Sorry, the item you selected could not be found."
  15271.     return
  15272. end try
  15273. OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  15274.  - Tool Chest
  15275.  - Testing & Debugging
  15276.  - Memory Managementool Chest:Toolbox:MountAlias 1.0:"
  15277.         activate
  15278.     end tell
  15279. on error errMsg number errNum
  15280.     --enter statements to perform when no records are found such as...
  15281.     display dialog "Sorry, the item you selected could not be found."
  15282.     return
  15283. end try
  15284. All Packages
  15285. Dev.CD Jul 98 SSW/SDKP
  15286. Dev.CD Jul 98 SSW/SDV
  15287. 1988X
  15288. Jul 98
  15289. j--set theItem to choose file -- uncomment to test in an AS editor
  15290.     tell application "Finder"
  15291.         open item "Dev.CD Jul 98 SSW/SDK"
  15292.         activate
  15293.     end tell
  15294. on error errMsg number errNum
  15295.     --enter statements to perform when no records are found such as...
  15296.     display dialog "Sorry, the item you selected could not be found."
  15297.     return
  15298. end try
  15299. All Packages
  15300. Dev.CD Jul 98 SSW/SDKP
  15301. Dev.CD Jul 98 SSW/SDV
  15302. 1989X
  15303. Jul 98
  15304. Dev.CD Apr 98 SDK2
  15305. D!All Packages
  15306. Mac OS SDK Edition
  15307. QuickTake for Windows 1.5
  15308. DIMPORTANT INFORMATION ABOUT THIS SDK
  15309. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  15310. http://www.apple.com/quicktime/.
  15311. QuickTake software for Windows developers.  Also see QuickTake Digital Camera SDK for more info.
  15312. untitled (DOS 1.4MB format)K
  15313. Sep 97N"QuickTake, Windows, Digital cameraOGDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:PLDev.CD Apr 98 SDK2
  15314.  - Development Kits (Disc 2)
  15315.  - QuickTake for Windows 1.5V
  15316. 6351X
  15317. Apr 98^
  15318. receives
  15319. otbuffer
  15320. otbufferinfo
  15321. transport
  15322. rawip
  15323. transport
  15324. traceroute
  15325. rawip
  15326. transport
  15327. otgetendpointinfo
  15328. tendpointinfo
  15329. etsda
  15330. lette
  15331. palette
  15332. color
  15333. depth
  15334. batch
  15335. processing
  15336. optimizing
  15337. conditio
  15338. pan/tilt
  15339. panel
  15340. pascal
  15341. eb 00 TC
  15342. lD!All Packages
  15343. Tool Chest Edition
  15344. MPHelloWorld (Pascal)
  15345. ;Summary: DayStar Digital and Apple Computer, Inc. have designed a multiprocessing, multitasking, applications programming interface, the Multiprocessing API (MP API), for use in a new generation for PowerPC-based Mac OS multiprocessing systems. This is a Pascal version of the MP Sample code included with this SDK.
  15346. JFhelloWorld.rsrc
  15347. MPHelloWorld (Pascal)
  15348. MPHelloWorld (Pascal).
  15349. sources:K
  15350. Feb 97M2the MP library, but does not require a MP machine.N
  15351. Multi-processing,  MP PascalOcDev.CD Nov 99 TC:What's New:Development Kits:Multiprocessing SDK:Sample Code:MPHelloWorld (Pascal):PqDev.CD Nov 99 TC
  15352.  - What's New
  15353.  - Development Kits
  15354.  - Multiprocessing SDK
  15355.  - Sample Code
  15356.  - MPHelloWorld (Pascal)V
  15357. 4232X
  15358. Nov 99^
  15359. PmDev.CD Apr 98 SDK2
  15360.  - Development Kits (Disc 2)
  15361.  - Sound Manager
  15362.  - For Developers
  15363.  - Debugging Sound ManagerV
  15364. 5866X
  15365. Apr 98^
  15366. --set theItem to choose file -- uncomment to test in an AS editor
  15367.     tell application "Finder"
  15368.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:"
  15369.         activate
  15370.     end tell
  15371. on error errMsg number errNum
  15372.     --enter statements to perform when no records are found such as...
  15373.     display dialog "Sorry, the item you selected could not be found."
  15374.     return
  15375. end try
  15376. e    No Changef
  15377. Debug Sound Manager 3.2.1q
  15378. Dev.CD Apr 98 SDK2
  15379. D!All Packages
  15380. Tool Chest Edition
  15381. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  15382. Ex Apple Video ROM
  15383. Example Vid ROM from C&D
  15384. ExROM-1Func sResource
  15385. MinimalDeclROM.a
  15386. ROM diagramsK
  15387. Oct 92ge
  15388. rking
  15389.  - MoreNetworkSetup
  15390. N.Memory Manager, Power Macintosh, heaps, memoryto choose file -- uncomment to test in an AS editor
  15391.     tell application "Finder"
  15392.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Sample Code:Networking:MoreNetworkSetup:"
  15393.         activate
  15394.     end tell
  15395. on error errMsg number errNum
  15396.     --enter statements to perform when no records are found such as...
  15397.     display dialog "Sorry, the item you selected could not be found."
  15398.     return
  15399. end try
  15400. e    No ChangefnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveq
  15401. Dev.CD Dec 99 RL Disk 1
  15402. kD!All Packages
  15403. Tool Chest Edition
  15404. MountAlias 1.0I}Summary: MountAlias is a control panel device that automatically creates aliases to AppleShare volumes when they are mounted.J.MountAlias
  15405. MountAlias Info
  15406. MountAlias Info.txtK
  15407. Vol XIM
  15408. System 7.0 requiredO3Dev.CD Feb 00 TC:Tool Chest:Toolbox:MountAlias 1.0:P;Dev.CD Feb 00 TC
  15409.  - Tool Chest
  15410.  - Toolbox
  15411.  - MountAlias 1.0V
  15412. 4231X
  15413. Feb 00^
  15414. b--set theItem to choose file -- uncomment to test in an AS editor
  15415.     tell application "Finder"
  15416.         open item "Dev.CD Oct 94"
  15417.         activate
  15418.     end tell
  15419. on error errMsg number errNum
  15420.     --enter statements to perform when no records are found such as...
  15421.     display dialog "Sorry, the item you selected could not be found."
  15422.     return
  15423. end try
  15424. Jul 95
  15425. b--set theItem to choose file -- uncomment to test in an AS editor
  15426.     tell application "Finder"
  15427.         open item "Dev.CD Jul 95"
  15428.         activate
  15429.     end tell
  15430. on error errMsg number errNum
  15431.     --enter statements to perform when no records are found such as...
  15432.     display dialog "Sorry, the item you selected could not be found."
  15433.     return
  15434. end try
  15435. All Packages
  15436. System 7.5 Update 2.0O"Dev.CD May 96 TC
  15437. Dev.CD Jul 96 SSWP!Dev.CD May 96 TC
  15438. Dev.CD Jul 96 SSV
  15439. 6612X
  15440. May 96
  15441. w--set theItem to choose file -- uncomment to test in an AS editor
  15442.     tell application "Finder"
  15443.         open item "Dev.CD May 96 TC
  15444. Dev.CD Jul 96 SSW"
  15445.         activate
  15446.     end tell
  15447. on error errMsg number errNum
  15448.     --enter statements to perform when no records are found such as...
  15449.     display dialog "Sorry, the item you selected could not be found."
  15450.     return
  15451. end try
  15452. All Packages
  15453. System 7.5 Update 2.0O
  15454. Dev.CD Jul 96 SSWP
  15455. Dev.CD Jul 96 SSV
  15456. 6613X
  15457. Jul 96
  15458. OHDev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Declaration ROMs:PSDev.CD Feb 00 TC
  15459.  - Tool Chest
  15460.  - Devices
  15461.  - NuBus/Slot Manager
  15462.  - Declaration ROMsV
  15463. 5867X
  15464. Feb 00^
  15465. --set theItem to choose file -- uncomment to test in an AS editor
  15466.     tell application "Finder"
  15467.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Declaration ROMs:"
  15468.         activate
  15469.     end tell
  15470. on error errMsg number errNum
  15471.     --enter statements to perform when no records are found such as...
  15472.     display dialog "Sorry, the item you selected could not be found."
  15473.     return
  15474. end try
  15475. e    No Changeq
  15476. Dev.CD Feb 00 TC
  15477. D!All Packages
  15478. Tool Chest Edition
  15479. DefProcs
  15480.         No ChangefHhigh level
  15481. toolbox
  15482. MoreFiles
  15483. MoreIsBetter
  15484. wrapper
  15485. library codeq
  15486. Dev.CD Dec 99 RL Disk 1
  15487. All Packages
  15488. MoreNetworkSetup
  15489. 4230X
  15490. - Common
  15491.     - Sun Compliant Java Runtime Environment 1.1
  15492.     - QuickTime 3 
  15493.     - QTJava.zip
  15494.     - QTJava media samples
  15495. - Mac OS:
  15496.     - System 8 or later
  15497.     - Macintosh Runtime for Java (MRJ) 2.1
  15498. - Windows 95, 98, or NT::
  15499.     - JRE/JDK from Sun Microsystems, Inc. recommended
  15500. QuickTime, Java, MRJ
  15501. gestalttable@
  15502. gimedapalette@
  15503. gives@
  15504. grafports@
  15505. graphics@
  15506. grown@
  15507. guide@
  15508. guide-intelligent@
  15509. hand-coded@
  15510. handlers@
  15511. hands@
  15512. hangul@
  15513. hash@
  15514. haven't@
  15515. headaches@
  15516. header
  15517. files@
  15518. helper@
  15519. hexa@
  15520. hints@
  15521. horizon@
  15522. however@
  15523. http@
  15524. icon@
  15525. im-i@
  15526. n error errMsg number errNum
  15527.     --enter statements to perform when no records are found such as...
  15528.     display dialog "Sorry, the item you selected could not be found."
  15529.     return
  15530. end try
  15531. All Packages
  15532. Dev.CD Jan 99 SSWP
  15533. Dev.CD Jan 99 SSV
  15534. 2003X
  15535. Jan 99
  15536. All Packages
  15537. System Enabler 003 (LC III)OEDev.CD Apr 94
  15538. Dev.CD Jan 94
  15539. Dev.CD Oct 93
  15540. Dev.CD Jul 93
  15541. Dev.CD Apr 93PDDev.CD Apr 94
  15542. Dev.CD Jan 94
  15543. Dev.CD Oct 93
  15544. Dev.CD Jul 93
  15545. Dev.CD Apr 9V
  15546. 6660X
  15547. Apr 94
  15548. --set theItem to choose file -- uncomment to test in an AS editor
  15549.     tell application "Finder"
  15550.         open item "Dev.CD Apr 94
  15551. Dev.CD Jan 94
  15552. Dev.CD Oct 93
  15553. Dev.CD Jul 93
  15554. Dev.CD Apr 93"
  15555.         activate
  15556.     end tell
  15557. on error errMsg number errNum
  15558.     --enter statements to perform when no records are found such as...
  15559.     display dialog "Sorry, the item you selected could not be found."
  15560.     return
  15561. end try
  15562. All Packages
  15563. System Enabler 003 (LC III)OEDev.CD Apr 94
  15564. Dev.CD Jan 94
  15565. Dev.CD Oct 93
  15566. Dev.CD Jul 93
  15567. Dev.CD Apr 93PDDev.CD Apr 94
  15568. Dev.CD Jan 94
  15569. Dev.CD Oct 93
  15570. Dev.CD Jul 93
  15571. Dev.CD Apr 9V
  15572. 6661X
  15573. Apr 94
  15574. All Packages
  15575. System Enabler 088 (AVs)O
  15576. Dev.CD Apr 94
  15577. Dev.CD Jan 94P
  15578. Dev.CD Apr 94
  15579. Dev.CD Jan 9V
  15580. 6738X
  15581. Apr 94
  15582. p--set theItem to choose file -- uncomment to test in an AS editor
  15583.     tell application "Finder"
  15584.         open item "Dev.CD Apr 94
  15585. Dev.CD Jan 94"
  15586.         activate
  15587.     end tell
  15588. on error errMsg number errNum
  15589.     --enter statements to perform when no records are found such as...
  15590.     display dialog "Sorry, the item you selected could not be found."
  15591.     return
  15592. end try
  15593. All Packages
  15594. System Enabler 088 (AVs)O
  15595. Dev.CD Apr 94
  15596. Dev.CD Jan 94P
  15597. Dev.CD Apr 94
  15598. Dev.CD Jan 9V
  15599. 6739X
  15600. Apr 94
  15601. p--set theItem to choose file -- uncomment to test in an AS editor
  15602.     tell application "Finder"
  15603.         open item "Dev.CD Apr 94
  15604. Dev.CD Jan 94"
  15605.         activate
  15606.     end tell
  15607. on error errMsg number errNum
  15608.     --enter statements to perform when no records are found such as...
  15609.     display dialog "Sorry, the item you selected could not be found."
  15610.     return
  15611. end try
  15612. --set theItem to choose file -- uncomment to test in an AS editor
  15613.     tell application "Finder"
  15614.         open item "Dev.CD Apr 94
  15615. Dev.CD Jan 94
  15616. Dev.CD Oct 93
  15617. Dev.CD Jul 93
  15618. Dev.CD Apr 93"
  15619.         activate
  15620.     end tell
  15621. on error errMsg number errNum
  15622.     --enter statements to perform when no records are found such as...
  15623.     display dialog "Sorry, the item you selected could not be found."
  15624.     return
  15625. end try
  15626. firmware
  15627. firmworks
  15628. first
  15629. first-person
  15630. firstly
  15631. fixed
  15632. This folder contains the Apple source code to many of the System Software 6.0.4 defprocs.  Apple makes these examples available to developers to help guide in the creation of custom defprocs. These examples are for informational purposes only and may not be included 
  15633. as is
  15634.  in third-party applications:
  15635.  butcdef: CDEF for a simple button, radio button, and check box controls 
  15636.  LDefProc0: Standard LDEF that displays text.
  15637.  mdefproc: Standard menu defproc for scrolling and hierarchical meB
  15638.  rdocproc: WDEF for rounded-corner windows.
  15639.  sbarcdef: Scroll bar CDEF.
  15640.  wprocasm: Standard WDEF for documentProc, dBoxProc,    plainDBox, altDBoxProc, noGrowDocProc, zoomdocproc, zoomNoGrow.
  15641. Jkbutcdef.a
  15642. LDefProc0.A
  15643. mdefproc.a
  15644. rdocproc.a
  15645. Read Me 
  15646.  DefProcs
  15647. Read Me 
  15648.  DefProcs.txt
  15649. sbarcdef.a
  15650. wprocasm.aK
  15651. Aug 93O-Dev.CD Feb 00 TC:Tool Chest:Toolbox:DefProcs:P5Dev.CD Feb 00 TC
  15652.  - Tool Chest
  15653.  - Toolbox
  15654.  - DefProcs the presence of a scriptable Finder. Wouldn't that be cool? You shou
  15655. 5868X
  15656. Feb 00^
  15657. --set theItem to choose file -- uncomment to test in an AS editor
  15658.     tell application "Finder"
  15659.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:DefProcs:"
  15660.         activate
  15661.     end tell
  15662. on error errMsg number errNum
  15663.     --enter statements to perform when no records are found such as...
  15664.     display dialog "Sorry, the item you selected could not be found."
  15665.     return
  15666. end try
  15667. e    No Changeq
  15668. Dev.CD Feb 00 TC
  15669. D!All Packages
  15670. Mac OS SDK Edition
  15671.  for Robustness by Theresa Ray of Tensor Information Systems, Inc.
  15672. A quick reference guide to the major topics involved in designing a bulletproof WebObjects application including application coding techniques, application configuration options, multi-platform development and testing. Developing a robust application for either a web or client-server interface is critical for your business, particularly with web applications, which are generally developed for use by people outside yopeople outside yo
  15673. extension
  15674. extension
  15675. extension
  15676. extensions
  15677. extensions-applebuil
  15678. extensions-mcwbuilt
  15679. extractitems
  15680. extractitems
  15681. extractors
  15682. extras
  15683. f-french
  15684. features
  15685. feedback
  15686. feedback
  15687. request
  15688. 9/1/93
  15689. developer
  15690. synchronization
  15691. guide
  15692. system
  15693. manager
  15694. filecopy
  15695. filecopy
  15696. fileisopen
  15697. fileisopen
  15698. filemaker
  15699. filemaker
  15700. files
  15701. filesharingmaster
  15702. filesharingmaster
  15703. filing
  15704. filter
  15705. filterdirectory
  15706. filterdirectory
  15707. findchange
  15708. finder
  15709. finder
  15710. 7.1.3
  15711. finderevents
  15712. finderevents
  15713. finderevents
  15714. release
  15715. notes
  15716. defproc
  15717. defprocs
  15718. degrees
  15719. delay
  15720. delayed
  15721. delaying
  15722. delays
  15723. deleteW
  15724. ectory
  15725. deliver
  15726. delivered
  15727. delivers
  15728. delivery
  15729. delta
  15730. demanding
  15731. demonstates
  15732. demonstation
  15733. demonstrate
  15734. demonstrated
  15735. demonstrates
  15736. demonstrates
  15737. programmatically
  15738. background
  15739. typeservicesforunico
  15740. universalhidmodulete
  15741. university
  15742. unmountit
  15743. unmountit
  15744. update
  15745. CD Apr 99 SDV
  15746. 2014X
  15747. Apr 99
  15748. f--set theItem to choose file -- uncomment to test in an AS editor
  15749.     tell application "Finder"
  15750.         open item "Dev.CD Apr 99 SDK"
  15751.         activate
  15752.     end tell
  15753. on error errMsg number errNum
  15754.     --enter statements to perform when no records are found such as...
  15755.     display dialog "Sorry, the item you selected could not be found."
  15756.     return
  15757. end try
  15758. All Packages
  15759. 8.5.1O
  15760. Dev.CD May 99 SDKP
  15761. Dev.CD May 99 SDV
  15762. 2015X
  15763. May 99
  15764. --set theItem to choose file -- uncomment to test in an AS editor
  15765.     tell application "Finder"
  15766.         open item "Dev.CD Apr 94
  15767. Dev.CD Jan 94
  15768. Dev.CD Oct 93
  15769. Dev.CD Jul 93
  15770. Dev.CD Apr 93"
  15771.         activate
  15772.     end tell
  15773. on error errMsg number errNum
  15774.     --enter statements to perform when no records are found such as...
  15775.     display dialog "Sorry, the item you selected could not be found."
  15776.     return
  15777. end try
  15778. ctionality
  15779. functionalty
  15780. functionsW
  15781. gateway
  15782. gateways
  15783. gather
  15784. gathering
  15785. gearing
  15786. gelphman
  15787. gemma
  15788. general
  15789. general-purpose
  15790. generally
  15791. generate
  15792. generated
  15793. --set theItem to choose file -- uncomment to test in an AS editor
  15794.     tell application "Finder"
  15795.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:ShowDialogBoxes:"
  15796.         activate
  15797.     end tell
  15798. on error errMsg number errNum
  15799.     --enter statements to perform when no records are found such as...
  15800.     display dialog "Sorry, the item you selected could not be found."
  15801.     return
  15802. end try
  15803. encoding
  15804. converter
  15805. allows
  15806. convert
  15807. extractor
  15808. plug-ins
  15809. content
  15810. extra
  15811. text-handling
  15812. text-to-speech
  15813. textbegin/end
  15814. rrNum
  15815.     --enter statements to perform when no records are found such as...
  15816.     display dialog "Sorry, the item you selected could not be found."
  15817.     return
  15818. end try
  15819. All Packages
  15820. 8.5.1O
  15821. Dev.CD May 99 SDKP
  15822. Dev.CD May 99 SDV
  15823. 2018X
  15824. May 99
  15825. Dev.CD Apr 93P
  15826. Dev.CD Apr 9V
  15827. 6747X
  15828. Apr 93
  15829. b--set theItem to choose file -- uncomment to test in an AS editor
  15830.     tell application "Finder"
  15831.         open item "Dev.CD Apr 93"
  15832.         activate
  15833.     end tell
  15834. on error errMsg number errNum
  15835.     --enter statements to perform when no records are found such as...
  15836.     display dialog "Sorry, the item you selected could not be found."
  15837.     return
  15838. end try
  15839. All Packages
  15840. System Enabler 111 (PB 160/180)O
  15841. Dev.CD Apr 93P
  15842. Dev.CD Apr 9V
  15843. 6748X
  15844. Apr 93
  15845. b--set theItem to choose file -- uncomment to test in an AS editor
  15846.     tell application "Finder"
  15847.         open item "Dev.CD Apr 93"
  15848.         activate
  15849.     end tell
  15850. on error errMsg number errNum
  15851.     --enter statements to perform when no records are found such as...
  15852.     display dialog "Sorry, the item you selected could not be found."
  15853.     return
  15854. end try
  15855. All Packages
  15856. System Enabler 111 (PB 160/180)O
  15857. Dev.CD Apr 93P
  15858. Dev.CD Apr 9V
  15859. 6749X
  15860. Apr 93
  15861. enablerO
  15862. barebones
  15863. bares
  15864. barrier
  15865. base-class
  15866. based
  15867. bases
  15868. baseservices
  15869. basic
  15870. basically
  15871. basics
  15872. basing
  15873. basis
  15874. writer
  15875. writeswell
  15876. writeswell
  15877. writeswell
  15878. 1.2.3
  15879. sources
  15880. writeswell
  15881. notes
  15882. writeswell
  15883. instructions
  15884. writing
  15885. writing
  15886. interactive
  15887. media
  15888. xcmds
  15889. xcmds&xfcns
  15890. xfcns
  15891. ur company. A web site makes an impression on its users, in many instances defining the way they feel about your company. Therefore, developing a robust application is critical to your business.
  15892. DesignForRobustness.pdfK
  15893. Oct 99M
  15894. Acrobat Reader 3.0 or laterN*WebObjects, Designing, Robustness, TestingOCDev.CD Jan 00 SDK1:Interactive Media Resources:DesignForRobustness:PHDev.CD Jan 00 SDK1
  15895.  - Interactive Media Resources
  15896.  - DesignForRobustnessinformation more readily, we have compiled aBsn Acrobat document with links to specific chapters in the developer notes that are cataloged as software documents.
  15897. JQDisplay Device Driver Guide
  15898. Mac OS Runtime Architectures
  15899. Read Me - Other SSW DocsK
  15900. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  15901.  - Technical Documentation
  15902.  - More SSW Documentationted could not be found."
  15903.     return
  15904. end try
  15905. All Packages
  15906. Dev.CD Jul 99 SSWP
  15907. Dev.CD Jul 99 SSV
  15908. 2024X
  15909. Jul 99
  15910. All Packages
  15911. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  15912. Dev.CD Jan 94
  15913. Dev.CD Oct 93
  15914. Dev.CD Jul 93
  15915. Dev.CD Apr 93PDDev.CD Apr 94
  15916. Dev.CD Jan 94
  15917. Dev.CD Oct 93
  15918. Dev.CD Jul 93
  15919. Dev.CD Apr 9V
  15920. 6823X
  15921. Apr 94
  15922. --set theItem to choose file -- uncomment to test in an AS editor
  15923.     tell application "Finder"
  15924.         open item "Dev.CD Apr 94
  15925. Dev.CD Jan 94
  15926. Dev.CD Oct 93
  15927. Dev.CD Jul 93
  15928. Dev.CD Apr 93"
  15929.         activate
  15930.     end tell
  15931. on error errMsg number errNum
  15932.     --enter statements to perform when no records are found such as...
  15933.     display dialog "Sorry, the item you selected could not be found."
  15934.     return
  15935. end try
  15936. All Packages
  15937. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  15938. Dev.CD Jan 94
  15939. Dev.CD Oct 93
  15940. Dev.CD Jul 93
  15941. Dev.CD Apr 93PDDev.CD Apr 94
  15942. Dev.CD Jan 94
  15943. Dev.CD Oct 93
  15944. Dev.CD Jul 93
  15945. Dev.CD Apr 9V
  15946. 6824X
  15947. Apr 94
  15948. it useful regardless.
  15949. Moofwars 1.01:  MoofWars is a DrawSprocket games sample that shows a few techniques for fast drawing of sprites as well as a scrolling, tiled background.  With about 1400 sprites on the screen, this code can achieve 15 frames per second on a 7100/66 and 30+ frames on an 8500/120.  Thanks to DrawSprocket, it takes full advantage of page flipping -- with less sprites on the screen, an 8500 with full video RAM can achieve 66 frames per second with full screen 640x480 an
  15950. imation.
  15951. NeoTextBox97:  A replacement for the toolbox call TETextBox, with some added features, like returning the bottom edge of the text as drawn.  Additionally described in develop issue 9.
  15952. TPIFile1.0b1:  TPIFile is a sample TPI module that lets you open a "TPIFile" endpoint, connect that endpoint to a Mac OS file using an FSSpec, and then read that file using standard Open Transport API calls (eg OTRcv). Requires Open Transport 1.1.1 or later.
  15953. Jun 97
  15954. 5869X
  15955. Jan 00^
  15956. --set theItem to choose file -- uncomment to test in an AS editor
  15957.     tell application "Finder"
  15958.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:DesignForRobustness:"
  15959.         activate
  15960.     end tell
  15961. on error errMsg number errNum
  15962.     --enter statements to perform when no records are found such as...
  15963.     display dialog "Sorry, the item you selected could not be found."
  15964.     return
  15965. end try
  15966. e    No Changef'WebObjects
  15967. Designing
  15968. Robustness
  15969. Testingq
  15970. Dev.CD Jan 00 SDK1
  15971. DetachedControllerIdThis demo program shows how to select and then play a QuickTime movie with its controller detached. J?dc.bat
  15972. DetachedController
  15973. DetachedController.zip
  15974. Readme.txt
  15975. Feb 00
  15976. - Common
  15977.     - Sun Compliant Java Runtime Environment 1.1
  15978.     - QuickTime 3 
  15979.     - QTJava.zip
  15980.     - QTJava media samples
  15981. - Mac OS:
  15982.     - System 8 or later
  15983.     - Macintosh Runtime for Java (MRJ) 2.1
  15984. - Windows 95, 98, or NT::
  15985.     - JRE/JDK from Sun Microsystems, Inc. recommended
  15986. Inc. recommended
  15987. e--set theItem to choose file -- uncomment to test in an AS editor
  15988.     tell application "Finder"
  15989.         open item "Dev.CD Aug 96 TC"
  15990.         activate
  15991.     end tell
  15992. on error errMsg number errNum
  15993.     --enter statements to perform when no records are found such as...
  15994.     display dialog "Sorry, the item you selected could not be found."
  15995.     return
  15996. end try
  15997. nfiguration
  15998. record
  15999. recordable
  16000. redistribution
  16001. reference
  16002. referential
  16003. reformatting
  16004. region
  16005. registration
  16006. registry
  16007. related
  16008. release
  16009. rename
  16010. renderer
  16011. rendering
  16012. replace
  16013. replacement
  16014. reports
  16015. resdistributor
  16016. resedit
  16017. resedit
  16018. 2.1.1
  16019. disassembly
  16020. disassembler
  16021. viewer
  16022. edito
  16023. resolution
  16024. resource
  16025. resources
  16026. return
  16027. return
  16028. investment
  16029. business
  16030. processes
  16031. interactive
  16032. media
  16033. robustness
  16034. build/download
  16035. 3.2.4
  16036. runtime
  16037. error
  16038. codes
  16039. sample
  16040. sample
  16041. development
  16042. tools
  16043. languages
  16044. sample
  16045. devices
  16046. sample
  16047. files
  16048. sample
  16049. games
  16050. sample
  16051. interapplication
  16052. communication
  16053. sample
  16054. networking
  16055. sample
  16056. utilities
  16057. sample
  16058. overview
  16059. sample
  16060. printing
  16061. sample
  16062. quickdraw
  16063. sample
  16064. quickdraw
  16065. sample
  16066. quicktime
  16067. sample
  16068. sound
  16069. sample
  16070. survey
  16071. sample
  16072. sample
  16073. toolbox
  16074. sample
  16075. update
  16076. sample
  16077. update
  16078. services
  16079. setup
  16080. shared
  16081. sound
  16082. source
  16083. sources
  16084. spooler
  16085. et this mo
  16086. design
  16087. design
  16088. robustness
  16089. detachedcontroller
  16090. detect
  16091. detection
  16092. detectors
  16093. develop
  16094. develop
  16095. issue
  16096. develop
  16097. issue
  16098. develop
  16099. issue
  16100. develop
  16101. issue
  16102. develop
  16103. issue
  16104. develop
  16105. issue
  16106. develop
  16107. issue
  16108. develop
  16109. issue
  16110. develop
  16111. issue
  16112. develop
  16113. issue
  16114. develop
  16115. issue
  16116. develop
  16117. issue
  16118. develop
  16119. issue
  16120. develop
  16121. issue
  16122. develop
  16123. issue
  16124. develop
  16125. issue
  16126. develop
  16127. issue
  16128. develop
  16129. issue
  16130. develop
  16131. issue
  16132. develop
  16133. issue
  16134. develop
  16135. issue
  16136. develop
  16137. issue
  16138. develop
  16139. issue
  16140. develop
  16141. issue
  16142. develop
  16143. issue
  16144. develop
  16145. issue
  16146. develop
  16147. issue
  16148. develop
  16149. issue
  16150. develop
  16151. issue
  16152. directions
  16153. driver
  16154. editor
  16155. emulator
  16156. --set theItem to choose file -- uncomment to test in an AS editor
  16157.     tell application "Finder"
  16158.         open item "Dev.CD Aug 99 TC:What's New?:System Software:QuickTime 4:"
  16159.         activate
  16160.     end tell
  16161. on error errMsg number errNum
  16162.     --enter statements to perform when no records are found such as...
  16163.     display dialog "Sorry, the item you selected could not be found."
  16164.     return
  16165. end try
  16166. yahoo
  16167. yahoo
  16168. yellowboxandjava
  16169. zaptcp
  16170. zaptcp
  16171. QuickTime, Java, MRJ
  16172. MiniLauncher 1.3b5
  16173. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  16174. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.ou selected could not be found."
  16175.     return
  16176. end try
  16177. All Packages
  16178. Dev.CD Aug 99P
  16179. Dev.CD Aug 9V
  16180. 2032X
  16181. Aug 99
  16182. b--set theItem to choose file -- uncomment to test in an AS editor
  16183.     tell application "Finder"
  16184.         open item "Dev.CD Aug 99"
  16185.         activate
  16186.     end tell
  16187. on error errMsg number errNum
  16188.     --enter statements to perform when no records are found such as...
  16189.     display dialog "Sorry, the item you selected could not be found."
  16190.     return
  16191. end try
  16192. All Packages
  16193. Dev.CD Aug 99P
  16194. Dev.CD Aug 9V
  16195. 2033X
  16196. Aug 99
  16197. Design for Robustness
  16198. Design for Robustness by Theresa Ray of Tensor Information Systems, Inc.
  16199. A quick reference guide to the major topics involved in designing a bulletproof WebObjects application including application coding techniques, application configuration options, multi-platform development and testing. Developing a robust application for either a web or client-server interface is critical for your business, particularly with web applications, which are generally developed for use by people outside yoary Edition
  16200. More SSW Documentation
  16201. use-nvramrc
  16202. lay dialog "Sorry, the item you selected could not be found."
  16203.     return
  16204. end try
  16205. All Packages
  16206. 2036X
  16207. OYDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DetachedController:PgDev.CD Feb 00 TC
  16208.  - What's New?
  16209.  - Sample Code
  16210.  - QuickTime
  16211.  - QuickTime for Java
  16212.  - DetachedControllerV
  16213. 5870X
  16214. Feb 00^
  16215. --set theItem to choose file -- uncomment to test in an AS editor
  16216.     tell application "Finder"
  16217.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DetachedController:"
  16218.         activate
  16219.     end tell
  16220. on error errMsg number errNum
  16221.     --enter statements to perform when no records are found such as...
  16222.     display dialog "Sorry, the item you selected could not be found."
  16223.     return
  16224. end try
  16225. New Packagef
  16226. QuickTime
  16227. Dev.CD Feb 00 TC
  16228. D(All Packages
  16229. Reference Library Edition
  16230. develop Issue  1
  16231. All Packages
  16232. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  16233. Dev.CD Jan 94
  16234. Dev.CD Oct 93
  16235. Dev.CD Jul 93P6Dev.CD Apr 94
  16236. Dev.CD Jan 94
  16237. Dev.CD Oct 93
  16238. Dev.CD Jul 9V
  16239. 6789X
  16240. Apr 94
  16241. --set theItem to choose file -- uncomment to test in an AS editor
  16242.     tell application "Finder"
  16243.         open item "Dev.CD Apr 94
  16244. Dev.CD Jan 94
  16245. Dev.CD Oct 93
  16246. Dev.CD Jul 93"
  16247.         activate
  16248.     end tell
  16249. on error errMsg number errNum
  16250.     --enter statements to perform when no records are found such as...
  16251.     display dialog "Sorry, the item you selected could not be found."
  16252.     return
  16253. end try
  16254. All Packages
  16255. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  16256. Dev.CD Jan 94
  16257. Dev.CD Oct 93
  16258. Dev.CD Jul 93P6Dev.CD Apr 94
  16259. Dev.CD Jan 94
  16260. Dev.CD Oct 93
  16261. Dev.CD Jul 9V
  16262. 6790X
  16263. Apr 94
  16264. D.All Packages
  16265. Tool Chest Edition
  16266. New & RevisedF
  16267. DetachedControllerIdThis demo program shows how to select and then play a QuickTime movie with its controller detached. J?dc.bat
  16268. DetachedController
  16269. DetachedController.zip
  16270. Readme.txt
  16271. Feb 00
  16272. - Common
  16273.     - Sun Compliant Java Runtime Environment 1.1
  16274.     - QuickTime 3 
  16275.     - QTJava.zip
  16276.     - QTJava media samples
  16277. - Mac OS:
  16278.     - System 8 or later
  16279.     - Macintosh Runtime for Java (MRJ) 2.1
  16280. - Windows 95, 98, or NT::
  16281.     - JRE/JDK from Sun Microsystems, Inc. recommended
  16282.  item you selected could not be found."
  16283.     return
  16284. end try
  16285. e    No Changef
  16286. Music movie
  16287. converterq
  16288. Dev.CD Feb 00 TC
  16289. MiniLauncher 1.3b5
  16290. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  16291. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.print a document.
  16292. All Packages
  16293. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  16294. Dev.CD Jan 94
  16295. Dev.CD Oct 93
  16296. Dev.CD Jul 93
  16297. Dev.CD Apr 93PDDev.CD Apr 94
  16298. Dev.CD Jan 94
  16299. Dev.CD Oct 93
  16300. Dev.CD Jul 93
  16301. Dev.CD Apr 9V
  16302. 6833X
  16303. Apr 94
  16304. --set theItem to choose file -- uncomment to test in an AS editor
  16305.     tell application "Finder"
  16306.         open item "Dev.CD Apr 94
  16307. Dev.CD Jan 94
  16308. Dev.CD Oct 93
  16309. Dev.CD Jul 93
  16310. Dev.CD Apr 93"
  16311.         activate
  16312.     end tell
  16313. on error errMsg number errNum
  16314.     --enter statements to perform when no records are found such as...
  16315.     display dialog "Sorry, the item you selected could not be found."
  16316.     return
  16317. end try
  16318. All Packages
  16319. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  16320. Dev.CD Jan 94
  16321. Dev.CD Oct 93
  16322. Dev.CD Jul 93
  16323. Dev.CD Apr 93PDDev.CD Apr 94
  16324. Dev.CD Jan 94
  16325. Dev.CD Oct 93
  16326. Dev.CD Jul 93
  16327. Dev.CD Apr 9V
  16328. 6834X
  16329. Apr 94
  16330. uld not be found."
  16331.     return
  16332. end try
  16333. All Packages
  16334. Dev.CD Dec 99 SSWP
  16335. Dev.CD Dec 99 SSV
  16336. 2041X
  16337. Dec 99
  16338. indicator
  16339. indicators
  16340. indices
  16341. indispensable
  16342. individual
  16343. industry
  16344. industry-standard
  16345. industrywatch
  16346. inefficiency
  16347. inflict
  16348. infomation
  16349. inform
  16350. informationW
  16351. Summary: This is the electronic version of develop magazine.
  16352.  Issue 1 highlights:
  16353. Realistic Color for Real-World Applications.  Extensions to the Macintosh graphics system software and how to use them.
  16354. All About the Palette Manager.  The what, why, and how of the Palette Manager and how it works with 32-Bit QuickDraw.
  16355. Braving Offscreen Worlds.  Use the new offscreen calls to set up and to maintain your offscreen world. 
  16356. The Perils of Postscript.  Mixing the models: Postscript and Qui
  16357. xckDraw; tricks for the mix.
  16358. Compatibility: Rules of the Road.  An overview of the most critical System 7.0 compatibility issues.
  16359. Debugging Declaration ROMs.  Everything you need to know to build and to debug a NuBus declaration ROM.
  16360. Apple II Development Dynamo.  Produce fast, small, readable, reliable Apple II assembly-language code quickly and conveniently using Dynamo.
  16361. J(develop Issue  1:
  16362. develop Issue  1 code:K
  16363. Vol IIIL
  16364. Jun 95SSWP
  16365. Dev.CD Dec 99 SSV
  16366. 2044X
  16367. Dec 99
  16368. old-style
  16369. 5871X
  16370. Dec 99^
  16371. --set theItem to choose file -- uncomment to test in an AS editor
  16372.     tell application "Finder"
  16373.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  1:"
  16374.         activate
  16375.     end tell
  16376. on error errMsg number errNum
  16377.     --enter statements to perform when no records are found such as...
  16378.     display dialog "Sorry, the item you selected could not be found."
  16379.     return
  16380. end try
  16381. Next CDq
  16382. Dev.CD Dec 99 RL
  16383. D(All Packages
  16384. Reference Library Edition
  16385. develop Issue 10
  16386.     rter is an application for converting general MIDI files (file type 'Midi') to QuickTime movie files. To convert just select the MIDI files and drag them on top of this app. When the conversion is done, the movies files can be found in the original file folder.
  16387. J;MIDIConverter
  16388. MIDIConverter Readme
  16389. MIDIConverter Readme.txtK
  16390. Apr 95M*System 7 or later, QuickTime 1.5 or later.:Tool Chest:QuickTime:MIDIConverter:V
  16391. 4223X
  16392. 1e    No Change
  16393. OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  1:PJDev.CD Dec 99 RL
  16394.  - Technical Documentation
  16395.  - develop
  16396.  - develop Issue  1hat you read these articles.
  16397. Here is a list of the OSA features MenuScripter demonstrates:
  16398.  Attaching scripts to objects.
  16399.  Installing a predispatch Apple event handler to allow an objects script first go at handling any events targetted at the object.
  16400.  Directly compiling and executing scripts.
  16401.  Decompiling existing scripts for editing.
  16402.  Gettin
  16403. g and setting properties in scripts.
  16404.  Retrieving information on errors that occur in a script.
  16405.  Loading and storing scripts.
  16406. MenuScripter compiles under :
  16407.   Metrowerks CodeWarrior 7 and 8, 68K and PPC
  16408.   Symantec C++ 8.0.1
  16409.   Symantec 7.0.4
  16410.   ETO, MPW Pro #19 'Latest MPW'- Symantec C++ for MPW, MrC
  16411. Here is a list of the changes to MenuScripter 3.1 to produce MenuScripter 4.0:
  16412.  Updated script terminology consistent with 7Edit 3.1.
  16413.  Improvements to user interface.
  16414.  A results window
  16415. 5873X
  16416. Dec 99^
  16417. --set theItem to choose file -- uncomment to test in an AS editor
  16418.     tell application "Finder"
  16419.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 11:"
  16420.         activate
  16421.     end tell
  16422. on error errMsg number errNum
  16423.     --enter statements to perform when no records are found such as...
  16424.     display dialog "Sorry, the item you selected could not be found."
  16425.     return
  16426. end try
  16427. Next CDq
  16428. Dev.CD Dec 99 RL
  16429. D(All Packages
  16430. Reference Library Edition
  16431. develop Issue 12
  16432.     Windows Sample Code.imgK
  16433. Mar 92L
  16434. May 94M.System 6.0.5 or greater, MacPlus or later CPU.NuA/ROSE, MCP, Macintosh Coprocessor Platform, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token RingO
  16435. Dev.CD Feb 00 TC:Sample Code:P
  16436. Dev.CD Feb 00 TC
  16437.  - Sample CodeV
  16438. 2047X
  16439. Feb 00^
  16440. --set theItem to choose file -- uncomment to test in an AS editor
  16441.     tell application "Finder"
  16442.         open item "Dev.CD Apr 94
  16443. Dev.CD Jan 94
  16444. Dev.CD Oct 93
  16445. Dev.CD Jul 93"
  16446.         activate
  16447.     end tell
  16448. on error errMsg number errNum
  16449.     --enter statements to perform when no records are found such as...
  16450.     display dialog "Sorry, the item you selected could not be found."
  16451.     return
  16452. end try
  16453. --set theItem to choose file -- uncomment to test in an AS editor
  16454.     tell application "Finder"
  16455.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:"
  16456.         activate
  16457.     end tell
  16458. on error errMsg number errNum
  16459.     --enter statements to perform when no records are found such as...
  16460.     display dialog "Sorry, the item you selected could not be found."
  16461.     return
  16462. end try
  16463. iw-half-dither
  16464. j-1.1
  16465. aegizmos
  16466. aegizmos
  16467. 1.4.2
  16468. aetracker
  16469. aetracker
  16470. alias
  16471. alias
  16472. analyzer
  16473. appearance
  16474. appearance
  16475. 1.0.2
  16476. appearance
  16477. 1.0.4
  16478. apple
  16479. apple
  16480. cd-rom
  16481. handbook
  16482. apple
  16483. color
  16484. onescanner
  16485. Summary: This is the electronic version of develop magazine.
  16486.  Issue 10 highlights:
  16487. Apple Event Objects and You  by Richard Clark.   Supporting the Apple event object model isn
  16488. t as tough as you might think, and it will guarantee the future scriptability of your application.
  16489. PostScript Enhancements for the LaserWriter Font Utility  by Bryan K. (
  16490. Beaker
  16491. ) Ressler.   Unbeknownst to many, the LaserWriter Font Utility is extensible, allowing you to add custom functionality. PostScript hacke
  16492. rs, rejoice!
  16493. Drawing in GWorlds for Speed and Versatility  by Konstantin Othmer and Mike Reed.   Custom drawing routines can radically increase graphics performance. Kon and Mike show you how and give you some extremely useful examples.
  16494. In Search of the Optimal Palette  by Dave Good and Konstantin Othmer.   Choosing the best colors to display an image with is tricky. This article explains how the Picture Utilities methods work and gives you tips on developing your own methods.
  16495. Print Hin
  16496. ts: Top 10 Printing Crimes  by Pete (
  16497. ) Alexander.   These ten problems with printing show up again and again, but they
  16498. re easily avoided. Luke spells it out for you.
  16499. Graphical Truffles: Multiple Screens Revealed  by Forrest Tanaka and Bill Guschwan.   The fact that QuickDraw handles multiple screens transparently can seem like magic. Here
  16500. s the inside scoop and some tips on how to optimize your drawing quality.
  16501. J(develop Issue 10:
  16502. develop Issue 10 code:K
  16503. Vol IIIL
  16504. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 10:PJDev.CD Dec 99 RL
  16505.  - Technical Documentation
  16506.  - develop
  16507.  - develop Issue 10
  16508.  to choose file -- uncomment to test in an AS editor
  16509.     tell application "Finder"
  16510.         open item "Dev.CD Apr 94
  16511. Dev.CD Jan 94
  16512. Dev.CD Oct 93
  16513. Dev.CD Jul 93
  16514. Dev.CD Apr 93"
  16515.         activate
  16516.     end tell
  16517. on error errMsg number errNum
  16518.     --enter statements to perform when no records are found such as...
  16519.     display dialog "Sorry, the item you selected could not be found."
  16520.     return
  16521. end try
  16522. event-aware
  16523. event-driven
  16524. events
  16525. eventually
  16526. everest
  16527. every
  16528. xceptions
  16529. exchange
  16530. exciting
  16531. execute
  16532. Summary:  The Thread Manager is a System 7 Extension which allows applications to make use of multithreading within their application context on all Macintosh platforms. Version 2.1 supports both 68K and PowerPC applications.
  16533. Thread Manager Features:
  16534.  The Thread Manager is supported by Apple Computer
  16535.  Is a real live Macintosh Toolbox Manager, supported in System Software.
  16536.  Allows an application process to be broken into simple
  16537. subprocesses that proceed concurrently in the same overall 
  16538. application context.
  16539.  Easy-to-use
  16540.  programming interface
  16541.  Documentation is less than 2" thick
  16542.  Fast context switch times (does not BlockMove thread stacks like the old Threads library does)
  16543.  You can pass parameters on the stack (due to the above reason)
  16544.  Threads can have custom in/out context handlers
  16545.  Useful sample code provided
  16546.  Useful sample libraries provided
  16547.  Useful debugging tools provided
  16548. Issues:  Read the file 'Software Licensing Info' for information on contacting the App
  16549. Snippets - Testing & Debugging
  16550. (** = new, * = revised)
  16551. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  16552. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  16553. BusErrorTest:  Show
  16554. Wlookupmenu
  16555. lurkers
  16556. lurkers
  16557. lurkers
  16558. lurkers
  16559. lurkers
  16560. readme
  16561. lurkers
  16562. readme
  16563. hoseirdasample
  16564. makefile
  16565. makefilealias
  16566. makefilehelp
  16567. makeout
  16568. makethefolder
  16569. making
  16570. 5872X
  16571. Dec 99^
  16572. --set theItem to choose file -- uncomment to test in an AS editor
  16573.     tell application "Finder"
  16574.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 10:"
  16575.         activate
  16576.     end tell
  16577. on error errMsg number errNum
  16578.     --enter statements to perform when no records are found such as...
  16579.     display dialog "Sorry, the item you selected could not be found."
  16580.     return
  16581. end try
  16582. Next CDq
  16583. Dev.CD Dec 99 RL
  16584. D(All Packages
  16585. Reference Library Edition
  16586. develop Issue 11
  16587.     ld not be found."
  16588.     return
  16589. end try
  16590. Deletedq
  16591. Dev.CD Nov 99 TC
  16592. All Packages
  16593. ABS Technical NotesI
  16594. Summary: ABS Technical Notes contain the latest bugs, tips and tricks for developers of software for Apple Workgroup Servers, AppleSearch, AppleShare, AppleTalk Remote Access, and IP Gateway.JqApple Workgroup Servers:
  16595. AppleSearch:
  16596. AppleShare:
  16597. AppleTalk Remote Access:
  16598. IP Gateway:
  16599. Network Server Dev. Guide:K
  16600. Jul 92L
  16601. Jun 95M
  16602. Adobe Acrobat Reader.
  16603. --set theItem to choose file -- uncomment to test in an AS editor
  16604.     tell application "Finder"
  16605.         open item "Dev.CD Apr 94
  16606. Dev.CD Jan 94
  16607. Dev.CD Oct 93
  16608. Dev.CD Jul 93
  16609. Dev.CD Apr 93"
  16610.         activate
  16611.     end tell
  16612. on error errMsg number errNum
  16613.     --enter statements to perform when no records are found such as...
  16614.     display dialog "Sorry, the item you selected could not be found."
  16615.     return
  16616. end try
  16617. og "Sorry, the item you selected could not be found."
  16618.     return
  16619. end try
  16620. MD(All Packages
  16621. Reference Library Edition
  16622. System PickerITThe new System Picker replaces System Picker 1.0.1 and is compatible with Mac OS 8.0J
  16623. System PickerK
  16624. Mar 92L
  16625. Sep 97O/Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:P4Dev.CD Dec 99 RL
  16626.  - Utilities
  16627.  - System Picker 1.1a3V
  16628. 4969X
  16629. Dec 99^
  16630. conferencing
  16631. confessions
  16632. confident
  16633. config
  16634. configuration
  16635. configurations
  16636. configure
  16637. createcustomicon
  16638. createcustomicon
  16639. createfolder
  16640. createfolder
  16641. createmenuhelp
  16642. createmenuhelp
  16643. createmovie
  16644. createmovie
  16645. createpictfile
  16646. createpictfile
  16647. createthumbnail
  16648. createthumbnail
  16649. creating
  16650. searches
  16651. searching
  16652. second
  16653. secret
  16654. secretary
  16655. secrets
  16656. section
  16657. security
  16658. seeing
  16659. segmented
  16660. segmenting
  16661. select
  16662. selected
  16663. selecting
  16664. selects
  16665. self-paced
  16666. semchishen
  16667. sendappleevent
  16668. sending
  16669. sends
  16670. sentences
  16671. separate
  16672. separately
  16673. separations
  16674. september
  16675.  on Acrobat, please go to:
  16676.     http://www.adobe.com/acrobat/
  16677. The person installing this package must agree to a license agreement presented during the installation process.
  16678. Reader InstallerK
  16679. May 97L
  16680. Feb 99
  16681. System Requirements
  16682. -  Macintosh computer with 68020 (Macintosh II series) or greater processor (including all Power Macintosh computers). 
  16683. -  MacOS 7.0 or later
  16684. -  3300 KB application RAM for 680x0-based Macintosh or Power Macintosh with Virtual Memory turned on; 5227 KB for Power Macintosh with Virtual Memory turned off
  16685. -  8 MB hard disk space, plus 4.4 MB additional temporary disk space  available during installation 
  16686. -  For viewing PDF files inside a Web browser, Netscape Navigator 3.0
  16687. O7Dev.CD Dec 99 RL Disk 1:Utilities:Acrobat Reader 4.0.1:
  16688. static
  16689. libraries
  16690. anniversary
  16691. 7.1.3
  16692. 7.5.5
  16693. apple
  16694. grayscale
  16695. appearance
  16696. that's
  16697. frameworks
  16698. francais
  16699. france
  16700. france
  16701. distributors/localiz
  16702. french
  16703. french
  16704. 1.1.3
  16705. fssetprinter
  16706. fssetprinter
  16707. fssetprinter
  16708. a/rose
  16709. a/rose
  16710. macintosh
  16711. coprocessor
  16712. platform
  16713. ethernet
  16714. powerp
  16715. acrobat
  16716. acrobat
  16717. exchange
  16718. adobe
  16719. reader
  16720. actions
  16721. writer
  16722. writers
  16723. writes
  16724. writeswell
  16725. writing
  16726. written
  16727. wrong
  16728. wrongly
  16729. x-axes
  16730. x/open
  16731. profiles
  16732. profit
  16733. profound
  16734. progammer's
  16735. programQ
  16736. up-to-date
  16737. upcoming
  16738. update
  16739. update
  16740. translation
  16741. manager
  16742. update-based
  16743. updated
  16744. upgraded
  16745. upgrader
  16746. upgrades
  16747. upload
  16748. upper
  16749. upside
  16750. urbina
  16751. urquhart
  16752. usage
  16753. All Packages
  16754. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  16755. Dev.CD Jan 94
  16756. Dev.CD Oct 93
  16757. Dev.CD Jul 93
  16758. Dev.CD Apr 93PDDev.CD Apr 94
  16759. Dev.CD Jan 94
  16760. Dev.CD Oct 93
  16761. Dev.CD Jul 93
  16762. Dev.CD Apr 9V
  16763. 6636X
  16764. Apr 94
  16765. --set theItem to choose file -- uncomment to test in an AS editor
  16766.     tell application "Finder"
  16767.         open item "Dev.CD Apr 94
  16768. Dev.CD Jan 94
  16769. Dev.CD Oct 93
  16770. Dev.CD Jul 93
  16771. Dev.CD Apr 93"
  16772.         activate
  16773.     end tell
  16774. on error errMsg number errNum
  16775.     --enter statements to perform when no records are found such as...
  16776.     display dialog "Sorry, the item you selected could not be found."
  16777.     return
  16778. end try
  16779. All Packages
  16780. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  16781. Dev.CD Jan 94
  16782. Dev.CD Oct 93
  16783. Dev.CD Jul 93
  16784. Dev.CD Apr 93PDDev.CD Apr 94
  16785. Dev.CD Jan 94
  16786. Dev.CD Oct 93
  16787. Dev.CD Jul 93
  16788. Dev.CD Apr 9V
  16789. 6637X
  16790. Apr 94
  16791. Wac SE or later machine for the host.ine for the host.
  16792. includs
  16793. inclusion
  16794. incoming
  16795. incompatability
  16796. incompatibilities
  16797. incompatible
  16798. incomplete
  16799. incorporate
  16800. incorporated
  16801. incorporates
  16802. incorporating
  16803. incorrect
  16804. increase
  16805. increased
  16806. increases
  16807. increasing
  16808. incredibly
  16809. increment
  16810. incremental
  16811. independant
  16812. independently
  16813. index
  16814. index2color
  16815. indexed
  16816. Install Ad Lib 3.0.1K
  16817. Dec 98L
  16818. Dec 99M
  16819. PPC only, Mac OS 7.5 or laterNIMacApp, Framework, Object-oriented, Classes, C++, View, Editor, ResourcesO*Dev.CD Feb 00 TC:Tool Chest:MacApp:Ad Lib:P2Dev.CD Feb 00 TC
  16820.  - Tool Chest
  16821.  - MacApp
  16822.  - Ad Lib
  16823. 6523X
  16824. Feb 00^
  16825. r--set theItem to choose file -- uncomment to test in an AS editor
  16826.     tell application "Finder"
  16827.         open item "Dev.CD Feb 00 TC:Sample Code:"
  16828.         activate
  16829.     end tell
  16830. on error errMsg number errNum
  16831.     --enter statements to perform when no records are found such as...
  16832.     display dialog "Sorry, the item you selected could not be found."
  16833.     return
  16834. end try
  16835. e    No Changeq
  16836. Dev.CD Feb 00 TC
  16837. 5D!All Packages
  16838. Tool Chest Edition
  16839. Snippets - Text
  16840. (** = new, * = revised)
  16841. ChangeTextStyleRec:  A utility routine that can simplify the process of modifying a TextStyle record to change a font, style, or type size.
  16842. NamingTableAccess:  NamingTableAccess is a Pascal Unit, and a small application demonstrating its usage. It helps dig out the contents of the NamingTable in a TrueType 'sfnt'
  16843. strlist:  A string list library.  See "strlist.txt" for details.
  16844. J'Sample Code.img
  16845. Windows Sample Code.imgK
  16846. Feb 92L
  16847. May 96O
  16848. Dev.CD Feb 00 TC:Sample Code:ge
  16849. --set theItem to choose file -- uncomment to test in an AS editor
  16850.     tell application "Finder"
  16851.         open item "Dev.CD Apr 94
  16852. Dev.CD Jan 94
  16853. Dev.CD Oct 93
  16854. Dev.CD Jul 93
  16855. Dev.CD Apr 93"
  16856.         activate
  16857.     end tell
  16858. on error errMsg number errNum
  16859.     --enter statements to perform when no records are found such as...
  16860.     display dialog "Sorry, the item you selected could not be found."
  16861.     return
  16862. end try
  16863. drives
  16864. driving
  16865. dropW
  16866. dropdisk
  16867. droplet
  16868. dropped
  16869. dropping
  16870. drops
  16871. drvrs
  16872. dsp/opengl
  16873. dspgetversion
  16874. pubscatalog
  16875. pubscatalog
  16876. pubsorderform
  16877. pubsorderform
  16878. survival
  16879. qcopy
  16880. qcopy
  16881. environment
  16882. utilities
  16883. graphics
  16884. objects
  16885. printing
  16886. printing
  16887. drvrs
  16888. prog's
  16889. overview
  16890. typography
  16891. 1.1.1
  16892. spooler
  16893. patch
  16894. 1.0.2
  16895. 1.1.2
  16896. spooler
  16897. patch
  16898. 1.0.2
  16899. 1.1.3
  16900. spooler
  16901. patch
  16902. 1.0.2
  16903. qt3-more
  16904. qt3-more
  16905. video
  16906. technical
  16907. backgrounder
  16908. qtdevdocs
  16909. qteffect
  16910. qteffects
  16911. qteffects
  16912. qteffects
  16913. qteffects
  16914. project
  16915. qtforjava
  16916. qtjava
  16917. qtjava
  16918. media
  16919. samples
  16920. qtjava
  16921. qtjavadocs
  16922. qtjavasdk
  16923. qtsimpleapplet
  16924. qtstreamingapplet
  16925. f--set theItem to choose file -- uncomment to test in an AS editor
  16926.     tell application "Finder"
  16927.         open item "Dev.CD Apr 99 SSW"
  16928.         activate
  16929.     end tell
  16930. on error errMsg number errNum
  16931.     --enter statements to perform when no records are found such as...
  16932.     display dialog "Sorry, the item you selected could not be found."
  16933.     return
  16934. end try
  16935. sierra/i
  16936. summary
  16937. simple
  16938. macintosh
  16939. application
  16940. supports
  16941. summary
  16942. network
  16943. software
  16944. installer
  16945. insta
  16946. sun's
  16947. sunsoft
  16948. supersedes
  16949. suport
  16950. supplement
  16951. supplementing
  16952. supplied
  16953. supply
  16954. support
  16955. saver
  16956. scanners
  16957. scrap
  16958. scrap
  16959. color
  16960. script
  16961. scriptable
  16962. scriptable
  16963. print
  16964. simpletext
  16965. scriptablestuffiteng
  16966. scripts
  16967. scriptswitcher
  16968. scriptx
  16969. scriptx
  16970. 1.5.1
  16971. scroll
  16972. samples
  16973. tools
  16974. sdec/scom
  16975. security
  16976. security
  16977. sedit
  16978. sedit
  16979. 1.0b3
  16980. selectors
  16981. server
  16982. control
  16983. services
  16984. setdefaultdtp
  16985. setdeskcpatdemo
  16986. setled
  16987. setup
  16988. setupgl
  16989. setwindbackcolor
  16990. sgcapture
  16991. sgcapture2disk
  16992. shared
  16993. sherlock
  16994. sherlock
  16995. plug-ins
  16996. shimmermate
  16997. shimmermate
  16998. 2.0.1
  16999. globals
  17000. movie
  17001. showdialogboxes
  17002. e    No Changef
  17003. setdeskcpatq
  17004. Dev.CD Feb 00 TC
  17005. D!All Packages
  17006. Tool Chest Edition
  17007. SetLED
  17008. A sample program which demonstrates how to make the ADBOp call under 68K, PPC and CFM-68K environments.  The program sample will cause the Caps Lock, Num Lock and Scroll Lock Keys to blink until the mouse is pressed.  This program is a modification of the LEDApp which was written by Greg Robbins in 1991
  17009. The program sample works in all of the current Mac OS environments. Of interest is that the sample code includes glue code for fixing a crashing problem in making the ADBOp call under CFM-B\68K for SSW 8.1 and earlier.  
  17010. The sample code was built using Code Warrior Pro environment
  17011. J'Sample Code.img
  17012. Windows Sample Code.imgK
  17013. Jun 98N
  17014. ADBOp, ADB, CFM-68KO
  17015. Dev.CD Feb 00 TC:Sample Code:P
  17016. Dev.CD Feb 00 TC
  17017.  - Sample CodeV
  17018. 6490X
  17019. Feb 00^
  17020. Mar 92
  17021. --set theItem to choose file -- uncomment to test in an AS editor
  17022.     tell application "Finder"
  17023.         open item "Dev.CD Mar 92
  17024. Dev.CD Feb 92
  17025. Dev.CD Jan 92
  17026. Dev.CD Vol. XI
  17027. Dev.CD Vol. X
  17028. Dev.CD Vol. IX
  17029. Dev.CD Vol. VIII
  17030. Dev.CD Vol. VII"
  17031.         activate
  17032.     end tell
  17033. on error errMsg number errNum
  17034.     --enter statements to perform when no records are found such as...
  17035.     display dialog "Sorry, the item you selected could not be found."
  17036.     return
  17037. end try
  17038. All Packages
  17039. 6.0.7OhDev.CD Mar 92
  17040. Dev.CD Feb 92
  17041. Dev.CD Jan 92
  17042. Dev.CD Vol. XI
  17043. Dev.CD Vol. IX
  17044. Dev.CD Vol. VIII
  17045. Dev.CD Vol. VIIPgDev.CD Mar 92
  17046. Dev.CD Feb 92
  17047. Dev.CD Jan 92
  17048. Dev.CD Vol. XI
  17049. Dev.CD Vol. IX
  17050. Dev.CD Vol. VIII
  17051. Dev.CD Vol. VIV
  17052. 5175X
  17053. Mar 92
  17054. arameters are held in the resource fork. ResEdit templates and "Types.r" fragments are included to make the resource work friendly.
  17055. Hardware tools.imgK
  17056. Vol XI:Tool Chest:Testing & Debugging:Hardware tools:V
  17057. 5019X
  17058. 1e    No Change
  17059. 1-bit
  17060. Dev.CD Apr 96 SSV
  17061. 5449X
  17062. Apr 96
  17063. f--set theItem to choose file -- uncomment to test in an AS editor
  17064.     tell application "Finder"
  17065.         open item "Dev.CD Apr 96 SSW"
  17066.         activate
  17067.     end tell
  17068. on error errMsg number errNum
  17069.     --enter statements to perform when no records are found such as...
  17070.     display dialog "Sorry, the item you selected could not be found."
  17071.     return
  17072. end try
  17073. All Packages
  17074. 7.5.2 (7500/8500)O
  17075. Dev.CD Jan 96 SSWP
  17076. Dev.CD Jan 96 SSV
  17077. 5450X
  17078. Jan 96
  17079. f--set theItem to choose file -- uncomment to test in an AS editor
  17080.     tell application "Finder"
  17081.         open item "Dev.CD Jan 96 SSW"
  17082.         activate
  17083.     end tell
  17084. on error errMsg number errNum
  17085.     --enter statements to perform when no records are found such as...
  17086.     display dialog "Sorry, the item you selected could not be found."
  17087.     return
  17088. end try
  17089. All Packages
  17090. 7.5.2 (7500/8500)O
  17091. Dev.CD Jan 96 SSWP
  17092. Dev.CD Jan 96 SSV
  17093. 5451X
  17094. Jan 96
  17095. letter
  17096. letters
  17097. NDAppleShare, File Sharing, Faceless Background-only, FBA, PPC ToolboxOUDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Server Remote Control 1.1:P]Dev.CD Feb 00 TC
  17098.  - Tool Chest
  17099.  - Interapplication Communication
  17100.  - Server Remote Control 1.1
  17101. trained
  17102. training
  17103. traits
  17104. transaction
  17105. transfer
  17106. transferred
  17107. transfers
  17108. transform
  17109. transition
  17110. translate
  17111. translated
  17112. translaterotate
  17113. translation
  17114. translations
  17115. translators
  17116. translucent
  17117. transmission
  17118. transmitted
  17119. transparent
  17120. transparently
  17121. transport
  17122. tevens  and Bill Guschwan.   The message hasn
  17123. t changed: Don
  17124. t write directly to the screen. But if you absolutely need to break the rules, here are some clues for success.
  17125. J(develop Issue 11:
  17126. develop Issue 11 code:K
  17127. Vol IIIL
  17128. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 11:PJDev.CD Dec 99 RL
  17129.  - Technical Documentation
  17130.  - develop
  17131.  - develop Issue 11o perform when no records are found such as...
  17132.     display dialog "Sorry, the item you selected could not be found."
  17133.     return
  17134. end try
  17135. e    No Changeq
  17136. Dev.CD Feb 00 TC
  17137. D!All Packages
  17138. Tool Chest Edition
  17139. ADBReInit 1.0I
  17140. Summary: This Extension patches a bug in system software which can cause the PowerBook 140/170 and the Quadras to crash when _ADBReInit is called.J+ADBReInit
  17141. ADBReInit Note
  17142. ADBReInit Note.txtK
  17143. Sep 92M+PowerBook 140/170 or the Quadra 700/900/950N
  17144. ADBODDev.CD Feb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:ge
  17145. --set theItem to choose file -- uncomment to test in an AS editor
  17146.     tell application "Finder"
  17147.         open item "Dev.CD Apr 94
  17148. Dev.CD Jan 94
  17149. Dev.CD Oct 93
  17150. Dev.CD Jul 93
  17151. Dev.CD Apr 93"
  17152.         activate
  17153.     end tell
  17154. on error errMsg number errNum
  17155.     --enter statements to perform when no records are found such as...
  17156.     display dialog "Sorry, the item you selected could not be found."
  17157.     return
  17158. end try
  17159. allocation
  17160. allow
  17161. allowing
  17162. allowsW
  17163. almost
  17164. along
  17165. alpha
  17166. already
  17167. altdboxproc
  17168. alter
  17169. alterations
  17170. alternate
  17171. alternative
  17172. although
  17173. altivec
  17174. always
  17175. 5874X
  17176. Dec 99^
  17177. --set theItem to choose file -- uncomment to test in an AS editor
  17178.     tell application "Finder"
  17179.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 12:"
  17180.         activate
  17181.     end tell
  17182. on error errMsg number errNum
  17183.     --enter statements to perform when no records are found such as...
  17184.     display dialog "Sorry, the item you selected could not be found."
  17185.     return
  17186. end try
  17187. Next CDq
  17188. Dev.CD Dec 99 RL
  17189. D(All Packages
  17190. Reference Library Edition
  17191. develop Issue 13
  17192. Virtual User tools.imgK
  17193. Jul 93L
  17194. Aug 94
  17195. Memory Monitor requires System Software 7.0 or greater, and Apple
  17196.  Event Manager v1.0.1 or later. Memory Monitor can be utilized by either Virtual User 2.0 or any AppleScript capable environment. Memory Monitor runs on all Macintosh models including and after the Macintosh Plus. 
  17197. N(Testing, Memory, Virtual User, DebuggingOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:
  17198. Enterprise and Internet Documentation (HTML and PDF formats)
  17199. Includes:
  17200. Web Objects Documentation
  17201. -WebObjects 3.5 Library
  17202. -Getting Started With WebObjects
  17203. -WebObjects Developer's Guide
  17204. -Release Notes
  17205. Enterprise Objects Documentation:
  17206. -Enterprise Objects 2.2
  17207. -Using Enterprise Objects Framework With OPENSTEP
  17208. Web Objects, Enterprise Objects Framework, EOF, WebObjects, Technical Publications, Technical Documentation, Tutorial, Getting Started, Developer's Guide
  17209. J+enterprise.html
  17210. index.html
  17211. WebObjects:K
  17212. Dec 97L
  17213. Dec 98O3Dev.CD Dec 99 RL:Technical Publications:enterprise:P8Dev.CD Dec 99 RL
  17214.  - Technical Publications
  17215.  - enterpriseV
  17216. 2.1.4
  17217. install
  17218. redistribution
  17219. mrplus
  17220. mrplus
  17221. multifinder
  17222. multifinder
  17223. 6.1b9
  17224. multimedia
  17225. multimedia
  17226. standards
  17227. reports
  17228. multiprocessing
  17229. multiprocessing
  17230. myhelpmenu
  17231. macsbug
  17232. macros/templates
  17233. Summary: This is the electronic version of develop magazine.
  17234.  Issue 11 highlights:
  17235. The Asynchronous Sound Helper  by Bryan K. (
  17236. Beaker
  17237. ) Ressler. Confused about the Sound Manager? Here
  17238. s help: a detailed walk-through of useful routines for accomplishing common Sound Manager tasks.
  17239. Around and Around: Multibuffering Sounds  by Neil Day.   The inside world of multibuffering sounds is exposed to the light, and we discover that it
  17240. s really not that gory.
  17241. Living In an Exceptional World  by 
  17242. Sean Parent.   Ever get mad at those 
  17243. Real programs check errors here
  17244.  comments you see so often in sample code? Here
  17245. s a workable error-handling methodology that might interest you.
  17246. The NetWork Project: Distributed Computing on the Macintosh  by G
  17247. nther Sawitzki.   Distributed computing is looming large on the horizon, and programmers need to be ready. NetWork enables you to experiment with distributed computing right now.
  17248. Graphical Truffles: Writing Directly to the Screen  by Brigham S
  17249. quickdraw
  17250. international
  17251. testing
  17252. memory
  17253. virtual
  17254. debugging
  17255. encoding
  17256. character
  17257. encoding
  17258. converter
  17259. encoding
  17260. converter
  17261. unicode
  17262. charset
  17263. character
  17264. encodi
  17265. encoding
  17266. unicode
  17267. script
  17268. language
  17269. conversion
  17270. games
  17271. input
  17272. text-to-speech
  17273. textedit
  17274. thread
  17275. thread
  17276. manager
  17277. thread
  17278. threads
  17279. tasks
  17280. tasking
  17281. multitasking
  17282. threading
  17283. threads
  17284. timing
  17285. token
  17286. tokenize
  17287. tokenizer
  17288. tokenizer
  17289. fcode
  17290. tokentalk
  17291. virtual
  17292. external
  17293. toolbox
  17294. toolbox
  17295. assistant
  17296. quickview
  17297. toolkit
  17298. standardgetfolder
  17299. replaces
  17300. customgetfile
  17301. Wpanel
  17302. allows
  17303. summary
  17304. application
  17305. which
  17306. provides
  17307. various
  17308. video
  17309. summary
  17310. controlling
  17311. finder
  17312. through
  17313. apple
  17314. summary
  17315. which
  17316. known
  17317. finderevents
  17318. summary
  17319. apple
  17320. peoplesoft
  17321. launched
  17322. partnership
  17323. summary
  17324. apple
  17325. computer
  17326. espana
  17327. prepared
  17328. guide
  17329. summary
  17330. apple
  17331. designed
  17332. maccheck
  17333. suport
  17334. provid
  17335. summary
  17336. apple
  17337. directions
  17338. developer
  17339. business
  17340. report
  17341. summary
  17342. folder
  17343. contains
  17344. revised
  17345. acrobat
  17346. versions
  17347. summary
  17348. folder
  17349. contains
  17350. sample
  17351. applications
  17352. demons
  17353. summary
  17354. folder
  17355. contains
  17356. apple
  17357. event
  17358. terminolog
  17359. summary
  17360. folder
  17361. contains
  17362. tools
  17363. useful
  17364. develo
  17365. summary
  17366. software
  17367. apple
  17368. macintosh
  17369. display
  17370. summary
  17371. package
  17372. provides
  17373. something
  17374. replacement
  17375. runtime
  17376. runtimehtml
  17377. runtimesvcs
  17378. russian
  17379. russian
  17380. 1.1.3
  17381. s-swedish
  17382. sample
  17383. rights
  17384. rigorously
  17385. rinaldi1
  17386. risc-based
  17387. sample
  17388. which
  17389. demonstrates
  17390. ethernet
  17391. driver
  17392. code-like
  17393. quoted
  17394. quoting
  17395. qwerty
  17396. races
  17397. radcliffe
  17398. radically
  17399. radio
  17400. raises
  17401. expansion
  17402. ramdisk
  17403. ramifications
  17404. randall
  17405. random
  17406. randomly
  17407. range
  17408. ranger
  17409. ranging
  17410. rapid
  17411. rapidly
  17412. rappoport
  17413. rates
  17414. rather
  17415. rationale
  17416. rawip
  17417. rdocproc
  17418. re-built
  17419. re-direct
  17420. re-enabled
  17421. read-only
  17422. read/write
  17423. g--set theItem to choose file -- uncomment to test in an AS editor
  17424.     tell application "Finder"
  17425.         open item "Dev.CD Jan 96 SDK2"
  17426.         activate
  17427.     end tell
  17428. on error errMsg number errNum
  17429.     --enter statements to perform when no records are found such as...
  17430.     display dialog "Sorry, the item you selected could not be found."
  17431.     return
  17432. end try
  17433. infomation
  17434. inform
  17435. informationW
  17436. nocopyreceives
  17437. notes
  17438. nubus
  17439. nubus
  17440. tester
  17441. object
  17442. object
  17443. pascal
  17444. objective-c
  17445. objectsupportlib
  17446. objectsupportlib
  17447. 1.1.4
  17448. offscreencontrolupda
  17449. onescanner
  17450. palette
  17451. parser
  17452. pascal
  17453. pb3400
  17454. performance
  17455. photoshop
  17456. player
  17457. plugins
  17458. postscript
  17459. powerbook
  17460. primer
  17461. ers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  17462. http://www.apple.com/quicktime/developers
  17463. JmCheck the QuickTime 3 SDK
  17464. folder for more information
  17465. integrated with QuickTime.
  17466.  QuickTime VR is now fully K
  17467. Jul 97L
  17468. Oct 98O9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:QuickTime
  17469.  VR:PADev.CD Jan 00 SDK1
  17470.  - Development Kits
  17471.  - Mac OS
  17472.  - QuickTime
  17473.  VRrfc1378
  17474. rfc1570
  17475. rfc1570
  17476. rfc1618
  17477. rfc1618
  17478. rfc1661
  17479. rfc1661
  17480. rfc1662
  17481. rfc1662
  17482. rhapsody
  17483. rhapsody
  17484. richardson
  17485. rights
  17486. rinaldi
  17487. rincludes
  17488. roadmap
  17489. robix
  17490. robix
  17491. sources
  17492. compiler
  17493. tools
  17494. appearance
  17495. appearance
  17496. gworld
  17497. off-screen
  17498. appearance
  17499. keyboard
  17500. function
  17501. appearance
  17502. manager
  17503. append
  17504. appkit
  17505. resou
  17506. macintosh
  17507. summary
  17508. document
  17509. discusses
  17510. apple's
  17511. creating
  17512. summary
  17513. document
  17514. explains
  17515. error
  17516. codes
  17517. summary
  17518. document
  17519. shows
  17520. keycodes
  17521. virtual
  17522. summary
  17523. example
  17524. shows
  17525. items
  17526. print
  17527. dialogs
  17528. summary
  17529. extension
  17530. patches
  17531. system
  17532. software
  17533. summary
  17534. contains
  17535. information
  17536. describing
  17537. summary
  17538. folder
  17539. contains
  17540. summary
  17541. folder
  17542. contains
  17543. european
  17544. distributors
  17545. summary
  17546. folder
  17547. contains
  17548. number
  17549. postscript
  17550. utilitie
  17551. summary
  17552. folder
  17553. contains
  17554. variety
  17555. hypercard
  17556. summary
  17557. folder
  17558. contains
  17559. tools
  17560. useful
  17561. develo
  17562. summary
  17563. guide
  17564. provides
  17565. information
  17566. about
  17567. markets
  17568. distri
  17569. summary
  17570. collection
  17571. useful
  17572. quicktime
  17573. functions
  17574. summary
  17575. complete
  17576. demonstration
  17577. access
  17578. summary
  17579. da/application
  17580. allows
  17581. examine
  17582. source
  17583. management
  17584. b--set theItem to choose file -- uncomment to test in an AS editor
  17585.     tell application "Finder"
  17586.         open item "Dev.CD Apr 93"
  17587.         activate
  17588.     end tell
  17589. on error errMsg number errNum
  17590.     --enter statements to perform when no records are found such as...
  17591.     display dialog "Sorry, the item you selected could not be found."
  17592.     return
  17593. end try
  17594. bring-up
  17595. d could not be found."
  17596.     return
  17597. end try
  17598. e    No Changef
  17599. Adobe
  17600. Acrobat
  17601. Reader
  17602. Dev.CD Dec 99 RL Disk 1
  17603. D(All Packages
  17604. Reference Library Edition
  17605. F$Advanced Color Imaging on the Mac OS
  17606.     C}nts: Top 10 Printing Misdemeanors  by Pete (
  17607. ) Alexander.   You know the felonies, now learn the lesser printing crimes.
  17608. J(develop Issue 12:
  17609. develop Issue 12 code:K
  17610. Vol IIIL
  17611. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 12:PJDev.CD Dec 99 RL
  17612.  - Technical Documentation
  17613.  - develop
  17614.  - develop Issue 12 the item you selected could not be found."
  17615.     return
  17616. end try
  17617. er as the Acrobat Reader).  When using  Acrobat Reader, selecting the Help > Reader Onli
  17618. ne Guide menu will open READER.PDF automatically. (Note: the Help menu is the second menu from the right and is indicated by a Question mark icon.)
  17619. Adobe encourages you to register as an Acrobat Reader user; letting us know who you are helps us continue to provide you with better products, better service, and the most up-to-date information on Adobe Acrobat. If you have not already registered, please do so at:
  17620.     http://www.adobe.com/acrobat/register.html
  17621. To view the latest information
  17622. Summary: This is the electronic version of develop magazine.
  17623.  Issue 12 highlights:
  17624. Techniques for Writing and Debugging Components  by Gary Woodcock and Casey King.   Components aren
  17625. t just for QuickTime programmers anymore.
  17626. Time Bases: The Heartbeat of QuickTime  by Guillermo A. Ortiz.   Understanding and manipulating time bases directly is sometimes helpful. Here are some tips.
  17627. Better Apple Event Coding Through Objects  by Eric M. Berdahl.   Adding object model support to your exist
  17628. ing OOP code may be easier than you think.
  17629. Another Take on Globals in Standalone Code  by Keith Rollin.   For MPW users, here
  17630. s an alternative way to implement globals in standalone code.
  17631. Be Our Guest: Components and C++ Classes Compared  by David 
  17632. Van Brink.   Components and C++ classes have some surface similarities but underneath are very different beasts.
  17633. Graphical Truffles: Animation at a Glance  by Edgar Lee.   Three basic animation techniques everyone should know about.
  17634. Print Hi
  17635. Jul 95
  17636. b--set theItem to choose file -- uncomment to test in an AS editor
  17637.     tell application "Finder"
  17638.         open item "Dev.CD Jul 95"
  17639.         activate
  17640.     end tell
  17641. on error errMsg number errNum
  17642.     --enter statements to perform when no records are found such as...
  17643.     display dialog "Sorry, the item you selected could not be found."
  17644.     return
  17645. end try
  17646. All Packages
  17647. System 7.5 Update 1.0O
  17648. Dev.CD Jul 95P
  17649. Dev.CD Jul 9V
  17650. 6597X
  17651. Jul 95
  17652. b--set theItem to choose file -- uncomment to test in an AS editor
  17653.     tell application "Finder"
  17654.         open item "Dev.CD Jul 95"
  17655.         activate
  17656.     end tell
  17657. on error errMsg number errNum
  17658.     --enter statements to perform when no records are found such as...
  17659.     display dialog "Sorry, the item you selected could not be found."
  17660.     return
  17661. end try
  17662. All Packages
  17663. System 7.5 Update 1.0O
  17664. Dev.CD Jul 95P
  17665. Dev.CD Jul 9V
  17666. 6598X
  17667. Jul 95
  17668. --set theItem to choose file -- uncomment to test in an AS editor
  17669.     tell application "Finder"
  17670.         open item "Dev.CD Apr 94
  17671. Dev.CD Jan 94
  17672. Dev.CD Oct 93
  17673. Dev.CD Jul 93"
  17674.         activate
  17675.     end tell
  17676. on error errMsg number errNum
  17677.     --enter statements to perform when no records are found such as...
  17678.     display dialog "Sorry, the item you selected could not be found."
  17679.     return
  17680. end try
  17681. examples
  17682. exceeds
  17683. except
  17684. exception
  17685. exceptional
  17686. exceptions
  17687. exchange
  17688. exchanging
  17689. exciting
  17690. executable
  17691. execute
  17692. executed
  17693. December 1995 Apple Directions Articles
  17694. News: Stragegy Mosaic (Newton 2.0); Editor's Note (Apple Directions Express); IndustryWatch (Evangelical Words and Deeds); News (OpenDoc 1.0 Goes GM; CHRP Announcement; Apple To Move Communications to Internet; Apple's Record Quarter; Apple Guide 2.0; Apple's Customers Most Loyal; Mac the Better Business Propositin Says IDS; Mac Costs Less To Support; Apple Leads in Ed Market; PowerTalk Gateways; QuickDraw 3d Accelerator Card).
  17695. Technology: develop,
  17696.  Issue 24; CD Highlights; OpenDoc Human Interface FAQs; Copland Drivers; Human Interface (Culture Clash).
  17697. Business: Special Market Report (Health Care); Financing For Software Developers; Developer University Schedule; The Internet Page.
  17698. November 1995 Apple Directions Articles
  17699. Apple's Developer Business Report with news and information about Apple's strategic, technological, and business directions
  17700. Strategy Mosaic: Apple's Development Tools Strategy. IndustryWatch: The Macintosh Strate
  17701. 5875X
  17702. Dec 99^
  17703. --set theItem to choose file -- uncomment to test in an AS editor
  17704.     tell application "Finder"
  17705.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 13:"
  17706.         activate
  17707.     end tell
  17708. on error errMsg number errNum
  17709.     --enter statements to perform when no records are found such as...
  17710.     display dialog "Sorry, the item you selected could not be found."
  17711.     return
  17712. end try
  17713. Next CDq
  17714. Dev.CD Dec 99 RL
  17715. D(All Packages
  17716. Reference Library Edition
  17717. develop Issue 14
  17718.     ng the system heap or application heap.
  17719. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  17720. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  17721. phone
  17722. phonetic
  17723. photo
  17724. photograph
  17725. photographers
  17726. photographs
  17727. photos
  17728. photoshop
  17729. phrase
  17730. phrases
  17731. physical
  17732. physically
  17733. piccomment
  17734. piccomments
  17735. piccomments/bottlene
  17736. piccommentstest
  17737. pichandle
  17738. picker
  17739. pickers
  17740. pictdialog
  17741. pictinfotest
  17742. picts
  17743. picture
  17744. pictures
  17745. piece
  17746. pieces
  17747. piersol
  17748. pinterfaces
  17749. pinyin
  17750. pioneer
  17751. pippin
  17752. pippin-specific
  17753. pitch
  17754. pitfalls
  17755. pixel
  17756. pixels
  17757. pixmap
  17758. pixmap2pixpat2ppat
  17759. pixmaps
  17760. placement
  17761. ^PrDev.CD Apr 94
  17762. Dev.CD Jan 94
  17763. Dev.CD Oct 93
  17764. Dev.CD Jul 93
  17765. Dev.CD Apr 93
  17766. Dev.CD Feb 93
  17767. Dev.CD Jan 93
  17768. Dev.CD Nov/Dec 9V
  17769. 5285X
  17770. Apr 94
  17771. --set theItem to choose file -- uncomment to test in an AS editor
  17772.     tell application "Finder"
  17773.         open item "Dev.CD Apr 94
  17774. Dev.CD Jan 94
  17775. Dev.CD Oct 93
  17776. Dev.CD Jul 93
  17777. Dev.CD Apr 93
  17778. Dev.CD Feb 93
  17779. Dev.CD Jan 93
  17780. Dev.CD Nov/Dec 92"
  17781.         activate
  17782.     end tell
  17783. on error errMsg number errNum
  17784.     --enter statements to perform when no records are found such as...
  17785.     display dialog "Sorry, the item you selected could not be found."
  17786.     return
  17787. end try
  17788. All Packages
  17789. 7.1OEDev.CD Apr 94
  17790. Dev.CD Jan 94
  17791. Dev.CD Oct 93
  17792. Dev.CD Jul 93
  17793. Dev.CD Apr 93PDDev.CD Apr 94
  17794. Dev.CD Jan 94
  17795. Dev.CD Oct 93
  17796. Dev.CD Jul 93
  17797. Dev.CD Apr 9V
  17798. 5286X
  17799. Apr 94
  17800. esired
  17801. deskpat
  17802. desktop
  17803. Le    No Changef$Open Transport
  17804. STREAMS
  17805. module
  17806. driverq
  17807. Dev.CD Feb 00 TC
  17808. MD!All Packages
  17809. Tool Chest Edition
  17810. SWAt 2.0b6
  17811. Summary:    SWAt is a tool that allows you to set several attributes of all Macintosh
  17812.  Finder
  17813.  related windows on a hard disk.  The attributes currently configurable with SWAt are: Home window position, window stagger, uniform window dimensions, scroll bar position, and folder labels.  This tool is designed to assist the CD producer in presenting a uniform look to all windows in the Finder.
  17814. Issues:   SWAt is beta software, and is completely unsupported.  Use at your own risk.
  17815. JBRead Me - SWAt 2.0b6
  17816. Read Me - SWAt 2.0b6.txt
  17817. SWAt User GuideK
  17818. May 94L
  17819. Nov 94N
  17820. CD, Finder Windows, HackO;Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:PCDev.CD Feb 00 TC
  17821.  - Tool Chest
  17822.  - Developer Utilities
  17823.  - SWAt 2.0b6V
  17824. 6548X
  17825. Feb 00^
  17826. appstogo
  17827. april
  17828. arabe
  17829. arabic
  17830. All Packages
  17831. Excellent CD (I)P
  17832. Excellent CD (IV
  17833. 5076X
  17834. nt CD 
  17835. e--set theItem to choose file -- uncomment to test in an AS editor
  17836.     tell application "Finder"
  17837.         open item "Excellent CD (I)"
  17838.         activate
  17839.     end tell
  17840. on error errMsg number errNum
  17841.     --enter statements to perform when no records are found such as...
  17842.     display dialog "Sorry, the item you selected could not be found."
  17843.     return
  17844. end try
  17845. All Packages
  17846. 2.0.1OqDev.CD Vol. VII
  17847. Dev CD Vol. VI
  17848. Dev CD Vol. V
  17849. Dev CD Vol. IV Developer CD (III)
  17850. Developer CD (II)
  17851. Excellent CD (I)PpDev.CD Vol. VII
  17852. Dev CD Vol. VI
  17853. Dev CD Vol. V
  17854. Dev CD Vol. IV Developer CD (III)
  17855. Developer CD (II)
  17856. Excellent CD (IV
  17857. 5077X
  17858. Vol. V
  17859. Feedback Request 9/1/93
  17860. FireBallFrames.rsrc
  17861. GameHeaders
  17862. GameSource
  17863. nuTankFrames.rsrc
  17864. Release Notes 8/31/93
  17865. resources.rsrc
  17866. UtilCode
  17867. ZAM 1.0a13
  17868. ZAM Sounds
  17869. Nov 93:Tool Chest:Games:Game Sample Code:ZAM 1.0a13:V
  17870. 5059X
  17871. 1e    No Change
  17872. apple@
  17873. Summary: This folder contains revised Acrobat versions of Inside Macintosh volumes Advanced Color Imaging on the Mac OS and its companion, Advanced Color Imaging Reference with hypertext links to new and modified material in those books. For an overview of these changes, see the document What's New in ACI.
  17874. Advanced Color Imaging on the Mac OS describes how to enhance your application
  17875. s color capabilities using the Palette Manager, the Color Picker Manager, the ColorSync Manager, and the CB
  17876. olor Manager. It
  17877. s companion book, Advanced Color Imaging Reference, documents the constants, data types, and functions your application uses to provide color support.
  17878. JCAdvanced Color Imaging
  17879. Advanced Color Imaging Ref
  17880. What's New in ACIK
  17881. Jan 97O:Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:P?Dev.CD Dec 99 RL
  17882.  - Technical Documentation
  17883.  - Inside Macintosh
  17884. apple
  17885. directions
  17886. 06/96
  17887. apple
  17888. directions
  17889. 06/97
  17890. apple
  17891. directions
  17892. 07/95
  17893. apple
  17894. directions
  17895. 07/96
  17896. edit-related
  17897. editable
  17898. editcdev
  17899. edited
  17900. editing
  17901. edition
  17902. effectively
  17903. effects
  17904. efficient
  17905. effort
  17906. effortless
  17907. efforts
  17908. either
  17909. eject
  17910. elaborates
  17911. electronic
  17912. electronics
  17913. element
  17914. elements
  17915. eliminates
  17916. eliminating
  17917. elizabeth
  17918. email
  17919. embed
  17920. embed
  17921. profile
  17922. image
  17923. specified
  17924. image's
  17925. embedded
  17926. embedding
  17927. Summary: This is the electronic version of develop magazine.
  17928.  Issue 13 highlights:
  17929. Asynchronous Routines on the Macintosh  by Jim Luther.   How to avoid the pitfalls of calling routines asynchronously.
  17930. Inside QuickTime and Component-Based Managers   by Bill Guschwan.   Useful debugging and tracing techniques for QuickTime and the Component Manager.
  17931. Macintosh Debugging: The Belly of the Beast Revisited  by Fred Huxham and Greg Marriott.   A supplement to the Belly of the Beast debuggin
  17932. g article in Issue 8: four new tools explained.
  17933. Adventures in Color Printing  by Dave Hersey.   A general strategy for printing color images that ensures the best possible quality.
  17934. DeviceLoop Meets the Interface Designer  by John Powers   This little-known System 7 routine can help you deal with multiple screen environments.
  17935. Somewhere in QuickTime: Top 10 QuickTime Tips  by John Wang.   The first installment of a new column on QuickTime: hot tips from the masters.
  17936. Print Hints: Looking 
  17937. Summary:  Apple has licensed and has ported IBM's SOMobjects technology to the Macintosh. SOMobjects is a multi-platform standard providing for system-level sharable objects in a language-neutral way. It also solves the "fragile base class" problem of object-oriented shared libraries, avoiding the need for client libraries to be recompiled when the base class they inherit from is in a different library and is changed.
  17938. To offer these benefits (multi-platform support and fragile base-class 
  17939. resolution) SOMobjects requires the use of an Interface Description Language (IDL) compiler as a first step in the development process. An MPW-hosted version of this compiler is now available.
  17940. SOMobjects runs on top of CFM, and thus is available for both 68K and native PowerPC Macintosh development. It is a foundation technology for OpenDoc.
  17941. SOMobjects
  17942.  for Mac OS version 2.0.8 contains several bug fixes over version 2.0.7.
  17943. Jan 96L
  17944. Oct 96 Apple Events, AppleEventsents, AppleEvents
  17945. ought@
  17946. ations.
  17947. Features: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  17948. AE Coercion INIT
  17949. AEGizmos 1.4.2
  17950. Aete Editor Stack 1.0b3
  17951. AETracker 3.0
  17952. AutoGuest
  17953. FKEYs
  17954. Macsbug Resources
  17955. OSL + Debug Hack 1.0b1
  17956. ResEdit 'aete' Editor 1.0b4
  17957. ResEdit 'scpt' Editor
  17958. SendAE MPW Tool 1.1
  17959. SendAE Test Tool 0.3
  17960. SignatureToApp 1.1
  17961. Tools
  17962. Read MeK
  17963. May 92L
  17964. May 95M.System 7.0 is required with the AEM extension.N
  17965. AE, Apple Events, AppleEventsODDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:PLDev.CD Feb 00 TC
  17966.  - Tool Chest
  17967.  - Interapplication Communication
  17968.  - AE Tools
  17969. b--set theItem to choose file -- uncomment to test in an AS editor
  17970.     tell application "Finder"
  17971.         open item "Dev.CD Oct 94"
  17972.         activate
  17973.     end tell
  17974. on error errMsg number errNum
  17975.     --enter statements to perform when no records are found such as...
  17976.     display dialog "Sorry, the item you selected could not be found."
  17977.     return
  17978. end try
  17979. security
  17980. security
  17981. sedit
  17982. sedit
  17983. 1.0b3
  17984. selectors
  17985. server
  17986. server
  17987. remote
  17988. control
  17989. services
  17990. setdefaultdtp
  17991. setdeskcpatdemo
  17992. setled
  17993. setup
  17994. setwindbackcolor
  17995. shared
  17996. sherlock
  17997. sherlock
  17998. plug-ins
  17999. shimmermate
  18000. shimmermate
  18001. 2.0.1
  18002. globals
  18003. movie
  18004. showdialogboxes
  18005. showdialogboxes
  18006. showiniticon
  18007. simple
  18008. Ahead to QuickDraw GX  by Pete (
  18009. ) Alexander.   Some things you should be aware of involving QuickDraw GX and its effect on printing.
  18010. Graphical Truffles: The Palette Manager Way  by Edgar Lee and Forrest Tanaka.   The Palette Manager need not be a mystery. Here
  18011. s the scoop.
  18012. J(develop Issue 13:
  18013. develop Issue 13 code:K
  18014. Vol IIIL
  18015. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 13:PJDev.CD Dec 99 RL
  18016.  - Technical Documentation
  18017.  - develop
  18018.  - develop Issue 13open.  This is useful for multiple movie testing.
  18019. Standard Movie Controllers:  The userlected could not be found."
  18020.     return
  18021. end try
  18022. e    No Changef
  18023. Apple Events
  18024. AppleEventsq
  18025. Dev.CD Feb 00 TC
  18026. D!All Packages
  18027. Tool Chest Edition
  18028. AEGizmos 1.4.2I
  18029. What Are the AEGizmos?
  18030. AEGizmos consists of four libraries in one. These libraries provide alternate ways of building and reading Apple events and Apple event descriptors.2061X
  18031. 1e    No Change
  18032. on-line-service
  18033. on-screen
  18034. on/off
  18035. one's
  18036. onescanner
  18037. online
  18038. opaque
  18039. opcodes
  18040. living
  18041. llama
  18042. load/dump
  18043. loaded
  18044. loading
  18045. local
  18046. locale
  18047. locale-insensitive
  18048. locale-sensitive
  18049. locales
  18050. localizable
  18051. localization
  18052. localize
  18053. localized
  18054. localizers
  18055. localizing
  18056. longer
  18057. looking
  18058. lookup
  18059. lookupmenu
  18060. looming
  18061. looney
  18062. loose
  18063. low-disk-space
  18064. low-level
  18065. loyal
  18066. lpx-40
  18067. luther
  18068. All Packages
  18069. 7.5.3O
  18070. Dev.CD Dec 96 SEP
  18071. Dev.CD Dec 96 SV
  18072. 5534X
  18073. Dec 96
  18074. e--set theItem to choose file -- uncomment to test in an AS editor
  18075.     tell application "Finder"
  18076.         open item "Dev.CD Dec 96 SE"
  18077.         activate
  18078.     end tell
  18079. on error errMsg number errNum
  18080.     --enter statements to perform when no records are found such as...
  18081.     display dialog "Sorry, the item you selected could not be found."
  18082.     return
  18083. end try
  18084. All Packages
  18085. 7.5.3O
  18086. Dev.CD Dec 96 SE
  18087. Dev.CD Dec 96 SEV
  18088. 5535X
  18089. Dec 96
  18090. f--set theItem to choose file -- uncomment to test in an AS editor
  18091.     tell application "Finder"
  18092.         open item "Dev.CD Dec 96 SE
  18093.         activate
  18094.     end tell
  18095. on error errMsg number errNum
  18096.     --enter statements to perform when no records are found such as...
  18097.     display dialog "Sorry, the item you selected could not be found."
  18098.     return
  18099. end try
  18100. All Packages
  18101. 7.5.3O
  18102. Dev.CD Jan 98 SSWP
  18103. Dev.CD Jan 98 SSV
  18104. 5536X
  18105. Jan 98
  18106. 6517X
  18107. Feb 00^
  18108. r--set theItem to choose file -- uncomment to test in an AS editor
  18109.     tell application "Finder"
  18110.         open item "Dev.CD Feb 00 TC:Sample Code:"
  18111.         activate
  18112.     end tell
  18113. on error errMsg number errNum
  18114.     --enter statements to perform when no records are found such as...
  18115.     display dialog "Sorry, the item you selected could not be found."
  18116.     return
  18117. end try
  18118. e    No Changeq
  18119. Dev.CD Feb 00 TC
  18120. /D!All Packages
  18121. Tool Chest Edition
  18122. Snippets - Printing
  18123. (** = new, * = revised)
  18124. Dashed Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. This simple example does not deal with QuickDraw printers, on which it draws solid black lines.
  18125. Dashed-capped Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. In this case, they are capped PostScript lines. I use round caps, which means that the ends of the lines are rounded. This simple example does not deal with QuickDraw
  18126. GrayTtext
  18127. fixing
  18128. fkeys
  18129. flags
  18130. flash
  18131. flashes
  18132. flashing
  18133. flat-panel
  18134. flattenning
  18135. flavor
  18136. flavors
  18137. flavortypehfs
  18138. flavortypepromisehfs
  18139. flexibility
  18140. flexible
  18141. flicker
  18142. flicker-free
  18143. flickers
  18144. flight-sim
  18145. flightsim
  18146. flipping
  18147. float-to-int
  18148. floating
  18149. flood
  18150. flookup
  18151. floor
  18152. floppies
  18153. floppy
  18154. flowing
  18155. flush
  18156. flushing
  18157. 6528X
  18158. Apr 98^
  18159. --set theItem to choose file -- uncomment to test in an AS editor
  18160.     tell application "Finder"
  18161.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  18162.  for Mac OS:"
  18163.         activate
  18164.     end tell
  18165. on error errMsg number errNum
  18166.     --enter statements to perform when no records are found such as...
  18167.     display dialog "Sorry, the item you selected could not be found."
  18168.     return
  18169. end try
  18170. e    No Changeq
  18171. Dev.CD Apr 98 SDK2
  18172. :D!All Packages
  18173. Mac OS SDK Edition
  18174. Sound Manager
  18175. Tool Chest Edition
  18176. F    aevt dcmd
  18177. The aevt (Apple event) dcmd is a MacsBug tool that displays a formatted listing of the contents of an AppleEvent record.  It is most useful when used in conjuntion with an ATB or TVB set on AESend to examine the contents of an event being sent or the result returned.
  18178. Much improved on the previous version, including many bug fixes and several enhancement to display format and additional type displays.
  18179.     No Change
  18180. joins
  18181. joseph
  18182. journey
  18183. joust
  18184. joysticks
  18185. jpeg-compressed
  18186. jsaver
  18187. jsaver
  18188. screen
  18189. saver
  18190. module
  18191. berkeley
  18192. systems
  18193. after
  18194. kaleida
  18195. kanji
  18196. karma
  18197. kazim
  18198. kbytes
  18199. keeping
  18200. keith
  18201. kevin
  18202. keyboard
  18203. keyboards
  18204. keycodes
  18205. keymenu
  18206. kinds
  18207. kleiman
  18208. knife
  18209. knowing
  18210. knowledge
  18211. known
  18212. knows
  18213. konstantin
  18214. kopala
  18215. --set theItem to choose file -- uncomment to test in an AS editor
  18216.     tell application "Finder"
  18217.         open item "Dev.CD Apr 94
  18218. Dev.CD Jan 94
  18219. Dev.CD Oct 93
  18220. Dev.CD Jul 93
  18221. Dev.CD Apr 93"
  18222.         activate
  18223.     end tell
  18224. on error errMsg number errNum
  18225.     --enter statements to perform when no records are found such as...
  18226.     display dialog "Sorry, the item you selected could not be found."
  18227.     return
  18228. end try
  18229. control
  18230. patch
  18231. adbop
  18232. adbop
  18233. cfm-68k
  18234. address
  18235. administrator
  18236. adobe
  18237. adobe
  18238. acrobat
  18239. reader
  18240. apple
  18241. events
  18242. appleevents
  18243. aegizmos
  18244. after
  18245. newgworld
  18246. usedistanthdwrmem
  18247. uselocalhdwrmem
  18248. network
  18249. server
  18250. symbiotic
  18251. client
  18252. server
  18253. alias
  18254. alias
  18255. hypercard
  18256. system
  18257. allocators
  18258. altivec
  18259. altivec
  18260. emulator
  18261. analog
  18262. analysis
  18263. animation
  18264. antlr
  18265. antlr
  18266. pccts
  18267. parser
  18268. generator
  18269. compiler
  18270. tools
  18271. appearance
  18272. appearance
  18273. gworld
  18274. off-screen
  18275. appearance
  18276. keyboard
  18277. function
  18278. appearance
  18279. manager
  18280. append
  18281. appkit
  18282. resou
  18283. macintosh
  18284. f--set theItem to choose file -- uncomment to test in an AS editor
  18285.     tell application "Finder"
  18286.         open item "Dev.CD Apr 97 SSW"
  18287.         activate
  18288.     end tell
  18289. on error errMsg number errNum
  18290.     --enter statements to perform when no records are found such as...
  18291.     display dialog "Sorry, the item you selected could not be found."
  18292.     return
  18293. end try
  18294. rds are found such as...
  18295.     display dialog "Sorry, the item you selected could not be found."
  18296.     return
  18297. end try
  18298. All Packages
  18299. System 7 Tune-UpO
  18300. Dev.CD Sept 92
  18301. Dev.CD Aug 92P
  18302. Dev.CD Sept 92
  18303. Dev.CD Aug 9V
  18304. 4684X
  18305. Sept 9
  18306. q--set theItem to choose file -- uncomment to test in an AS editor
  18307.     tell application "Finder"
  18308.         open item "Dev.CD Sept 92
  18309. Dev.CD Aug 92"
  18310.         activate
  18311.     end tell
  18312. on error errMsg number errNum
  18313.     --enter statements to perform when no records are found such as...
  18314.     display dialog "Sorry, the item you selected could not be found."
  18315.     return
  18316. end try
  18317. s Graphics Answers  by Bill Guschwan.   Tips on the first few things to try when faced with a question about QuickDraw.
  18318. Somewhere in QuickTime: Derived Media Handlers  by John Wang.
  18319. How to write derived media handlers, a powerful new ability in QuickTime 1.5.
  18320. Be Our Guest: System Enablers  by C. K. Haun.   The scoop on these new chunks of system software. (Hands off!)
  18321. J(develop Issue 14:
  18322. develop Issue 14 code:K
  18323. Vol IIIL
  18324. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 14:PJDev.CD Dec 99 RL
  18325.  - Technical Documentation
  18326.  - develop
  18327.  - develop Issue 14elected could not be found."
  18328.     return
  18329. end try
  18330. e    No Changef#MacsBug
  18331. AppleEvent
  18332. apple event
  18333. dcmdq
  18334. Dev.CD Feb 00 TC
  18335. D!All Packages
  18336. Mac OS SDK Edition
  18337. Dev.CD Jan 95
  18338. Dev.CD Jul 94P
  18339. Dev.CD Jan 95
  18340. Dev.CD Jul 9V
  18341. 5350X
  18342. Jan 95
  18343. p--set theItem to choose file -- uncomment to test in an AS editor
  18344.     tell application "Finder"
  18345.         open item "Dev.CD Jan 95
  18346. Dev.CD Jul 94"
  18347.         activate
  18348.     end tell
  18349. on error errMsg number errNum
  18350.     --enter statements to perform when no records are found such as...
  18351.     display dialog "Sorry, the item you selected could not be found."
  18352.     return
  18353. end try
  18354. All Packages
  18355. 7.1.2O
  18356. Dev.CD Jan 95
  18357. Dev.CD Jul 94P
  18358. Dev.CD Jan 95
  18359. Dev.CD Jul 9V
  18360. 5351X
  18361. Jan 95
  18362. p--set theItem to choose file -- uncomment to test in an AS editor
  18363.     tell application "Finder"
  18364.         open item "Dev.CD Jan 95
  18365. Dev.CD Jul 94"
  18366.         activate
  18367.     end tell
  18368. on error errMsg number errNum
  18369.     --enter statements to perform when no records are found such as...
  18370.     display dialog "Sorry, the item you selected could not be found."
  18371.     return
  18372. end try
  18373. All Packages
  18374. 7.1.2V
  18375. 5352X
  18376. groups
  18377. Summary: AETracker is an INIT/Control Panel that allows you to monitor and collect a record of all AppleEvent Manager activity on your machine
  18378. AETracker records all AppleEvent Manager activity on your machine, and places the output in an MPW readable text file.
  18379. This allows you the ability to track down bugs and problem code quickly, you can see the exact sequence of calls your (or other) application is making, and the data given to and the results returned from the call.
  18380. Features: AET 3B
  18381. .0 includes many enhancements, including more speed, and external programmatic interface, and MacsBug symbol recording.  Please see the Read Me for complete details.
  18382. JUAETracker
  18383. AETracker Monitor
  18384. AETracker 
  18385.  Read
  18386. AETracker.h
  18387. Programmatic Interface - AETK
  18388. Mar 92L
  18389. Oct 92M4System 7.0 or later.  Any System 7 capable MacintoshN
  18390. AE, Apple Events, AppleEventsORDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:
  18391. develop
  18392. issue
  18393. develop
  18394. issue
  18395. All Packages
  18396. System 7 Tune-UpO
  18397. Dev.CD Sept 92
  18398. Dev.CD Aug 92P
  18399. Dev.CD Sept 92
  18400. Dev.CD Aug 9V
  18401. 6556X
  18402. Sept 9
  18403. q--set theItem to choose file -- uncomment to test in an AS editor
  18404.     tell application "Finder"
  18405.         open item "Dev.CD Sept 92
  18406. Dev.CD Aug 92"
  18407.         activate
  18408.     end tell
  18409. on error errMsg number errNum
  18410.     --enter statements to perform when no records are found such as...
  18411.     display dialog "Sorry, the item you selected could not be found."
  18412.     return
  18413. end try
  18414. All Packages
  18415. System 7 Tune-UpO
  18416. Dev.CD Sept 92
  18417. Dev.CD Aug 92P
  18418. Dev.CD Sept 92
  18419. Dev.CD Aug 9V
  18420. 6557X
  18421. Sept 9
  18422. q--set theItem to choose file -- uncomment to test in an AS editor
  18423.     tell application "Finder"
  18424.         open item "Dev.CD Sept 92
  18425. Dev.CD Aug 92"
  18426.         activate
  18427.     end tell
  18428. on error errMsg number errNum
  18429.     --enter statements to perform when no records are found such as...
  18430.     display dialog "Sorry, the item you selected could not be found."
  18431.     return
  18432. end try
  18433. F    QuickTimeO
  18434. Dev.CD Jan 96 SSWP
  18435. Dev.CD Jan 96 SS
  18436. manager
  18437. managers
  18438. manuals
  18439. mapper
  18440. mapperref
  18441. match
  18442. matching
  18443. mdata
  18444. media
  18445. memhell
  18446. memhell
  18447. memory
  18448. stress
  18449. debug
  18450. debugging
  18451. testing
  18452. memory
  18453. memory
  18454. manager
  18455. power
  18456. macintosh
  18457. heaps
  18458. memory
  18459. menubar
  18460. menus
  18461. menuscripter
  18462. menuscripter
  18463. applescript
  18464. metafile
  18465. meters
  18466. metrowerks
  18467. middleware
  18468. music
  18469. movie
  18470. converter
  18471. mismatch
  18472. missQ
  18473. mixed
  18474. modal
  18475. moreisbetter
  18476. morpheme
  18477. movie
  18478. movies
  18479. macintosh
  18480. powerbook
  18481. qualified
  18482. socket
  18483. 5876X
  18484. Dec 99^
  18485. --set theItem to choose file -- uncomment to test in an AS editor
  18486.     tell application "Finder"
  18487.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 14:"
  18488.         activate
  18489.     end tell
  18490. on error errMsg number errNum
  18491.     --enter statements to perform when no records are found such as...
  18492.     display dialog "Sorry, the item you selected could not be found."
  18493.     return
  18494. end try
  18495. Next CDq
  18496. Dev.CD Dec 99 RL
  18497. D(All Packages
  18498. Reference Library Edition
  18499. develop Issue 15
  18500. Manalyzer Relase Notes.txtK
  18501. Vol VIIL
  18502. Vol VIIIMMMacintosh II or better, the NuBus Ethernet card or the NuBus Token Ring card.O7Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:P?Dev.CD Nov 99 TC
  18503.  - Tool Chest
  18504.  - Networking
  18505.  - Manalyzer 2.0d3V
  18506. 4216X
  18507. Nov 99^
  18508. #deWarrior Pro version 1 or Metrowerks CodeWarrior Pro version 2N
  18509. search, index, vtwin, summaryO0Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AIAT:
  18510. Summary: This is the electronic version of develop magazine.
  18511.  Issue 14 highlights:
  18512. Writing Localizable Applications  by Joseph Ternasky and Bryan K. (
  18513. Beaker
  18514. ) Ressler.   Some real-world tips and tricks demonstrating 
  18515. global-aware
  18516.  text-handling techniques that will help you write more localizable applications.
  18517. 3-D Rotation Using a 2-D Input Device  by Michael Chen.   A user interface technique for intuitive rotation of 3-D objects using a 2-D input device like a mouse or pen.
  18518. Video D
  18519. igitizing Under QuickTime  by Casey King and Gary Woodcock.   Whether you
  18520. re developing a video digitizer, writing an application to control one, or just curious about how it all works, this will tell you what you need to know.
  18521. Making Better QuickTime Movies  by Kip Olson.   How to optimize your QuickTime movies for quality playback from CD-ROM.
  18522. Print Hints: Syncing Up With ColorSync  by John Wang.   All about ColorSync, Apple
  18523. s color matching technology.
  18524. Graphical Truffles: Four Common
  18525. f--set theItem to choose file -- uncomment to test in an AS editor
  18526.     tell application "Finder"
  18527.         open item "Dev.CD Jul 99 SSW"
  18528.         activate
  18529.     end tell
  18530. on error errMsg number errNum
  18531.     --enter statements to perform when no records are found such as...
  18532.     display dialog "Sorry, the item you selected could not be found."
  18533.     return
  18534. end try
  18535. basically uses offscreen GWorlds and palette animation to simulate totally cool animation.
  18536. Palette Animation and Palette Anima
  18537. tion Gray:  These sample applications show how to animate the entries of a palette.
  18538. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  18539. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  18540. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  18541. 6420X
  18542. Jul 93
  18543. p--set theItem to choose file -- uncomment to test in an AS editor
  18544.     tell application "Finder"
  18545.         open item "Dev.CD Jul 93
  18546. Dev.CD Apr 93"
  18547.         activate
  18548.     end tell
  18549. on error errMsg number errNum
  18550.     --enter statements to perform when no records are found such as...
  18551.     display dialog "Sorry, the item you selected could not be found."
  18552.     return
  18553. end try
  18554. All Packages
  18555. F    QuickTimeO"Dev.CD Jun 97 SSW
  18556. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  18557. Dev.CD Dec 96 SV
  18558. 6421X
  18559. Jun 97
  18560. w--set theItem to choose file -- uncomment to test in an AS editor
  18561.     tell application "Finder"
  18562.         open item "Dev.CD Jun 97 SSW
  18563. Dev.CD Dec 96 SE"
  18564.         activate
  18565.     end tell
  18566. on error errMsg number errNum
  18567.     --enter statements to perform when no records are found such as...
  18568.     display dialog "Sorry, the item you selected could not be found."
  18569.     return
  18570. end try
  18571. All Packages
  18572. F    QuickTimeO"Dev.CD Jun 97 SSW
  18573. Dev.CD Dec 96 SEV
  18574. 6422X
  18575. describes
  18576. describing
  18577. description
  18578. descriptions
  18579. descriptions
  18580. hardware
  18581. software
  18582. features
  18583. compariso
  18584. descriptive
  18585. descriptor
  18586. descriptors
  18587. design
  18588. design
  18589. robustness
  18590. theresa
  18591. tensor
  18592. information
  18593. designed
  18594. destination
  18595. destroy
  18596. destroy
  18597. needs
  18598. detached
  18599. detail
  18600. detailed
  18601. detailed
  18602. developer
  18603. documentation
  18604. detailing
  18605. details
  18606. N[QTVR, QuickTime VR, Make QTVR Object, Make QTVR Panorama, QuickTime, virtual reality, tools
  18607. objects
  18608. printing
  18609. apple
  18610. events
  18611. spell
  18612. grammar
  18613. writeswell
  18614. spellswell
  18615. working
  18616. apple
  18617. guide
  18618. systems
  18619. apple
  18620. apple
  18621. guide
  18622. apple
  18623. apple
  18624. apple
  18625. developer
  18626. apple
  18627. servers
  18628. 9650/350
  18629. workgroup
  18630. server
  18631. server
  18632. server
  18633. develo
  18634. ression
  18635. contextual
  18636. coprocessor
  18637. countersQ
  18638. decompression
  18639. detector
  18640. detector
  18641. contextual
  18642. apple
  18643. detectors
  18644. detectors
  18645. editor
  18646. applesearch
  18647. appleshare
  18648. gateway
  18649. ethernet
  18650. event
  18651. events
  18652. exchange
  18653. framework
  18654. function
  18655. gateway
  18656. hardwareQ
  18657. hypercard
  18658. index
  18659. keyboard
  18660. keyboard
  18661. macapp
  18662. macapp
  18663. framework
  18664. object-oriented
  18665. classes
  18666. editor
  18667. resou
  18668. macintosh
  18669. moveable
  18670. moved
  18671. movement
  18672. moves
  18673. movie
  18674. movie's
  18675. moviecontroller
  18676. movies
  18677. movieshop
  18678. movietoaiff
  18679. moving
  18680. moving
  18681. source
  18682. powerpc
  18683. editor
  18684.     tell application "Finder"
  18685.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:"
  18686.         activate
  18687.     end tell
  18688. on error errMsg number errNum
  18689.     --enter statements to perform when no records are found such as...
  18690.     display dialog "Sorry, the item you selected could not be found."
  18691.     return
  18692. end try
  18693. e    No Changef)Mail Suite
  18694. Apple Events
  18695. AppleScript
  18696. emailq
  18697. Dev.CD Dec 99 RL Disk 1
  18698. returned
  18699. returning
  18700. reusable
  18701. reuse
  18702. reusing
  18703. reuter
  18704. revealed
  18705. revert
  18706. revised
  18707. revision
  18708. revisited
  18709. revolution
  18710. reworked
  18711. rewritten
  18712. rgbforecolor
  18713. rhapsody
  18714. ribbon
  18715. ricardo
  18716. richard
  18717. richer
  18718. right
  18719. rights
  18720. rigorously
  18721. rinaldi1
  18722. ripple
  18723. risc-based
  18724. rischspater
  18725. riser
  18726. risks
  18727. robbins
  18728. roberts
  18729. robix
  18730. robust
  18731. robustness
  18732. rocket
  18733. roger
  18734. roland
  18735. rollin
  18736. --set theItem to choose file -- uncomment to test in an AS editor
  18737.     tell application "Finder"
  18738.         open item "Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:"
  18739.         activate
  18740.     end tell
  18741. on error errMsg number errNum
  18742.     --enter statements to perform when no records are found such as...
  18743.     display dialog "Sorry, the item you selected could not be found."
  18744.     return
  18745. end try
  18746. 5112X
  18747. er CD 
  18748. w--set theItem to choose file -- uncomment to test in an AS editor
  18749.     tell application "Finder"
  18750.         open item "Developer CD (II)
  18751. Excellent CD (I)"
  18752.         activate
  18753.     end tell
  18754. on error errMsg number errNum
  18755.     --enter statements to perform when no records are found such as...
  18756.     display dialog "Sorry, the item you selected could not be found."
  18757.     return
  18758. end try
  18759. All Packages
  18760. 6.0.3O"Developer CD (II)
  18761. Excellent CD (I)P!Developer CD (II)
  18762. Excellent CD (IV
  18763. 5113X
  18764. er CD 
  18765. w--set theItem to choose file -- uncomment to test in an AS editor
  18766.     tell application "Finder"
  18767.         open item "Developer CD (II)
  18768. Excellent CD (I)"
  18769.         activate
  18770.     end tell
  18771. on error errMsg number errNum
  18772.     --enter statements to perform when no records are found such as...
  18773.     display dialog "Sorry, the item you selected could not be found."
  18774.     return
  18775. end try
  18776. All Packages
  18777. 6.0.3O$Developer CD (III)
  18778. Developer CD (II)V
  18779. 5114X
  18780. reat success!
  18781. lications. They will simply be able to provide components that transparently interoperate with the other parts of the system. 
  18782. As always, this architecture, like Apple's QuickTime, provides complete system level interoperability ensuring ease-of-use and true plug-and-play operation. 
  18783. Sample code showing how to create a QuickTime
  18784.  IC-savvy application, as well as sample code showing how to create a panel component.  Complete API documentation is included as well.
  18785. Mac OS-only at this time
  18786. , SDK includes components which allow QTIC-savvy applications to deal with QuickTake 150 and 200 digital cameras. Applications will work with other cameras, if the vendor provides a QuickTime IC camera component.
  18787. Does not work with the original Apple QuickTake 100 digital camera.
  18788. JbDocumentation:
  18789. Interfaces&Libraries:
  18790. QuickTime
  18791.  IC SDK 1.0 contents
  18792. Sample Code:
  18793. Supporting Files:K
  18794. Jul 97ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  18795.  IC SDK 1.01:text
  18796. update
  18797. All Packages
  18798. System UpdateO
  18799. Dev.CD Oct 94P
  18800. Dev.CD Oct 9V
  18801. 6856X
  18802. Oct 94
  18803. b--set theItem to choose file -- uncomment to test in an AS editor
  18804.     tell application "Finder"
  18805.         open item "Dev.CD Oct 94"
  18806.         activate
  18807.     end tell
  18808. on error errMsg number errNum
  18809.     --enter statements to perform when no records are found such as...
  18810.     display dialog "Sorry, the item you selected could not be found."
  18811.     return
  18812. end try
  18813. All Packages
  18814. System UpdateO
  18815. Dev.CD Oct 94P
  18816. Dev.CD Oct 9V
  18817. 6857X
  18818. Oct 94
  18819. b--set theItem to choose file -- uncomment to test in an AS editor
  18820.     tell application "Finder"
  18821.         open item "Dev.CD Oct 94"
  18822.         activate
  18823.     end tell
  18824. on error errMsg number errNum
  18825.     --enter statements to perform when no records are found such as...
  18826.     display dialog "Sorry, the item you selected could not be found."
  18827.     return
  18828. end try
  18829. All Packages
  18830. System UpdateO
  18831. Dev.CD Oct 94P
  18832. Dev.CD Oct 9V
  18833. 6858X
  18834. Oct 94
  18835. guide
  18836. guideline
  18837. guidelines
  18838. guideplugin
  18839. guides
  18840. guiding
  18841. guillermo
  18842. gujarati
  18843. gulick
  18844. gunther
  18845. gurmukhi
  18846. guschwan
  18847. gworld
  18848. gworld's
  18849. gworlds
  18850. gx-aware
  18851. gx-compatible
  18852. gxgraphics
  18853. gxifier
  18854. gxoverridetool
  18855. hackers
  18856. hacks
  18857. hairlines
  18858. hairy
  18859. half-way
  18860. hammerhead-based
  18861. wanted
  18862. wanting
  18863. wants
  18864. warming
  18865. warning
  18866. warnings
  18867. warns
  18868. warrior
  18869. D Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  18870.         activate
  18871.     end tell
  18872. on error errMsg number errNum
  18873.     --enter statements to perform when no records are found such as...
  18874.     display dialog "Sorry, the item you selected could not be found."
  18875.     return
  18876. end try
  18877. e    No Changeq
  18878. Dev.CD Feb 00 TC
  18879. All Packages
  18880. Mail Suite 1.0
  18881. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  18882. Nov 96V
  18883. 4214X
  18884. 1e    No Change
  18885. f--set theItem to choose file -- uncomment to test in an AS editor
  18886.     tell application "Finder"
  18887.         open item "Dev.CD Jun 97 SSW"
  18888.         activate
  18889.     end tell
  18890. on error errMsg number errNum
  18891.     --enter statements to perform when no records are found such as...
  18892.     display dialog "Sorry, the item you selected could not be found."
  18893.     return
  18894. end try
  18895. lications
  18896. summary
  18897. guide
  18898. support
  18899. development
  18900. macintosh
  18901. summary
  18902. hypercard
  18903. create
  18904. resolve
  18905. aliases
  18906. summary
  18907. macsbug
  18908. macro
  18909. debugging
  18910. summary
  18911. snippet
  18912. showing
  18913. determine
  18914. currently
  18915. summary
  18916. technical
  18917. notes
  18918. contain
  18919. latest
  18920. summary
  18921. parser
  18922. allow
  18923. access
  18924. system's
  18925. Summary: This is the electronic version of develop magazine.
  18926.  Issue 15 highlights:
  18927. Getting Started With QuickDraw GX by Pete ("Luke") Alexander.  A brief introduction to QuickDraw GX, and a simple GX-aware sample.
  18928. Developing QuickDraw GX Printing Extensions  by Sam Weiss.  All about these nifty new add-ons to QuickDraw GX printing.
  18929. QuickDraw GX for PostScript Programmers by Daniel Lipton.  The two graphics models are compared, along with useful code snippets for each.
  18930. Managing Compon
  18931. ent Registration  by Gary Woodcock.  For those cases where you may need to manage the component registration process, here's how.
  18932. Floating Windows: Keeping Afloat in the Window Manager by Dean Yu.  A way to implement floating windows without patching traps, and a library you can use in your own application.
  18933. Working in the Third Dimension by Jamie Osborne and Deanna Thomas.  This article shows off a nice 3-D interface and presents a set of MacApp objects you can use to create your own suc
  18934. think
  18935. thinks
  18936. third
  18937. All Packages
  18938. System Enabler 065 (LC 575)O
  18939. Dev.CD Apr 94
  18940. Dev.CD Jan 94P
  18941. Dev.CD Apr 94
  18942. Dev.CD Jan 9V
  18943. 6698X
  18944. Apr 94
  18945. p--set theItem to choose file -- uncomment to test in an AS editor
  18946.     tell application "Finder"
  18947.         open item "Dev.CD Apr 94
  18948. Dev.CD Jan 94"
  18949.         activate
  18950.     end tell
  18951. on error errMsg number errNum
  18952.     --enter statements to perform when no records are found such as...
  18953.     display dialog "Sorry, the item you selected could not be found."
  18954.     return
  18955. end try
  18956. All Packages
  18957. System Enabler 065 (LC 575)O
  18958. Dev.CD Apr 94P
  18959. Dev.CD Apr 9V
  18960. 6699X
  18961. Apr 94
  18962. b--set theItem to choose file -- uncomment to test in an AS editor
  18963.     tell application "Finder"
  18964.         open item "Dev.CD Apr 94"
  18965.         activate
  18966.     end tell
  18967. on error errMsg number errNum
  18968.     --enter statements to perform when no records are found such as...
  18969.     display dialog "Sorry, the item you selected could not be found."
  18970.     return
  18971. end try
  18972. All Packages
  18973. 6700X
  18974. f--set theItem to choose file -- uncomment to test in an AS editor
  18975.     tell application "Finder"
  18976.         open item "Dev.CD Oct 96 SSW"
  18977.         activate
  18978.     end tell
  18979. on error errMsg number errNum
  18980.     --enter statements to perform when no records are found such as...
  18981.     display dialog "Sorry, the item you selected could not be found."
  18982.     return
  18983. end try
  18984.  dialog "Sorry, the item you selected could not be found."
  18985.     return
  18986. end try
  18987. All Packages
  18988. System 7.5 Update 1.0O
  18989. Dev.CD Jul 95P
  18990. Dev.CD Jul 9V
  18991. 4731X
  18992. Jul 95
  18993. b--set theItem to choose file -- uncomment to test in an AS editor
  18994.     tell application "Finder"
  18995.         open item "Dev.CD Jul 95"
  18996.         activate
  18997.     end tell
  18998. on error errMsg number errNum
  18999.     --enter statements to perform when no records are found such as...
  19000.     display dialog "Sorry, the item you selected could not be found."
  19001.     return
  19002. end try
  19003. All Packages
  19004. System 7.5 Update 1.0O
  19005. Dev.CD Jul 95P
  19006. Dev.CD Jul 9V
  19007. 4732X
  19008. develop
  19009. issue
  19010. develop
  19011. issue
  19012. develop
  19013. issue
  19014. references
  19015. develop
  19016. issue
  19017. develop
  19018. issue
  19019. develop
  19020. issue
  19021. references
  19022. develop
  19023. issue
  19024. develop
  19025. issue
  19026. develop
  19027. issue
  19028. references
  19029. develop
  19030. issue
  19031. develop
  19032. issue
  19033. develop
  19034. issue
  19035. develop
  19036. issue
  19037. develop
  19038. issue
  19039. references
  19040. develop
  19041. issue
  19042. develop
  19043. issue
  19044. develop
  19045. issue
  19046. develop
  19047. issue
  19048. develop
  19049. issue
  19050. references
  19051. develop
  19052. issue
  19053. develop
  19054. issue
  19055. develop
  19056. issue
  19057. references
  19058. develop
  19059. issue
  19060. develop
  19061. issue
  19062. develop
  19063. issue
  19064. references
  19065. develop
  19066. issue
  19067. developer
  19068. development
  19069. diagrams
  19070. digital
  19071. digital
  19072. asset
  19073. management
  19074. digital
  19075. storyboard
  19076. directions
  19077. web access. 
  19078. h interface.
  19079. Somewhere in QuickTime: Dynamic Customization of Components by Bill Guschwan.  A sample derived media handler that "speaks" the text track in a movie.
  19080. JEdevelop Issue 15:
  19081. develop Issue 15 code:
  19082. develop Issue 15 references:K
  19083. Vol IIIL
  19084. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 15:PJDev.CD Dec 99 RL
  19085.  - Technical Documentation
  19086.  - develop
  19087.  - develop Issue 15of the electronic distribution channels available for MacTCP documentation and developer to
  19088. ols.  These options replace the separate Developer Kits previously available for individual networking products.
  19089.  Only the MacTCP and MacTCP Admin control panels have changed to 2.0.6.  The Connection and Administration disks have not been re-rolled to use the new files.
  19090. The MacTCP 2.0.4 to 2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  19091. 5877X
  19092. Dec 99^
  19093. --set theItem to choose file -- uncomment to test in an AS editor
  19094.     tell application "Finder"
  19095.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 15:"
  19096.         activate
  19097.     end tell
  19098. on error errMsg number errNum
  19099.     --enter statements to perform when no records are found such as...
  19100.     display dialog "Sorry, the item you selected could not be found."
  19101.     return
  19102. end try
  19103. Next CDq
  19104. Dev.CD Dec 99 RL
  19105. D(All Packages
  19106. Reference Library Edition
  19107. develop Issue 16
  19108.      Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  19109. MTU Tool
  19110. Read me
  19111. Read me.txtK
  19112. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOIDev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:PTDev.CD Feb 00 TC
  19113.  - Tool Chest
  19114.  - Networking
  19115.  - MacTCP
  19116.  - MacTCP Token Ring MTU ToolV
  19117. 4212X
  19118. 1MTU ToolV
  19119. 4212X
  19120. 1e    No Change
  19121. System requirements are as follows:
  19122. Mexican Spanish TTS:
  19123.     System 7.0 or later
  19124.     68020 or better, including PowerPC
  19125.     1.3 MB RAM
  19126. MacinTalk 2:
  19127.     System 6.0.7 or later
  19128.     Any Mac CPU
  19129.     150K RAM
  19130. MacinTalk 3:
  19131.     System 7.0 or later
  19132.     33MHz 68030 or faster, 68040, or PowerPC
  19133.     300K RAM
  19134. MacinTalk Pro:
  19135.     System 7.0 or later
  19136.     68040 or PowerPC
  19137.     1.5 MB RAM
  19138. For English TTS, you can look at it the other way around:
  19139. With System 6.0.7, 6.0.8 use MacinTalk 2.
  19140. With System 7 aB
  19141. nd 68040 or PowerPC use MacinTalk 3 and MacinTalk Pro.
  19142. With System 7 and 68030 of 33MHz or faster use MacinTalk 3.
  19143. With System 7 and a slower processor use MacinTalk 2.
  19144. N7Speech, Synthesis, Text-to-Speech, MacinTalk, PlainTalk
  19145. All Packages
  19146. 6.0.5O
  19147. Dev.CD Apr 94
  19148. Dev.CD Jan 94
  19149. Dev.CD Oct 93
  19150. Dev.CD Apr 93
  19151. Dev.CD Vol. XI
  19152. Dev.CD Vol. X
  19153. Dev.CD Vol. IX
  19154. Dev.CD Vol. VIII
  19155. Dev.CD Vol. VII
  19156. Dev CD Vol. VI
  19157. Dev CD Vol. V
  19158. Dev CD Vol. IV Developer CD (III)P
  19159. Dev.CD Apr 94
  19160. Dev.CD Jan 94
  19161. Dev.CD Oct 93
  19162. Dev.CD Apr 93
  19163. Dev.CD Vol. XI
  19164. Dev.CD Vol. X
  19165. Dev.CD Vol. IX
  19166. Dev.CD Vol. VIII
  19167. Dev.CD Vol. VII
  19168. Dev CD Vol. VI
  19169. Dev CD Vol. V
  19170. Dev CD Vol. IV Developer CD (IIIV
  19171. 5143X
  19172. Apr 94
  19173. --set theItem to choose file -- uncomment to test in an AS editor
  19174.     tell application "Finder"
  19175.         open item "Dev.CD Apr 94
  19176. Dev.CD Jan 94
  19177. Dev.CD Oct 93
  19178. Dev.CD Apr 93
  19179. Dev.CD Vol. XI
  19180. Dev.CD Vol. X
  19181. Dev.CD Vol. IX
  19182. Dev.CD Vol. VIII
  19183. Dev.CD Vol. VII
  19184. Dev CD Vol. VI
  19185. Dev CD Vol. V
  19186. Dev CD Vol. IV Developer CD (III)"
  19187.         activate
  19188.     end tell
  19189. on error errMsg number errNum
  19190.     --enter statements to perform when no records are found such as...
  19191.     display dialog "Sorry, the item you selectB*ed could not be found."
  19192.     return
  19193. end try
  19194. --set theItem to choose file -- uncomment to test in an AS editor
  19195.     tell application "Finder"
  19196.         open item "Dev.CD Apr 94
  19197. Dev.CD Jan 94
  19198. Dev.CD Oct 93
  19199. Dev.CD Jul 93
  19200. Dev.CD Apr 93"
  19201.         activate
  19202.     end tell
  19203. on error errMsg number errNum
  19204.     --enter statements to perform when no records are found such as...
  19205.     display dialog "Sorry, the item you selected could not be found."
  19206.     return
  19207. end try
  19208. log "Sorry, the item you selected could not be found."
  19209.     return
  19210. end try
  19211. All Packages
  19212. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  19213. Dev.CD Jan 94
  19214. Dev.CD Oct 93P(Dev.CD Apr 94
  19215. Dev.CD Jan 94
  19216. Dev.CD Oct 9V
  19217. 4967X
  19218. Apr 94
  19219. considerations
  19220. considered
  19221. considering
  19222. consistency
  19223. consistent
  19224. consisting
  19225. create
  19226. created
  19227. creating
  19228. cross-platform
  19229. culture
  19230. custom
  19231. 5878X
  19232. Dec 99^
  19233. --set theItem to choose file -- uncomment to test in an AS editor
  19234.     tell application "Finder"
  19235.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 16:"
  19236.         activate
  19237.     end tell
  19238. on error errMsg number errNum
  19239.     --enter statements to perform when no records are found such as...
  19240.     display dialog "Sorry, the item you selected could not be found."
  19241.     return
  19242. end try
  19243. Next CDq
  19244. Dev.CD Dec 99 RL
  19245. D(All Packages
  19246. Reference Library Edition
  19247. develop Issue 17
  19248.     ary:  Contains documentation, header files, and tools to enable developers to write applications which use MacTCP as a networking protocol.
  19249. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  19250. J]802 LAP:
  19251. HyperCard MacTCP Toolkit 1.0:
  19252. MacTCP LAP Tech Note
  19253. Universal Interfaces:
  19254. ZapTCP 1.1:K
  19255. Aug 93ge
  19256. s: LaserWriter 8 for Fun and Profit  by Matt Deatherage.   How applications can take advantage of the new LaserWriter driver. 
  19257. Graphical Truffles: Remedies for Common QuickDraw Problems  by John Wang.   Look here first for relief from common QuickDraw problems.
  19258. JEdevelop Issue 16:
  19259. develop Issue 16 code:
  19260. develop Issue 16 references:K
  19261. Vol IIIL
  19262. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 16:PJDev.CD Dec 99 RL
  19263.  - Technical Documentation
  19264.  - develop
  19265.  - develop Issue 16o install the AppleTalk Connection and/or TCP/IP Connection product software. These products are included on E.T.O. - an alias has been provided for your convenience.
  19266. The current version of MacSNMP (v1.1) is compatible with version 1.1.2 of the Apple Shared Library Manager. This folder contains all components of ASLM 1.1.2 needed to develop MacSNMP agents.
  19267. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  19268. Summary: This is the electronic version of develop magazine.
  19269.  Issue 16 highlights:
  19270. Making the Leap to PowerPC  by Dave Radcliffe.   An overview of the PowerPC platform, and coding strategies for both compatibility and speed.
  19271. Building PowerTalk-Savvy Applications  by Steve Falkenburg.   How to incorporate direct mailing and digital signatures into your application.
  19272. Drag and Drop From the Finder  by Dave Evans and Greg Robbins.   Taking advantage of the new drag and drop services is eas
  19273. y, and your users will love it.
  19274. Color Matching Made Easy With QuickDraw GX  by Daniel Lipton.   QuickDraw GX integrates ColorSync to make color matching nearly effortless.
  19275. International Number Formatting  by Norbert Lindenberg.   Some good methods for handling the different number formats around the world.
  19276. Somewhere in QuickTime: What
  19277. s New With Sound Manager 3.0  by Jim Reekes.  Changes (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  19278. Print Hint
  19279. handlers
  19280. handles
  19281. handling
  19282. handoff
  19283. hands
  19284. handwriting
  19285. handy
  19286. hanging
  19287. hangul
  19288. hanja
  19289. happen
  19290. happened
  19291. happening
  19292. happens
  19293. happily
  19294. hardware
  19295. hardware-dependent
  19296. hardwared
  19297. harlan
  19298. harness
  19299. harper
  19300. harry
  19301. All Packages
  19302. Dev.CD Apr 95P
  19303. Dev.CD Apr 9V
  19304. 5399X
  19305. Apr 95
  19306. b--set theItem to choose file -- uncomment to test in an AS editor
  19307.     tell application "Finder"
  19308.         open item "Dev.CD Apr 95"
  19309.         activate
  19310.     end tell
  19311. on error errMsg number errNum
  19312.     --enter statements to perform when no records are found such as...
  19313.     display dialog "Sorry, the item you selected could not be found."
  19314.     return
  19315. end try
  19316. All Packages
  19317. Dev.CD Apr 95
  19318. Dev.CD Jan 95P
  19319. Dev.CD Apr 95
  19320. Dev.CD Jan 9V
  19321. 5400X
  19322. Apr 95
  19323. p--set theItem to choose file -- uncomment to test in an AS editor
  19324.     tell application "Finder"
  19325.         open item "Dev.CD Apr 95
  19326. Dev.CD Jan 95"
  19327.         activate
  19328.     end tell
  19329. on error errMsg number errNum
  19330.     --enter statements to perform when no records are found such as...
  19331.     display dialog "Sorry, the item you selected could not be found."
  19332.     return
  19333. end try
  19334. All Packages
  19335. Dev.CD Apr 95
  19336. Dev.CD Jan 95V
  19337. 5401X
  19338. Summary:  This is the Developer Edition of the QuickView
  19339.  development environment. You can use this development environment to create QuickView databases for your own information that work with the Macintosh Programmer's Toolbox Assistant.  Use of this development kit is covered by the license included with this application.
  19340. Issues:  Usage of this software is governed by the software license included in the folder created by the Installer.
  19341. J,Install QuickView
  19342. READ ME - QV Developer Ed.K
  19343. Jun 95N"TOOLBOX ASSISTANT, MPTA, QUICKVIEWOfDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  19344. MPTA Goodies:QuickView
  19345.  Developer Edition:PqDev.CD Sep 97 RL
  19346.  - Technical Documentation
  19347.  - Toolbox Assistant
  19348. MPTA Goodies
  19349.  - QuickView
  19350.  Developer Editionient
  19351. registry
  19352. decompression
  19353. detector
  19354. detector
  19355. contextual
  19356. apple
  19357. detectors
  19358. detectors
  19359. developer
  19360. documentation
  19361. documentation
  19362. manuals
  19363. style
  19364. usage
  19365. style
  19366. guide
  19367. 5760X
  19368. Feb 00^
  19369. --set theItem to choose file -- uncomment to test in an AS editor
  19370.     tell application "Finder"
  19371.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:AppleGlot:"
  19372.         activate
  19373.     end tell
  19374. on error errMsg number errNum
  19375.     --enter statements to perform when no records are found such as...
  19376.     display dialog "Sorry, the item you selected could not be found."
  19377.     return
  19378. end try
  19379. e    No ChangefBAppleGlot Localization Internationalization Translation Glossariesq
  19380. Dev.CD Feb 00 TC
  19381. All Packages
  19382. AppleScriptO
  19383. Dev.CD Jan 95P
  19384. Dev.CD Jan 9V
  19385. 5761X
  19386. Jan 95
  19387. b--set theItem to choose file -- uncomment to test in an AS editor
  19388.     tell application "Finder"
  19389.         open item "Dev.CD Jan 95"
  19390.         activate
  19391.     end tell
  19392. on error errMsg number errNum
  19393.     --enter statements to perform when no records are found such as...
  19394.     display dialog "Sorry, the item you selected could not be found."
  19395.     return
  19396. end try
  19397. All Packages
  19398. O"Developer CD (II)
  19399. Excellent CD (I)P!Developer CD (II)
  19400. Excellent CD (IV
  19401. 5092X
  19402. er CD 
  19403. w--set theItem to choose file -- uncomment to test in an AS editor
  19404.     tell application "Finder"
  19405.         open item "Developer CD (II)
  19406. Excellent CD (I)"
  19407.         activate
  19408.     end tell
  19409. on error errMsg number errNum
  19410.     --enter statements to perform when no records are found such as...
  19411.     display dialog "Sorry, the item you selected could not be found."
  19412.     return
  19413. end try
  19414. All Packages
  19415. 6.0.2O
  19416. Excellent CD (I)P
  19417. Excellent CD (IV
  19418. 5093X
  19419. nt CD 
  19420. e--set theItem to choose file -- uncomment to test in an AS editor
  19421.     tell application "Finder"
  19422.         open item "Excellent CD (I)"
  19423.         activate
  19424.     end tell
  19425. on error errMsg number errNum
  19426.     --enter statements to perform when no records are found such as...
  19427.     display dialog "Sorry, the item you selected could not be found."
  19428.     return
  19429. end try
  19430. All Packages
  19431. 6.0.2O
  19432. Excellent CD (I)P
  19433. Excellent CD (IV
  19434. 5094X
  19435. @s you spy on QuickDraw GX printing.
  19436. Ten Tips for Game Developers  by Brigham Stevens.   Things you should know if you want to write games for the Macintosh 
  19437.  or even if you don
  19438. History of the Dogcow: Part 1  by Mark (
  19439. The Red
  19440. ) Harlan.   Here it is for the first time 
  19441.  the real story, from someone who was there. 
  19442. JEdevelop Issue 17:
  19443. develop Issue 17 code:
  19444. develop Issue 17 references:K
  19445. Vol IIIL
  19446. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 17:PJDev.CD Dec 99 RL
  19447.  - Technical Documentation
  19448.  - develop
  19449.  - develop Issue 17Visigenicq
  19450. Dev.CD Apr 98 SDK1
  19451. All Packages
  19452. MacOS8Documentation
  19453. Mac OS 8 Human Interface Guidelines
  19454. This new supplement to Macintosh Human Interface Guidelines will help developers take advantage of Mac OS 8 and beyond. Get the inside information on the Appearance Manager, new and upgraded controls, dialog box layout guidelines and much more!
  19455. MacOS8 HIGuidelines.pdf
  19456. READMEK
  19457. Oct 97V
  19458. 4207X
  19459. 1e    No Change
  19460. NO9Dev.CD Feb 00 TC:Language Kits:Arabic Language Kit 1.0.1:P>Dev.CD Feb 00 TC
  19461.  - Language Kits
  19462.  - Arabic Language Kit 1.0.1V
  19463. 5781X
  19464. Feb 00^
  19465. --set theItem to choose file -- uncomment to test in an AS editor
  19466.     tell application "Finder"
  19467.         open item "Dev.CD Feb 00 TC:Language Kits:Arabic Language Kit 1.0.1:"
  19468.         activate
  19469.     end tell
  19470. on error errMsg number errNum
  19471.     --enter statements to perform when no records are found such as...
  19472.     display dialog "Sorry, the item you selected could not be found."
  19473.     return
  19474. end try
  19475. e    No Changeq
  19476. Dev.CD Feb 00 TC
  19477. All Packages
  19478. F    ARPSample
  19479. PAddress Resolution Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  19480. Jun 98V
  19481. 5782X
  19482. 1e    No Change
  19483. All Packages
  19484. F    QuickTimeO
  19485. Dev.CD Jun 97 SSWP
  19486. Dev.CD Jun 97 SSV
  19487. 6434X
  19488. Jun 97
  19489. f--set theItem to choose file -- uncomment to test in an AS editor
  19490.     tell application "Finder"
  19491.         open item "Dev.CD Jun 97 SSW"
  19492.         activate
  19493.     end tell
  19494. on error errMsg number errNum
  19495.     --enter statements to perform when no records are found such as...
  19496.     display dialog "Sorry, the item you selected could not be found."
  19497.     return
  19498. end try
  19499. All Packages
  19500. F    QuickTimeO
  19501. Dev.CD Jun 97 SSWP
  19502. Dev.CD Jun 97 SSV
  19503. 6435X
  19504. Jun 97
  19505. f--set theItem to choose file -- uncomment to test in an AS editor
  19506.     tell application "Finder"
  19507.         open item "Dev.CD Jun 97 SSW"
  19508.         activate
  19509.     end tell
  19510. on error errMsg number errNum
  19511.     --enter statements to perform when no records are found such as...
  19512.     display dialog "Sorry, the item you selected could not be found."
  19513.     return
  19514. end try
  19515. All Packages
  19516. F    QuickTimeO
  19517. Dev.CD Jun 97 SSWP
  19518. Dev.CD Jun 97 SSV
  19519. 6436X
  19520. All Packages
  19521. Arabic Language KitO
  19522. Dev.CD May 97 TCP
  19523. Dev.CD May 97 TV
  19524. 5780X
  19525. May 97
  19526. e--set theItem to choose file -- uncomment to test in an AS editor
  19527.     tell application "Finder"
  19528.         open item "Dev.CD May 97 TC"
  19529.         activate
  19530.     end tell
  19531. on error errMsg number errNum
  19532.     --enter statements to perform when no records are found such as...
  19533.     display dialog "Sorry, the item you selected could not be found."
  19534.     return
  19535. end try
  19536. ND!All Packages
  19537. Tool Chest Edition
  19538. Arabic Language Kit v1.0.1
  19539. :Summary: The Arabic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Arabic on the Macintosh
  19540.  and other computers using the Mac
  19541.  OS.   See the document "Arabic Read Me First" or "Lisez-moi (Arabe)" for details and installation instructions. 
  19542. JDInstall 1, English
  19543. Install 1, Fran
  19544. Install 2
  19545. Install 3
  19546. Install 4K
  19547. May 96L
  19548. Aug 96ge
  19549. --set theItem to choose file -- uncomment to test in an AS editor
  19550.     tell application "Finder"
  19551.         open item "Dev.CD Apr 94
  19552. Dev.CD Jan 94
  19553. Dev.CD Oct 93
  19554. Dev.CD Jul 93
  19555. Dev.CD Apr 93"
  19556.         activate
  19557.     end tell
  19558. on error errMsg number errNum
  19559.     --enter statements to perform when no records are found such as...
  19560.     display dialog "Sorry, the item you selected could not be found."
  19561.     return
  19562. end try
  19563. 9500/2009500/1809500
  19564. 95123
  19565. 974-9456
  19566. falls
  19567. false
  19568. familiar
  19569. families
  19570. family
  19571. famous
  19572. fancy
  19573. fashion
  19574. faster
  19575. fastest
  19576. fatbits
  19577. fault
  19578. favorite
  19579. favourite
  19580. fcode
  19581. fcompressimage
  19582. fdepthmust
  19583. feature
  19584. feature-rich
  19585. featured
  19586. features
  19587. allows
  19588. users
  19589. chess
  19590. network
  19591. issue
  19592. highlights
  19593. issue
  19594. highlights
  19595. issue
  19596. highlights
  19597. issue
  19598. highlights
  19599. issue
  19600. highlights
  19601. issue
  19602. highlights
  19603. issue
  19604. highlights
  19605. issue
  19606. highlights
  19607. issue
  19608. highlights
  19609. issue
  19610. highlights
  19611. issue
  19612. highlights
  19613. issue
  19614. highlights
  19615. issue
  19616. highlights
  19617. issue
  19618. highlights
  19619. issue
  19620. highlights
  19621. issue
  19622. highlights
  19623. issue
  19624. highlights
  19625. issue
  19626. highlights
  19627. issue
  19628. highlights
  19629. issue
  19630. highlights
  19631. issue
  19632. highlights
  19633. issue
  19634. summary
  19635. issue
  19636. highlights
  19637. issue
  19638. highlights
  19639. issues
  19640. IMPORTANT INFO ABOUT SOUND MANAGER
  19641. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  19642. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  19643. http://www.apple.com/store
  19644. To get started,  you can go to the DeveloB
  19645. pers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  19646. http://www.apple.com/quicktime/developers
  19647. JpCheck the QuickTime 3 SDK
  19648. folder for more information
  19649. integrated with QuickTime.
  19650. The Sound Manager is now fullyK
  19651. Sep 93L
  19652. Oct 98O9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Sound Manager:PADev.CD Jan 00 SDK1
  19653.  - Development Kits
  19654.  - Mac OS
  19655.  - Sound ManagerMarket Research Monthly: The Most Popular Application Categories
  19656. Special Marketing Report:
  19657. Summary: This is the electronic version of develop magazine.
  19658.  Issue 17 highlights:
  19659. Using Proto Templates on the Newton  by Harry R. Chesley.   For Newton developers, a sample game that uses proto templates to good effect; for everyone else, a flavor of what Newton development is like.
  19660. Standalone Code on PowerPC  by Tim Nichols.   Standalone code is better and easier than ever before in the PowerPC environment.
  19661. Debugging on PowerPC  by Dave Falkenburg and Brian Topping.   It
  19662. s a whole 
  19663. new world in there, but your hard-won debugging skills still work.
  19664. Concurrent Programming With the Thread Manager  by Eric Anderson and Brad Post.   With both cooperative and preemptive threads, the possibilities provided by the new Thread Manager are nearly endless.
  19665. The Zen of Window Zooming  by Dean Yu.   Everybody does it, but many still don
  19666. t do it right. Dean has some code to help you out. 
  19667. Print Hints: Tracking QuickDraw GX Messages  by Pete (
  19668. ) Alexander.  MessageWatcher let
  19669. 5879X
  19670. Dec 99^
  19671. --set theItem to choose file -- uncomment to test in an AS editor
  19672.     tell application "Finder"
  19673.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 17:"
  19674.         activate
  19675.     end tell
  19676. on error errMsg number errNum
  19677.     --enter statements to perform when no records are found such as...
  19678.     display dialog "Sorry, the item you selected could not be found."
  19679.     return
  19680. end try
  19681. Next CDq
  19682. Dev.CD Dec 99 RL
  19683. All Packages
  19684. develop Issue 18
  19685. 5880X
  19686. ecords are found such as...
  19687.     display dialog "Sorry, the item you selected could not be found."
  19688.     return
  19689. end try
  19690. e    No Changef#Mac OS 8
  19691. Human Interface Guidelinesq
  19692. Dev.CD Dec 99 RL Disk 1
  19693. TD.All Packages
  19694. Tool Chest Edition
  19695. New & RevisedF
  19696. MacsBug 6.6
  19697.     n AppleLink at A.DIRECTIONS.
  19698. February 1995 Apple Directions Articles
  19699. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  19700. QuickTake Digital CameraICSummary:  This SDK will support the QuickTake 150 or QuickTake 100.J
  19701. MyQuickTakeApp 1.0.1TC7 
  19702. MyQuickTakeApp 1.0.2 
  19703. QuickTake - Read Me First
  19704. QuickTake Documentation:
  19705. QuickTake Marketing Items :
  19706. QuickTake/Macintosh  SDK.image
  19707. QuickTake/Windows SDK:
  19708. System Folder Items:
  19709. Windows System Files:K
  19710. Jan 96OFDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:PKDev.CD Apr 98 SDK2
  19711.  - Development Kits (Disc 2)
  19712.  - QuickTake Digital CameraV
  19713. 6350X
  19714. Apr 98^
  19715. --set theItem to choose file -- uncomment to test in an AS editor
  19716.     tell application "Finder"
  19717.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:"
  19718.         activate
  19719.     end tell
  19720. on error errMsg number errNum
  19721.     --enter statements to perform when no records are found such as...
  19722.     display dialog "Sorry, the item you selected could not be found."
  19723.     return
  19724. end try
  19725. Deletedci
  19726. driver
  19727. loader
  19728. pcmcia
  19729. der Mac OS. (This is not an endorsement.)
  19730. It's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding an AppleScript called SeedBuilder to make uniform seed archives and segments.) This is a drawback in at least one sense, but also an advantage in another in that it may demystify scriptable applDfications for some number of developers by exposing scripting support in terms they already understand.
  19731. J<Project
  19732. ScriptableStuffItEngine
  19733. ScriptableStuffItEngine.htmlK
  19734. Feb 99M
  19735. Universal Headers 3.2, System 7N0AppleScript, StuffIt, Engine, scriptable, scriptOSDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:P[Dev.CD Feb 00 TC
  19736.  - Tool Chest
  19737.  - Interapplication Communication
  19738.  - ScriptableStuffItEngine
  19739. All Packages
  19740. 7.1OSDev.CD Apr 94
  19741. Dev.CD Jan 94
  19742. Dev.CD Oct 93
  19743. Dev.CD Jul 93
  19744. Dev.CD Jun 93
  19745. Dev.CD May 93PRDev.CD Apr 94
  19746. Dev.CD Jan 94
  19747. Dev.CD Oct 93
  19748. Dev.CD Jul 93
  19749. Dev.CD Jun 93
  19750. Dev.CD May 9V
  19751. 5280X
  19752. Apr 94
  19753. --set theItem to choose file -- uncomment to test in an AS editor
  19754.     tell application "Finder"
  19755.         open item "Dev.CD Apr 94
  19756. Dev.CD Jan 94
  19757. Dev.CD Oct 93
  19758. Dev.CD Jul 93
  19759. Dev.CD Jun 93
  19760. Dev.CD May 93"
  19761.         activate
  19762.     end tell
  19763. on error errMsg number errNum
  19764.     --enter statements to perform when no records are found such as...
  19765.     display dialog "Sorry, the item you selected could not be found."
  19766.     return
  19767. end try
  19768. All Packages
  19769. 7.1OEDev.CD Apr 94
  19770. Dev.CD Jan 94
  19771. Dev.CD Oct 93
  19772. Dev.CD Jul 93
  19773. Dev.CD Apr 93PDDev.CD Apr 94
  19774. Dev.CD Jan 94
  19775. Dev.CD Oct 93
  19776. Dev.CD Jul 93
  19777. Dev.CD Apr 9V
  19778. 5281X
  19779. Apr 94
  19780. dashed
  19781. dashed-capped
  19782. dastardly
  19783. deeds
  19784. default
  19785. defect
  19786. defined
  19787. defining
  19788. folders
  19789. folks
  19790. follow
  19791. following
  19792. follows
  19793. nguage
  19794. analysis
  19795. large
  19796. large
  19797. count
  19798. laser
  19799. laser
  19800. doctor
  19801. laserwriter
  19802. laserwriter
  19803. 8.5.1
  19804. launch
  19805. quickdraw
  19806. viewer
  19807. thompson@
  19808. editor's@
  19809. eject@
  19810. empty@
  19811. enable@
  19812. encounters@
  19813. engler@
  19814. enterprise
  19815. internet
  19816. documentation
  19817. formats@
  19818. environments@
  19819. ethernet@
  19820. everybody@
  19821. executing@
  19822. expansion
  19823. slots@
  19824. extension
  19825. extensions@
  19826. extensive@
  19827. extracts@
  19828. failure@
  19829. feature-rich@
  19830. documentation
  19831. complete@
  19832. fileinfo@
  19833. files
  19834. files/folders@
  19835. finderheaps@
  19836. fixes@
  19837. Dev.CD Apr 93P
  19838. Dev.CD Apr 9V
  19839. 6752X
  19840. Apr 93
  19841. b--set theItem to choose file -- uncomment to test in an AS editor
  19842.     tell application "Finder"
  19843.         open item "Dev.CD Apr 93"
  19844.         activate
  19845.     end tell
  19846. on error errMsg number errNum
  19847.     --enter statements to perform when no records are found such as...
  19848.     display dialog "Sorry, the item you selected could not be found."
  19849.     return
  19850. end try
  19851. All Packages
  19852. System Enabler 111 (PB 160/180)O
  19853. Dev.CD Apr 93P
  19854. Dev.CD Apr 9V
  19855. 6753X
  19856. Apr 93
  19857. b--set theItem to choose file -- uncomment to test in an AS editor
  19858.     tell application "Finder"
  19859.         open item "Dev.CD Apr 93"
  19860.         activate
  19861.     end tell
  19862. on error errMsg number errNum
  19863.     --enter statements to perform when no records are found such as...
  19864.     display dialog "Sorry, the item you selected could not be found."
  19865.     return
  19866. end try
  19867. All Packages
  19868. System Enabler 111 (PB 160/180)O
  19869. Dev.CD Apr 93P
  19870. Dev.CD Apr 9V
  19871. 6754X
  19872. Apr 93
  19873. All Packages
  19874. 7.1 (PB 145B)O
  19875. Dev.CD Jul 93P
  19876. Dev.CD Jul 9V
  19877. 5298X
  19878. Jul 93
  19879. b--set theItem to choose file -- uncomment to test in an AS editor
  19880.     tell application "Finder"
  19881.         open item "Dev.CD Jul 93"
  19882.         activate
  19883.     end tell
  19884. on error errMsg number errNum
  19885.     --enter statements to perform when no records are found such as...
  19886.     display dialog "Sorry, the item you selected could not be found."
  19887.     return
  19888. end try
  19889. All Packages
  19890. 7.1 (PB 145B)O
  19891. Dev.CD Jul 93P
  19892. Dev.CD Jul 9V
  19893. 5299X
  19894. Jul 93
  19895. b--set theItem to choose file -- uncomment to test in an AS editor
  19896.     tell application "Finder"
  19897.         open item "Dev.CD Jul 93"
  19898.         activate
  19899.     end tell
  19900. on error errMsg number errNum
  19901.     --enter statements to perform when no records are found such as...
  19902.     display dialog "Sorry, the item you selected could not be found."
  19903.     return
  19904. end try
  19905. All Packages
  19906. 7.1 (PB 145B)O
  19907. Dev.CD Jul 93P
  19908. Dev.CD Jul 9V
  19909. 5300X
  19910. Jul 93
  19911. emulator
  19912. f--set theItem to choose file -- uncomment to test in an AS editor
  19913.     tell application "Finder"
  19914.         open item "Dev.CD Nov 97 SSW"
  19915.         activate
  19916.     end tell
  19917. on error errMsg number errNum
  19918.     --enter statements to perform when no records are found such as...
  19919.     display dialog "Sorry, the item you selected could not be found."
  19920.     return
  19921. end try
  19922. ts to perform when no records are found such as...
  19923.     display dialog "Sorry, the item you selected could not be found."
  19924.     return
  19925. end try
  19926. e    No Changeq
  19927. Dev.CD Feb 00 TC
  19928. D!All Packages
  19929. Mac OS SDK Edition
  19930. Speech Recognition Manager
  19931. set-top
  19932. set/access
  19933. setadbinfo
  19934. setdeskcpat
  19935. All Packages
  19936. 7.5.3 (PB 1400)O
  19937. Dev.CD Apr 97 SSWP
  19938. Dev.CD Apr 97 SSV
  19939. 5557X
  19940. Apr 97
  19941. f--set theItem to choose file -- uncomment to test in an AS editor
  19942.     tell application "Finder"
  19943.         open item "Dev.CD Apr 97 SSW"
  19944.         activate
  19945.     end tell
  19946. on error errMsg number errNum
  19947.     --enter statements to perform when no records are found such as...
  19948.     display dialog "Sorry, the item you selected could not be found."
  19949.     return
  19950. end try
  19951. All Packages
  19952. 7.5.3 (PB 1400)O
  19953. Dev.CD Apr 97 SSWP
  19954. Dev.CD Apr 97 SSV
  19955. 5558X
  19956. Apr 97
  19957. f--set theItem to choose file -- uncomment to test in an AS editor
  19958.     tell application "Finder"
  19959.         open item "Dev.CD Apr 97 SSW"
  19960.         activate
  19961.     end tell
  19962. on error errMsg number errNum
  19963.     --enter statements to perform when no records are found such as...
  19964.     display dialog "Sorry, the item you selected could not be found."
  19965.     return
  19966. end try
  19967. All Packages
  19968. 7.5.3 (PB 1400)O
  19969. Dev.CD Apr 97 SSWV
  19970. 5559X
  19971. ttributes
  19972. atworld
  19973. audio
  19974. authentication
  19975. automated
  19976. automated
  19977. testing
  19978. automation
  19979. aware
  19980. background
  19981. answer
  19982. answering
  19983. answering-machines
  19984. answers
  19985. anti-viral
  19986. antlr
  19987. e--set theItem to choose file -- uncomment to test in an AS editor
  19988.     tell application "Finder"
  19989.         open item "Dev.CD May 96 TC"
  19990.         activate
  19991.     end tell
  19992. on error errMsg number errNum
  19993.     --enter statements to perform when no records are found such as...
  19994.     display dialog "Sorry, the item you selected could not be found."
  19995.     return
  19996. end try
  19997. All Packages
  19998. 7.5.3 (PCI)O
  19999. Dev.CD May 96 TCP
  20000. Dev.CD May 96 TV
  20001. 5575X
  20002. May 96
  20003. e--set theItem to choose file -- uncomment to test in an AS editor
  20004.     tell application "Finder"
  20005.         open item "Dev.CD May 96 TC"
  20006.         activate
  20007.     end tell
  20008. on error errMsg number errNum
  20009.     --enter statements to perform when no records are found such as...
  20010.     display dialog "Sorry, the item you selected could not be found."
  20011.     return
  20012. end try
  20013. All Packages
  20014. 7.5.3 (PCI)O
  20015. Dev.CD May 96 TCP
  20016. Dev.CD May 96 TV
  20017. 5576X
  20018. May 96
  20019. polyhedral
  20020. polymorphic
  20021. polymorphism
  20022. packagesA
  20023. Velephone
  20024. whether the telephone network provides Integrated Services Digital Network (ISDN) service or 
  20025. plain old telephone service
  20026.  (POTS), and whether the attached telephone set is a speakerphone or a mobile telephone.
  20027. Issues:  Contact System Software Licensing for licensing details.
  20028. J|Apple Telecom Software 2.1:
  20029. Documentation:
  20030. Interfaces:
  20031. Libraries:
  20032. Stiletto Program:
  20033. Stiletto Sources:
  20034. Telephone Manager 3.0:K
  20035. Sep 93L
  20036. Jan 96O=Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:
  20037. Dev.CD Jan 96 SSWP
  20038. Dev.CD Jan 96 SSV
  20039. 5373X
  20040. Jan 96
  20041. f--set theItem to choose file -- uncomment to test in an AS editor
  20042.     tell application "Finder"
  20043.         open item "Dev.CD Jan 96 SSW"
  20044.         activate
  20045.     end tell
  20046. on error errMsg number errNum
  20047.     --enter statements to perform when no records are found such as...
  20048.     display dialog "Sorry, the item you selected could not be found."
  20049.     return
  20050. end try
  20051. All Packages
  20052. 7.5OIDev.CD Jan 96 SSW
  20053. Dev.CD Jul 95
  20054. Dev.CD Apr 95
  20055. Dev.CD Jan 95
  20056. Dev.CD Oct 94PHDev.CD Jan 96 SSW
  20057. Dev.CD Jul 95
  20058. Dev.CD Apr 95
  20059. Dev.CD Jan 95
  20060. Dev.CD Oct 9V
  20061. 5374X
  20062. Jan 96
  20063. having
  20064. he/she
  20065. header
  20066. headers
  20067. health
  20068. heaps
  20069. heartbeat
  20070. hedging
  20071. helper
  20072. helpful
  20073. helps
  20074. heralds
  20075. here's
  20076. hersey
  20077. Text Encoding Converter allows you to convert text from one encoding to another, including Unicode. 
  20078. Features
  20079.  Improved booting and initialization, especially on localized systems.
  20080.  Improved locking tables for use at interrupt level.
  20081.  Caches common converter objects for performance.
  20082.  Added new API, UCGetCharProperty, for retrieving Unicode character properties.
  20083.  Added new option kUnicodeTextRunHeuristics for finer control over conversion involving runs of multiple character sets.
  20084. dded new API, NearestMacTextEncodings, which returns the Mac OS encoding(s) whose repertoire is closest to the specified encoding.
  20085.  Encoding names may now be retrieved in Unicode.
  20086.  Added new API, TECSetBasicOptions, which allows some low-level Unicode converter options to be set for conversions performed with the high-level converter.
  20087.  TEC now does better validation of input for Japanese encodings.
  20088.  TEC now does a better job of handling characters that are in MacJapanese but not in Shi
  20089. Dev.CD Apr 94
  20090. Dev.CD Jan 94P
  20091. Dev.CD Apr 94
  20092. Dev.CD Jan 9V
  20093. 6724X
  20094. Apr 94
  20095. p--set theItem to choose file -- uncomment to test in an AS editor
  20096.     tell application "Finder"
  20097.         open item "Dev.CD Apr 94
  20098. Dev.CD Jan 94"
  20099.         activate
  20100.     end tell
  20101. on error errMsg number errNum
  20102.     --enter statements to perform when no records are found such as...
  20103.     display dialog "Sorry, the item you selected could not be found."
  20104.     return
  20105. end try
  20106. All Packages
  20107. System Enabler 088 (AVs)O
  20108. Dev.CD Apr 94
  20109. Dev.CD Jan 94P
  20110. Dev.CD Apr 94
  20111. Dev.CD Jan 9V
  20112. 6725X
  20113. Apr 94
  20114. p--set theItem to choose file -- uncomment to test in an AS editor
  20115.     tell application "Finder"
  20116.         open item "Dev.CD Apr 94
  20117. Dev.CD Jan 94"
  20118.         activate
  20119.     end tell
  20120. on error errMsg number errNum
  20121.     --enter statements to perform when no records are found such as...
  20122.     display dialog "Sorry, the item you selected could not be found."
  20123.     return
  20124. end try
  20125. All Packages
  20126. 6726X
  20127. -like
  20128. Dev.CD Jul 93
  20129. Dev.CD Apr 93P
  20130. Dev.CD Jul 93
  20131. Dev.CD Apr 9V
  20132. 6413X
  20133. Jul 93
  20134. p--set theItem to choose file -- uncomment to test in an AS editor
  20135.     tell application "Finder"
  20136.         open item "Dev.CD Jul 93
  20137. Dev.CD Apr 93"
  20138.         activate
  20139.     end tell
  20140. on error errMsg number errNum
  20141.     --enter statements to perform when no records are found such as...
  20142.     display dialog "Sorry, the item you selected could not be found."
  20143.     return
  20144. end try
  20145. All Packages
  20146. F    QuickTimeO
  20147. Dev.CD Jul 93
  20148. Dev.CD Apr 93P
  20149. Dev.CD Jul 93
  20150. Dev.CD Apr 9V
  20151. 6414X
  20152. Jul 93
  20153. p--set theItem to choose file -- uncomment to test in an AS editor
  20154.     tell application "Finder"
  20155.         open item "Dev.CD Jul 93
  20156. Dev.CD Apr 93"
  20157.         activate
  20158.     end tell
  20159. on error errMsg number errNum
  20160.     --enter statements to perform when no records are found such as...
  20161.     display dialog "Sorry, the item you selected could not be found."
  20162.     return
  20163. end try
  20164. All Packages
  20165. F    QuickTimeO
  20166. Dev.CD Jul 93V
  20167. 6415X
  20168. timers
  20169. timertst
  20170. times
  20171. timestamps
  20172. timezone
  20173. timing
  20174. tiresome
  20175. title
  20176. titled
  20177. titles
  20178. tnetworkbuf
  20179. tnetworkiostream
  20180. tnetworkistream
  20181. tnetworkostream
  20182. ~--set theItem to choose file -- uncomment to test in an AS editor
  20183.     tell application "Finder"
  20184.         open item "Dev.CD Apr 92
  20185. Dev.CD Mar 92
  20186. Dev.CD Feb 92"
  20187.         activate
  20188.     end tell
  20189. on error errMsg number errNum
  20190.     --enter statements to perform when no records are found such as...
  20191.     display dialog "Sorry, the item you selected could not be found."
  20192.     return
  20193. end try
  20194. installation
  20195. installations
  20196. installed
  20197. installer
  20198. order
  20199. catch
  20200. summary
  20201. buginfo
  20202. macro
  20203. execute
  20204. within
  20205. macsbug
  20206. summary
  20207. callhyper
  20208. external
  20209. dimension
  20210. which
  20211. summary
  20212. cdent
  20213. format
  20214. source
  20215. --set theItem to choose file -- uncomment to test in an AS editor
  20216.     tell application "Finder"
  20217.         open item "Dev.CD Vol. X
  20218. Dev.CD Vol. IX
  20219. Dev.CD Vol. VIII
  20220. Dev.CD Vol. VII
  20221. Dev CD Vol. VI
  20222. Dev CD Vol. V
  20223. Dev CD Vol. IV Developer CD (III)
  20224. Developer CD (II)
  20225. Excellent CD (I)"
  20226.         activate
  20227.     end tell
  20228. on error errMsg number errNum
  20229.     --enter statements to perform when no records are found such as...
  20230.     display dialog "Sorry, the item you selected could not be found."
  20231.     return
  20232. nd try
  20233. appleshare
  20234. client
  20235. consists
  20236. routines
  20237. creat@
  20238. adobe
  20239. acrobat
  20240. reader
  20241. allows
  20242. navigate
  20243. release
  20244. apple's
  20245. brings
  20246. increased
  20247. functionali@
  20248. thee@
  20249. there
  20250. three
  20251. different
  20252. samples
  20253. showing
  20254. variat@
  20255. transport@
  20256. throughput@
  20257. support
  20258. sales
  20259. products
  20260. apple
  20261. conjunction
  20262. together@
  20263. tokentalk@
  20264. 1.2.1@
  20265. vectors@
  20266. versatility@
  20267. performanceQ
  20268. performance
  20269. analysis
  20270. Feb 00 TC
  20271.  - Tool Chest
  20272.  - OS Utilities
  20273.  - SnapshotSample1.0b4V
  20274. 4633X
  20275. Feb 00^
  20276. --set theItem to choose file -- uncomment to test in an AS editor
  20277.     tell application "Finder"
  20278.         open item "Dev.CD Feb 00 TC:Tool Chest:OS Utilities:SnapshotSample1.0b4:"
  20279.         activate
  20280.     end tell
  20281. on error errMsg number errNum
  20282.     --enter statements to perform when no records are found such as...
  20283.     display dialog "Sorry, the item you selected could not be found."
  20284.     return
  20285. end try
  20286. e    No Changef
  20287. grab icon desktopq
  20288. Dev.CD Feb 00 TC
  20289. D!All Packages
  20290. Tool Chest Edition
  20291. Snarfer
  20292. 1.0.1
  20293. 1.0.1
  20294. 1.0.2
  20295. updater
  20296. 1.0.1b1c2
  20297. 1.0.1tc7
  20298. 1.0.2
  20299. 1.0a6
  20300. 1.0b1
  20301. 1.0b16
  20302. 1.0b2
  20303. 1.0b3
  20304. 1.0b4
  20305. 1.0d13
  20306. 1.0d2
  20307. about
  20308. sample
  20309. about
  20310. getsetoptions
  20311. about
  20312. snapshot
  20313. sample
  20314. aegizmos
  20315. before
  20316. using
  20317. registration
  20318. defprocs
  20319. defprocs
  20320. first
  20321. first
  20322. first
  20323. first
  20324. hypercard
  20325. obsolete&unsupported
  20326. other
  20327. please
  20328. developer
  20329. 03-information
  20330. 03-information
  20331. registrati
  20332. 03/95
  20333. 03/96
  20334. 03/97
  20335. 04-index
  20336. 04-index
  20337. courses
  20338. 04/95
  20339. 04/96
  20340. 04/97
  20341. 05-self-paced
  20342. 05-self-paced
  20343. products
  20344. 05/95
  20345. 05/96
  20346. 05/97
  20347. 06-on-line
  20348. 06-on-line
  20349. topics
  20350. 06/95
  20351. 06/96
  20352. 06/97
  20353. 07-mac
  20354. 07-mac
  20355. 07/95
  20356. 07/96
  20357. 07/97
  20358. 08-object
  20359. 08-object
  20360. oriented
  20361. 08/95
  20362. 08/96
  20363. 08/97
  20364. 09-multimedia
  20365. 09-multimedia
  20366. graphics
  20367. 09/95
  20368. 09/96
  20369. 09/97
  20370. 1.0.1
  20371. 1.0.1
  20372. 1.0.2
  20373. updater
  20374. 1.0.1b1c2
  20375. 1.0.1tc7
  20376. 1.0.2
  20377. 1.0a6
  20378. 1.0b1
  20379. 1.0b16
  20380. 1.0b2
  20381. 1.0b3
  20382. 1.0b4
  20383. 1.0d13
  20384. 1.0d2
  20385. coordinates
  20386. copacetically
  20387. copied
  20388. copies
  20389. copland
  20390. copland-savvy
  20391. coprocessor
  20392. copy-and-paste
  20393. copy/paste
  20394. copybitmask
  20395. copybits
  20396. copybitsspeedpalette
  20397. documentation
  20398. corners
  20399. corporate
  20400. corporation
  20401. correct
  20402. corrected
  20403. correctly
  20404. corrects
  20405. correlate
  20406. correspondence
  20407. corresponding
  20408. corruption
  20409. cosmetic
  20410. costs
  20411. could
  20412. couldn't
  20413. counter
  20414. counterpart
  20415. counterparts
  20416. countersQ
  20417. counting
  20418. country
  20419. couple
  20420. course
  20421. courses
  20422. courseware
  20423. covered
  20424. covers
  20425. simpletext
  20426. simpletext
  20427. sample
  20428. slideshow
  20429. slots
  20430. snapshotsample1.0b4
  20431. snarfer
  20432. snippets
  20433. snippets
  20434. communications
  20435. toolbox
  20436. snippets
  20437. development
  20438. tools
  20439. languages
  20440. snippets
  20441. devices
  20442. snippets
  20443. files
  20444. snippets
  20445. hardware
  20446. snippets
  20447. interapplication
  20448. communication
  20449. snippets
  20450. memory
  20451. snippets
  20452. networking
  20453. snippets
  20454. utilities
  20455. snippets
  20456. printing
  20457. snippets
  20458. processes
  20459. snippets
  20460. quickdraw
  20461. snippets
  20462. quicktime
  20463. snippets
  20464. sound
  20465. snippets
  20466. testing
  20467. debugging
  20468. snippets
  20469. snippets
  20470. toolbox
  20471. snippets
  20472. update
  20473. development
  20474. software
  20475. somobjects
  20476. somobjects
  20477. sound
  20478. sound
  20479. manager
  20480. sound
  20481. premixer
  20482. effect
  20483. soundapp
  20484. ources
  20485. spooler
  20486. This package contains a number of routines that are helpful in installing traditional Mac OS device drivers (of type 'DRVR').  TradDriverLoaderLib mimics the API (application programming interface) of the PCI DriverLoaderLib library as much as possible, which makes TradDriverLoaderLib easier to use in an environment supporting both PCI native drivers (of type 'ndrv') and traditional Mac OS drivers.
  20487. J'Sample Code.img
  20488. Windows Sample Code.imgK
  20489. Sep 97O
  20490. Dev.CD Feb 00 TC:Sample Code:P
  20491. Dev.CD Feb 00 TC
  20492.  - Sample Codeort@
  20493. sample
  20494. includes
  20495. source
  20496. libraries
  20497. which
  20498. provide@
  20499. sample
  20500. shows
  20501. write
  20502. fully
  20503. asynchronous
  20504. block
  20505. version
  20506. object
  20507. support
  20508. library
  20509. 1.1.4
  20510. replaces
  20511. three-dimensional@
  20512. throughput@
  20513. time-based@
  20514. support
  20515. sales
  20516. products
  20517. apple
  20518. conjunction
  20519. together@
  20520. tokentalk@
  20521. tool's@
  20522. f--set theItem to choose file -- uncomment to test in an AS editor
  20523.     tell application "Finder"
  20524.         open item "Dev.CD Oct 95 SSW"
  20525.         activate
  20526.     end tell
  20527. on error errMsg number errNum
  20528.     --enter statements to perform when no records are found such as...
  20529.     display dialog "Sorry, the item you selected could not be found."
  20530.     return
  20531. end try
  20532. Dev.CD Jul 93
  20533. Dev.CD Apr 93"
  20534.         activate
  20535.     end tell
  20536. on error errMsg number errNum
  20537.     --enter statements to perform when no records are found such as...
  20538.     display dialog "Sorry, the item you selected could not be found."
  20539.     return
  20540. end try
  20541. All Packages
  20542. System Enabler 003 (LC III)OEDev.CD Apr 94
  20543. Dev.CD Jan 94
  20544. Dev.CD Oct 93
  20545. Dev.CD Jul 93
  20546. Dev.CD Apr 93PDDev.CD Apr 94
  20547. Dev.CD Jan 94
  20548. Dev.CD Oct 93
  20549. Dev.CD Jul 93
  20550. Dev.CD Apr 9V
  20551. 4780X
  20552. Apr 94
  20553. menubar
  20554. menumanager
  20555. capture
  20556. telecom
  20557. telephone
  20558. telephone
  20559. manager
  20560. telephony
  20561. telephony
  20562. suite
  20563. template
  20564. template
  20565. template
  20566. terminology
  20567. terminology
  20568. script
  20569. target
  20570. testbanks
  20571. testbanks
  20572. testcpp
  20573. tester
  20574. testhooks
  20575. testhooks
  20576. testhooks
  20577. testhooks
  20578. testhooks
  20579. makeout
  20580. testing
  20581. testmagic
  20582. testmagic
  20583. tests
  20584. encoding
  20585. converter
  20586. encodings
  20587. extractors
  20588. plug-ins
  20589. text-to-speech
  20590. text-to-speech
  20591. first
  20592. textchanger
  20593. e Event XCMDs b3
  20594. Apple Event XCMDs DocK
  20595. Nov 94OeDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:ge
  20596. and/or
  20597. anderson
  20598. angles
  20599. animate
  20600. animated
  20601. animation
  20602. ns that communicate to databases using the Open DataBase Connectivity (ODBC) standard.  This folder contains the software development kit for MacODBC version 2.1.2 GM.  
  20603. Features:
  20604.  Cross-platform remote database access
  20605.  Wide range of third party drivers
  20606.  All major relational databases covered
  20607.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  20608. PleaB3se report bugs and problems to kodom@visigenic.com.
  20609. J\Documentation:
  20610. ODBC Install.image
  20611. ODBC Sample Bins.image
  20612. ODBC Tools.image
  20613. Readme - InstallerK
  20614. Sep 93L
  20615. Sep 96M
  20616. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:ge
  20617. All Packages
  20618. 7.1.2O
  20619. Dev.CD Jan 95
  20620. Dev.CD Jul 94P
  20621. Dev.CD Jan 95
  20622. Dev.CD Jul 9V
  20623. 5344X
  20624. Jan 95
  20625. p--set theItem to choose file -- uncomment to test in an AS editor
  20626.     tell application "Finder"
  20627.         open item "Dev.CD Jan 95
  20628. Dev.CD Jul 94"
  20629.         activate
  20630.     end tell
  20631. on error errMsg number errNum
  20632.     --enter statements to perform when no records are found such as...
  20633.     display dialog "Sorry, the item you selected could not be found."
  20634.     return
  20635. end try
  20636. All Packages
  20637. 7.1.2O
  20638. Dev.CD Jan 95
  20639. Dev.CD Jul 94P
  20640. Dev.CD Jan 95
  20641. Dev.CD Jul 9V
  20642. 5345X
  20643. Jan 95
  20644. p--set theItem to choose file -- uncomment to test in an AS editor
  20645.     tell application "Finder"
  20646.         open item "Dev.CD Jan 95
  20647. Dev.CD Jul 94"
  20648.         activate
  20649.     end tell
  20650. on error errMsg number errNum
  20651.     --enter statements to perform when no records are found such as...
  20652.     display dialog "Sorry, the item you selected could not be found."
  20653.     return
  20654. end try
  20655. All Packages
  20656. 5346X
  20657. Summary: This is the electronic version of develop magazine.
  20658.  Issue 18 highlights:
  20659. Giving Users Help With Apple Guide  by John Powers.  Learn how to integrate this powerful new help system into your application, to provide users with context-sensitive help and interactively guide them through common tasks.
  20660. Programming for Flexibility: The Open Scripting Architecture  by Paul G. Smith.  All about the ability to attach and run scripts as a way of customizing applications. 
  20661. Exploiting Gr
  20662. aphics Speed on the Power Macintosh  by Konstantin Othmer, Shannon Holland, and Brian Cox.  A strategy for ensuring that users benefit from the improved performance of QuickDraw on the PowerPC platform.
  20663. Displaying Hierarchical Lists  by Martin Minow.  Here
  20664. s how to provide a user-controlled display mechanism for hierarchical data, much like the triangular buttons used for displaying files and folders in the Finder.
  20665. The Right Way to Implement Preferences Files  by Gary Woodcock.  Some tho
  20666. f--set theItem to choose file -- uncomment to test in an AS editor
  20667.     tell application "Finder"
  20668.         open item "Dev.CD Apr 99 SSW"
  20669.         activate
  20670.     end tell
  20671. on error errMsg number errNum
  20672.     --enter statements to perform when no records are found such as...
  20673.     display dialog "Sorry, the item you selected could not be found."
  20674.     return
  20675. end try
  20676. n unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  20677. BusErrorTest:  Show
  20678. redistribute
  20679. redistributed
  20680. redistributing
  20681. redistribution
  20682. redistributor
  20683. redraw
  20684. reduce
  20685. reduced
  20686. reduces
  20687. reekes
  20688. reeves
  20689. refer
  20690. reference
  20691. referenced
  20692. references
  20693. referential
  20694. referred
  20695. reflect
  20696. reflecting
  20697. reformats
  20698. reformatting
  20699. regarded
  20700. regarding
  20701. regardless
  20702. regards
  20703. region
  20704. regions
  20705. 5880X
  20706. Dec 99^    RL Disk 1
  20707. --set theItem to choose file -- uncomment to test in an AS editor
  20708.     tell application "Finder"
  20709.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 18:"
  20710.         activate
  20711.     end tell
  20712. on error errMsg number errNum
  20713.     --enter statements to perform when no records are found such as...
  20714.     display dialog "Sorry, the item you selected could not be found."
  20715.     return
  20716. end try
  20717. e    No Changeq
  20718. Dev.CD Dec 99 RL Disk 1
  20719. All Packages
  20720. develop Issue 19
  20721. 5881X
  20722. atest and greatest TNs and Q&As from our web site. Updated 11/23/99.J.index.html
  20723. index.html.1
  20724. style.css
  20725. technotesK
  20726. Sep 95L
  20727. Jan 00M
  20728. web browserN
  20729. Technote, Q&AOSDev.CD Jan 00 SDK1:What's New:Technical Documentation:Macintosh Technotes and Q&As:P[Dev.CD Jan 00 SDK1
  20730.  - What's New
  20731.  - Technical Documentation
  20732.  - Macintosh Technotes and Q&AsV
  20733. 4205X
  20734. Jan 00^
  20735. #://developer.apple.com/techpubs/index.html
  20736. ile coding to the grayscale appearance specif
  20737. ssentials, page 6-158 t0 6-164. It is based on the Dialog Manager Q&A technote.
  20738. The Item Color Table Resource is difficult to do by hand.  This sample shows how one is done and is carefully documented.  It show how to use different color and font in EditText items.  It also show how to use color in buttons.
  20739. ItemHider:  Two sample applications, in both MPW and Turbo Pascal
  20740.  versions, show how to hide editText fields in a dialog.
  20741. jGNEFilter:  This snippet is a sample GetNextEvent filter w
  20742. hich uses the JGNEFilter mechanism described in Tech Note #85 "GetNextEvent: Blinking Apple Menu".
  20743. kcapApp:  Demonstration keyboard drawing from KCAP resource. The DrawKeyCaps function draws the key caps, given a set of  modifiers (in the high byte of the modifier short parameter) and KCHR and KCAP resource IDs, using the current pen in  the current GrafPort .
  20744. KeyMapTest:  Shows how to interpret the results of GetKeys.
  20745. ListInDialog:  A snippet that shows how to put a List Manager list i
  20746. 5881X
  20747. Dec 99^    RL Disk 1
  20748. --set theItem to choose file -- uncomment to test in an AS editor
  20749.     tell application "Finder"
  20750.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 19:"
  20751.         activate
  20752.     end tell
  20753. on error errMsg number errNum
  20754.     --enter statements to perform when no records are found such as...
  20755.     display dialog "Sorry, the item you selected could not be found."
  20756.     return
  20757. end try
  20758. e    No Changeq
  20759. Dev.CD Dec 99 RL Disk 1
  20760. D(All Packages
  20761. Reference Library Edition
  20762. develop Issue  2
  20763. All Packages
  20764. Dev.CD Oct 98 SSWP
  20765. Dev.CD Oct 98 SSV
  20766. 5665X
  20767. Oct 98
  20768. f--set theItem to choose file -- uncomment to test in an AS editor
  20769.     tell application "Finder"
  20770.         open item "Dev.CD Oct 98 SSW"
  20771.         activate
  20772.     end tell
  20773. on error errMsg number errNum
  20774.     --enter statements to perform when no records are found such as...
  20775.     display dialog "Sorry, the item you selected could not be found."
  20776.     return
  20777. end try
  20778. All Packages
  20779. Dev.CD Dec 98 SSWP
  20780. Dev.CD Dec 98 SSV
  20781. 5666X
  20782. Dec 98
  20783. f--set theItem to choose file -- uncomment to test in an AS editor
  20784.     tell application "Finder"
  20785.         open item "Dev.CD Dec 98 SSW"
  20786.         activate
  20787.     end tell
  20788. on error errMsg number errNum
  20789.     --enter statements to perform when no records are found such as...
  20790.     display dialog "Sorry, the item you selected could not be found."
  20791.     return
  20792. end try
  20793. All Packages
  20794. Dev.CD Dec 98 SSWP
  20795. Dev.CD Dec 98 SSV
  20796. 5667X
  20797. Dec 98
  20798.  but do
  20799. Dev.CD Oct 95 SSV
  20800. 5489X
  20801. Oct 95
  20802. f--set theItem to choose file -- uncomment to test in an AS editor
  20803.     tell application "Finder"
  20804.         open item "Dev.CD Oct 95 SSW"
  20805.         activate
  20806.     end tell
  20807. on error errMsg number errNum
  20808.     --enter statements to perform when no records are found such as...
  20809.     display dialog "Sorry, the item you selected could not be found."
  20810.     return
  20811. end try
  20812. All Packages
  20813. 7.5.2 (9500)O
  20814. Dev.CD Oct 95 SSWP
  20815. Dev.CD Oct 95 SSV
  20816. 5490X
  20817. Oct 95
  20818. f--set theItem to choose file -- uncomment to test in an AS editor
  20819.     tell application "Finder"
  20820.         open item "Dev.CD Oct 95 SSW"
  20821.         activate
  20822.     end tell
  20823. on error errMsg number errNum
  20824.     --enter statements to perform when no records are found such as...
  20825.     display dialog "Sorry, the item you selected could not be found."
  20826.     return
  20827. end try
  20828. All Packages
  20829. 7.5.2 (PB 190)O
  20830. Dev.CD Apr 96 SDK2P
  20831. Dev.CD Apr 96 SDKV
  20832. 5491X
  20833. Apr 96
  20834. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  20835. Ad Lib v3.0.1 provides compatibility with Mac OS 9 and fixes many bugs found in Ad Lib 3.0.  There is one new feature, a log file that is written when resource tables are rebuilt. Logging can be disabled by checking a box in the dialog that prompts for a table rebuild or conversion.
  20836. A license agreement is presented when the product is installed to which the person installing AB2d Lib must agree before installation will proceed.
  20837. Install Ad Lib 3.0.1K
  20838. Dec 98L
  20839. Dec 99M
  20840. PPC only, Mac OS 7.5 or laterNIMacApp, Framework, Object-oriented, Classes, C++, View, Editor, ResourcesO*Dev.CD Feb 00 TC:Tool Chest:MacApp:Ad Lib:P2Dev.CD Feb 00 TC
  20841.  - Tool Chest
  20842.  - MacApp
  20843.  - Ad Liblocating a file in a known folder on an unknown volume.
  20844. Select Folder w/ Gray files:  This is an example of twisted abuse of user interface in order to achieve a noble purpose: as better "Select F
  20845. 6478X
  20846. Feb 00^
  20847. --set theItem to choose file -- uncomment to test in an AS editor
  20848.     tell application "Finder"
  20849.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Scrap Color 1.0:"
  20850.         activate
  20851.     end tell
  20852. on error errMsg number errNum
  20853.     --enter statements to perform when no records are found such as...
  20854.     display dialog "Sorry, the item you selected could not be found."
  20855.     return
  20856. end try
  20857. e    No Changeq
  20858. Dev.CD Feb 00 TC
  20859. All Packages
  20860. Scriptable Print SimpleTextI
  20861. This example was SimpleText 1.4d16. It's the same sample that's been shipping since 1996. This version has code to "Extend the Print Record" from Technote 1161 and code to allow for scriptable printing added.
  20862. Dec 99V
  20863. 6479X
  20864. 1e    No Change
  20865. rendering
  20866. renegade
  20867. replace
  20868. replacement
  20869. replaces
  20870. replaces
  20871. postscript
  20872. sample
  20873. replies
  20874. report
  20875. All Packages
  20876. Dev.CD Jul 99 SSWP
  20877. Dev.CD Jul 99 SSV
  20878. 5692X
  20879. Jul 99
  20880. f--set theItem to choose file -- uncomment to test in an AS editor
  20881.     tell application "Finder"
  20882.         open item "Dev.CD Jul 99 SSW"
  20883.         activate
  20884.     end tell
  20885. on error errMsg number errNum
  20886.     --enter statements to perform when no records are found such as...
  20887.     display dialog "Sorry, the item you selected could not be found."
  20888.     return
  20889. end try
  20890. All Packages
  20891. Dev.CD Jul 99 SSWP
  20892. Dev.CD Jul 99 SSV
  20893. 5693X
  20894. Jul 99
  20895. f--set theItem to choose file -- uncomment to test in an AS editor
  20896.     tell application "Finder"
  20897.         open item "Dev.CD Jul 99 SSW"
  20898.         activate
  20899.     end tell
  20900. on error errMsg number errNum
  20901.     --enter statements to perform when no records are found such as...
  20902.     display dialog "Sorry, the item you selected could not be found."
  20903.     return
  20904. end try
  20905. All Packages
  20906. Dev.CD Jul 99 SSWP
  20907. Dev.CD Jul 99 SSV
  20908. 5694X
  20909. Jul 99
  20910. andling
  20911. All Packages
  20912. F    8.0 ImageO
  20913. Dev.CD Dec 97 RLP
  20914. Dev.CD Dec 97 RV
  20915. 5641X
  20916. Dec 97
  20917. e--set theItem to choose file -- uncomment to test in an AS editor
  20918.     tell application "Finder"
  20919.         open item "Dev.CD Dec 97 RL"
  20920.         activate
  20921.     end tell
  20922. on error errMsg number errNum
  20923.     --enter statements to perform when no records are found such as...
  20924.     display dialog "Sorry, the item you selected could not be found."
  20925.     return
  20926. end try
  20927. All Packages
  20928. F    8.0 ImageO
  20929. Dev.CD Dec 97 RLP
  20930. Dev.CD Dec 97 RV
  20931. 5642X
  20932. Dec 97
  20933. e--set theItem to choose file -- uncomment to test in an AS editor
  20934.     tell application "Finder"
  20935.         open item "Dev.CD Dec 97 RL"
  20936.         activate
  20937.     end tell
  20938. on error errMsg number errNum
  20939.     --enter statements to perform when no records are found such as...
  20940.     display dialog "Sorry, the item you selected could not be found."
  20941.     return
  20942. end try
  20943. All Packages
  20944. F    8.0 ImageO
  20945. Dev.CD Dec 97 RLP
  20946. Dev.CD Dec 97 RV
  20947. 5643X
  20948. Dec 97
  20949. --set theItem to choose file -- uncomment to test in an AS editor
  20950.     tell application "Finder"
  20951.         open item "Dev.CD Apr 94
  20952. Dev.CD Jan 94
  20953. Dev.CD Oct 93
  20954. Dev.CD Jul 93
  20955. Dev.CD Apr 93"
  20956.         activate
  20957.     end tell
  20958. on error errMsg number errNum
  20959.     --enter statements to perform when no records are found such as...
  20960.     display dialog "Sorry, the item you selected could not be found."
  20961.     return
  20962. end try
  20963. exploded
  20964. exploit
  20965. exploiting
  20966. explored
  20967. explores
  20968. exploring
  20969. export
  20970. exportable
  20971. exported
  20972. exposed
  20973. exposing
  20974. exposure
  20975. express
  20976. expressions
  20977. expressive
  20978. extend
  20979. extended
  20980. extending
  20981. extends
  20982. extenion
  20983. extensible
  20984. extension
  20985. Oct 99M
  20986. Mac OS 8.6 or later systems
  20987. powerbook
  20988. powerbooks
  20989. powerful
  20990. powermac
  20991. powermacor68k
  20992. powermacs
  20993. poweroff
  20994. powerpcQ
  20995. powerpc-based
  20996. powerplant
  20997. powers
  20998. powertalk
  20999. powertalk-savvy
  21000. powertracer
  21001. pparameter
  21002. lease
  21003. v1.4b6
  21004. driver
  21005. development
  21006. include
  21007. pre-scripted
  21008. pre-testing
  21009. pre-train
  21010. pre-translate
  21011. prediction
  21012. predispatch
  21013. preemptive
  21014. prefer
  21015. preference
  21016. preferences
  21017. preferred
  21018. preliminary
  21019. preloaded
  21020. premastering
  21021. ughts on what makes a well implemented preferences file, and a library to help.
  21022. Somewhere in QuickTime: Basic Movie Playback Support  by Peter Hoddie.  Some common problems to avoid, with special attention to compatibility with future releases.
  21023. Graphical Truffles:  The Debugging Version of QuickDraw GX  by Pete (
  21024. ) Alexander.  How to take advantage of the debugging version during development, along with news about a few changes.
  21025. Balance of Power: Enhancing PowerPC Native Speed  by D
  21026. Dave Evans.  Coding tips for getting the most speed out of the PowerPC processor. 
  21027. History of the Dogcow, Part 2 by Mark (
  21028. The Red
  21029. ) Harlan.  The rest of the story:  distribution and paraphernalia.
  21030. J(develop Issue 18:
  21031. develop Issue 18 code:K
  21032. Vol IIIL
  21033. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 18:PQDev.CD Dec 99 RL Disk 1
  21034.  - Technical Documentation
  21035.  - Develop
  21036.  - develop Issue 18es combining the topic areas, index, and look for content across all ope
  21037. Summary: This is the electronic version of develop magazine.
  21038.  Issue 19 highlights:
  21039. Building an OpenDoc Part Handler  by Kurt Piersol. Writing code to support Apple
  21040. s new compound-document architecture is a lot like writing any Macintosh application. Here
  21041. s an overview of what you
  21042. ll need to know.
  21043. Adding QuickDraw GX Printing to QuickDraw Applications  by Dave Hersey. Even if your application doesn
  21044. t need the advanced graphics capabilities of QuickDraw GX, your users will love the new p
  21045. rinting architecture, and you can support it with a minimum of effort.
  21046. Making the Most of QuickDraw GX Bitmaps  by David Surovell. A primer on handling bitmapped graphics in QuickDraw GX: tips, tricks, and whizzy effects.
  21047. Pick Your Picker With Color Picker 2.0  by Shannon Holland. The new Color Picker Manager is flexible and customizable, allowing much tighter integration of color pickers with your application.
  21048. Implementing Inheritance in Scripts  by Paul G. Smith. Supporting inheritanc
  21049. All Packages
  21050. QuickDraw GXO
  21051. Dev.CD Jan 96 SDK1P
  21052. Dev.CD Jan 96 SDKV
  21053. 6286X
  21054. Jan 96
  21055. g--set theItem to choose file -- uncomment to test in an AS editor
  21056.     tell application "Finder"
  21057.         open item "Dev.CD Jan 96 SDK1"
  21058.         activate
  21059.     end tell
  21060. on error errMsg number errNum
  21061.     --enter statements to perform when no records are found such as...
  21062.     display dialog "Sorry, the item you selected could not be found."
  21063.     return
  21064. end try
  21065. All Packages
  21066. QuickDraw GXO#Dev.CD Aug 96 TC
  21067. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  21068. Dev.CD Jan 96 SDKV
  21069. 6287X
  21070. Aug 96
  21071. x--set theItem to choose file -- uncomment to test in an AS editor
  21072.     tell application "Finder"
  21073.         open item "Dev.CD Aug 96 TC
  21074. Dev.CD Jan 96 SDK1"
  21075.         activate
  21076.     end tell
  21077. on error errMsg number errNum
  21078.     --enter statements to perform when no records are found such as...
  21079.     display dialog "Sorry, the item you selected could not be found."
  21080.     return
  21081. end try
  21082. All Packages
  21083. f--set theItem to choose file -- uncomment to test in an AS editor
  21084.     tell application "Finder"
  21085.         open item "Dev.CD Oct 96 SSW"
  21086.         activate
  21087.     end tell
  21088. on error errMsg number errNum
  21089.     --enter statements to perform when no records are found such as...
  21090.     display dialog "Sorry, the item you selected could not be found."
  21091.     return
  21092. end try
  21093. Oct 93
  21094. Dev.CD Jul 93
  21095. Dev.CD Apr 93"
  21096.         activate
  21097.     end tell
  21098. on error errMsg number errNum
  21099.     --enter statements to perform when no records are found such as...
  21100.     display dialog "Sorry, the item you selected could not be found."
  21101.     return
  21102. end try
  21103. All Packages
  21104. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  21105. Dev.CD Jan 94
  21106. Dev.CD Oct 93
  21107. Dev.CD Jul 93
  21108. Dev.CD Apr 93PDDev.CD Apr 94
  21109. Dev.CD Jan 94
  21110. Dev.CD Oct 93
  21111. Dev.CD Jul 93
  21112. Dev.CD Apr 9V
  21113. 4752X
  21114. Apr 94
  21115. O#Dev.CD Jan 96 SDK2
  21116. Dev.CD Nov 95 TCP"Dev.CD Jan 96 SDK2
  21117. Dev.CD Nov 95 TV
  21118. 5427X
  21119. Jan 96
  21120. x--set theItem to choose file -- uncomment to test in an AS editor
  21121.     tell application "Finder"
  21122.         open item "Dev.CD Jan 96 SDK2
  21123. Dev.CD Nov 95 TC"
  21124.         activate
  21125.     end tell
  21126. on error errMsg number errNum
  21127.     --enter statements to perform when no records are found such as...
  21128.     display dialog "Sorry, the item you selected could not be found."
  21129.     return
  21130. end try
  21131. All Packages
  21132. 7.5.2 (7200/9500)O
  21133. Dev.CD Oct 95 SSWP
  21134. Dev.CD Oct 95 SSV
  21135. 5428X
  21136. Oct 95
  21137. f--set theItem to choose file -- uncomment to test in an AS editor
  21138.     tell application "Finder"
  21139.         open item "Dev.CD Oct 95 SSW"
  21140.         activate
  21141.     end tell
  21142. on error errMsg number errNum
  21143.     --enter statements to perform when no records are found such as...
  21144.     display dialog "Sorry, the item you selected could not be found."
  21145.     return
  21146. end try
  21147. All Packages
  21148. 7.5.2 (7200/9500)V
  21149. 5429X
  21150. - Common
  21151.     - Sun Compliant Java Runtime Environment 1.1
  21152.     - QuickTime 3 
  21153.     - QTJava.zip
  21154.     - QTJava media samples
  21155. - Mac OS:
  21156.     - System 8 or later
  21157.     - Macintosh Runtime for Java (MRJ) 2.1
  21158. - Windows 95, 98, or NT::
  21159.     - JRE/JDK from Sun Microsystems, Inc. recommended
  21160. QuickTime, Java, MRJ
  21161. standards
  21162. standards
  21163. based
  21164. starmax
  21165. state
  21166. statements
  21167. status
  21168. storage
  21169. streaming
  21170. streams
  21171. stress
  21172. string
  21173. string
  21174. encoding
  21175. string
  21176. services
  21177. strings
  21178. strip
  21179. strlog
  21180. structure
  21181. structure
  21182. region
  21183. stuffit
  21184. style
  21185. style
  21186. guide
  21187. stylechat
  21188. sub-menus
  21189. suite
  21190. summary
  21191. survey
  21192. switch
  21193. release
  21194. systems
  21195. table
  21196. tablet
  21197. color
  21198. tanzania
  21199. tcp/ip
  21200. tcp/ip
  21201. appletalk
  21202. reconfiguration
  21203. network
  21204. setup
  21205. ottcpwilldial
  21206. tcp/ip
  21207. search
  21208. technical
  21209. PQDev.CD Dec 99 RL Disk 1
  21210.  - Technical Documentation
  21211.  - Develop
  21212.  - develop Issue 19ol that enables communication between workstations and printers or print servers. The Macintosh PAP Client Interface implements the workstation side of PAP for the Macintosh.
  21213. PAPWorkStation.o version 8.3.4 fixes a problem which affected some PowerPC Macintosh computers with PCI expansion slots printing to fast printers/print servers.   Note: there are no changes to PAP.h and PAP.p.
  21214. JTPAP Client - Read Me First
  21215. PAP Client Interface
  21216. PAP.a.o
  21217. PAP.h
  21218. PAP.p
  21219. PAPWorkStation.oK
  21220. Apr 96L
  21221. Oct 96N
  21222. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  21223.  - Development Kits (Disc 1)
  21224.  - Macintosh PAP Client Interfaceand IIGS monitor commands with the Apple IIe Card and Macsbug.
  21225. Features: Lets you display, change, move, and verify memory; find patterns in memory; and disassemble 65C02 code.J
  21226. XX Docs
  21227. XX Docs.txtK
  21228. Vol XI
  21229. moved
  21230. package
  21231. Vol IIIL
  21232. May 95M
  21233. HyperCard,SuperCard, PlusO_Dev.CD Nov 99 TC:Tool Chest:Development Tools & Languages:HyperCard Related:Rinaldi Collection:PjDev.CD Nov 99 TC
  21234.  - Tool Chest
  21235.  - Development Tools & Languages
  21236.  - HyperCard Related
  21237.  - Rinaldi CollectionV
  21238. 6456X
  21239. Nov 99^
  21240. --set theItem to choose file -- uncomment to test in an AS editor
  21241.     tell application "Finder"
  21242.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Tools & Languages:HyperCard Related:Rinaldi Collection:"
  21243.         activate
  21244.     end tell
  21245. on error errMsg number errNum
  21246.     --enter statements to perform when no records are found such as...
  21247.     display dialog "Sorry, the item you selected could not be found."
  21248.     return
  21249. end try
  21250. Deletedq
  21251. Dev.CD Nov 99 TC
  21252. D!All Packages
  21253. Tool Chest Edition
  21254. Robix & sources
  21255. mailfoo
  21256. mailsuite
  21257. mailsuite
  21258. makefile
  21259. e in your application
  21260. s scripts so that they can share handlers and global variables isn
  21261. t as difficult as you might think.
  21262. Balance of Power:  Tuning PowerPC Memory Usage by Dave Evans. Avoiding inadvertent cache thrashing is important for maximum performance.
  21263. Designing Applications for the Power Macintosh by Greg Robbins and Ron Avitzur. The power of the Power Macintosh means more than just faster spreadsheets.
  21264. Graphical Truffles: A Cool QuickDraw GX Clipping Effect by Pete (
  21265. exander. A stroll through a snippet of code that demonstrates some fancy clipping.
  21266. Somewhere in QuickTime: Media Capture Using the Sequence Grabber by John Wang and Fernando Urbina. The sequence grabber component supports capture of any media type. Here
  21267. s how to use it.
  21268. JEdevelop Issue 19:
  21269. develop Issue 19 code:
  21270. develop Issue 19 references:K
  21271. Vol IIIL
  21272. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 19:?:Developer Notes:Macintosh PowerBook 2400c:ge
  21273. Summary:  This application demonstrates how to send an AppleEvent to the Finder that will cause a new default desktop printer to be selected under QuickDraw GX. The user interface consists of a dialog that collects a string that is the name of a desktop printer. Upon hitting the default button, the application forms an AppleEvent and sends it off to the Finder. If the Printing Finder Extension (part of QuickDraw GX) is installed and a valid desktop printer was specified then that printer sB!hould become the default printer.
  21274. FSSetPrinter.c
  21275. FSSetPrinter.h
  21276. ReadMe
  21277. SetDefaultDTP
  21278. SetDefaultDTP.c
  21279. SetDefaultDTP.rsrc
  21280. SetDefaultDTP.
  21281. SetDefaultDTP.
  21282. SetDefaultDTP.
  21283. .rsrcK
  21284. Feb 96M
  21285. QuickDraw GX, System 7.5N8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolO7Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:SetDefaultDTP:P?Dev.CD Feb 00 TC
  21286.  - Tool Chest
  21287.  - QuickDraw GX
  21288.  - SetDefaultDTP
  21289. plugins
  21290. postscript
  21291. powerbook
  21292. primer
  21293. f--set theItem to choose file -- uncomment to test in an AS editor
  21294.     tell application "Finder"
  21295.         open item "Dev.CD Jan 96 SSW"
  21296.         activate
  21297.     end tell
  21298. on error errMsg number errNum
  21299.     --enter statements to perform when no records are found such as...
  21300.     display dialog "Sorry, the item you selected could not be found."
  21301.     return
  21302. end try
  21303. .CD Oct 93
  21304. Dev.CD Jul 93
  21305. Dev.CD Apr 93"
  21306.         activate
  21307.     end tell
  21308. on error errMsg number errNum
  21309.     --enter statements to perform when no records are found such as...
  21310.     display dialog "Sorry, the item you selected could not be found."
  21311.     return
  21312. end try
  21313. All Packages
  21314. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  21315. Dev.CD Jan 94
  21316. Dev.CD Oct 93
  21317. Dev.CD Jul 93
  21318. Dev.CD Apr 93PDDev.CD Apr 94
  21319. Dev.CD Jan 94
  21320. Dev.CD Oct 93
  21321. Dev.CD Jul 93
  21322. Dev.CD Apr 9V
  21323. 4802X
  21324. Apr 94
  21325. 5882X
  21326. Dec 99^
  21327. --set theItem to choose file -- uncomment to test in an AS editor
  21328.     tell application "Finder"
  21329.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  2:"
  21330.         activate
  21331.     end tell
  21332. on error errMsg number errNum
  21333.     --enter statements to perform when no records are found such as...
  21334.     display dialog "Sorry, the item you selected could not be found."
  21335.     return
  21336. end try
  21337. Next CDq
  21338. Dev.CD Dec 99 RL
  21339. All Packages
  21340. develop Issue 20
  21341. 5883X
  21342. ry) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  21343. Issues:  Please contact Apple Licensing for redistribution information.
  21344. Claris XTND Files:
  21345. Document Converter
  21346. Documentation:
  21347. Macintosh Easy Open
  21348. Macintosh Easy Open Reference
  21349. Open Me
  21350. Read Me First
  21351. Translation Extensions:K
  21352. Jul 93L
  21353. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:se.
  21354. 2083X
  21355. 1e    No Change
  21356. throughput
  21357. throw
  21358. throws
  21359. thumb
  21360. thumbnail
  21361. thumbs
  21362. thunder
  21363. tibetan
  21364. tickanimate
  21365. ticks
  21366. tietz
  21367. tighter
  21368. tilde-linefeed
  21369. tilde-tilde
  21370. tiled
  21371. tiles
  21372. time-based
  21373. time-consuming
  21374. times
  21375. timestamps
  21376. timing
  21377. tiresome
  21378. title
  21379. titled
  21380. titles
  21381. tnetworkbuf
  21382. tnetworkiostream
  21383. tnetworkistream
  21384. tnetworkostream
  21385. All Packages
  21386. 6.1O8Dev.CD Feb 92
  21387. Dev.CD Jan 92
  21388. Dev.CD Vol. XI
  21389. Dev.CD Vol. XP7Dev.CD Feb 92
  21390. Dev.CD Jan 92
  21391. Dev.CD Vol. XI
  21392. Dev.CD Vol. V
  21393. 5199X
  21394. Feb 92
  21395. --set theItem to choose file -- uncomment to test in an AS editor
  21396.     tell application "Finder"
  21397.         open item "Dev.CD Feb 92
  21398. Dev.CD Jan 92
  21399. Dev.CD Vol. XI
  21400. Dev.CD Vol. X"
  21401.         activate
  21402.     end tell
  21403. on error errMsg number errNum
  21404.     --enter statements to perform when no records are found such as...
  21405.     display dialog "Sorry, the item you selected could not be found."
  21406.     return
  21407. end try
  21408. All Packages
  21409. 6.1O8Dev.CD Feb 92
  21410. Dev.CD Jan 92
  21411. Dev.CD Vol. XI
  21412. Dev.CD Vol. XP7Dev.CD Feb 92
  21413. Dev.CD Jan 92
  21414. Dev.CD Vol. XI
  21415. Dev.CD Vol. V
  21416. 5200X
  21417. Feb 92
  21418. s some low-level Unicode converter options to be set for conversions performed with the high-level converter.
  21419.  TEC now does better validation of input for Japanese encodings.
  21420.  TEC now does a better job of handling characters that are in MacJapanese but not in Shi
  21421. g--set theItem to choose file -- uncomment to test in an AS editor
  21422.     tell application "Finder"
  21423.         open item "Dev.CD Apr 96 SDK2"
  21424.         activate
  21425.     end tell
  21426. on error errMsg number errNum
  21427.     --enter statements to perform when no records are found such as...
  21428.     display dialog "Sorry, the item you selected could not be found."
  21429.     return
  21430. end try
  21431. ed could not be found."
  21432.     return
  21433. end try
  21434. modem
  21435. moderated
  21436. moderm
  21437. modern
  21438. modes
  21439. modified
  21440. modifier
  21441. modify
  21442. modifying
  21443. module
  21444. modules
  21445. momentum
  21446. money
  21447. monitor
  21448. monitoringQ
  21449. monthly
  21450. mosaic
  21451. motorola
  21452. mounts
  21453. mouse
  21454. movie
  21455. movies
  21456. moving
  21457. All Packages
  21458. System 7.5 Update 1.0O
  21459. Dev.CD Jul 95P
  21460. Dev.CD Jul 9V
  21461. 6609X
  21462. Jul 95
  21463. b--set theItem to choose file -- uncomment to test in an AS editor
  21464.     tell application "Finder"
  21465.         open item "Dev.CD Jul 95"
  21466.         activate
  21467.     end tell
  21468. on error errMsg number errNum
  21469.     --enter statements to perform when no records are found such as...
  21470.     display dialog "Sorry, the item you selected could not be found."
  21471.     return
  21472. end try
  21473. All Packages
  21474. System 7.5 Update 1.0O
  21475. Dev.CD Jul 95P
  21476. Dev.CD Jul 9V
  21477. 6610X
  21478. Jul 95
  21479. b--set theItem to choose file -- uncomment to test in an AS editor
  21480.     tell application "Finder"
  21481.         open item "Dev.CD Jul 95"
  21482.         activate
  21483.     end tell
  21484. on error errMsg number errNum
  21485.     --enter statements to perform when no records are found such as...
  21486.     display dialog "Sorry, the item you selected could not be found."
  21487.     return
  21488. end try
  21489. All Packages
  21490. System 7.5 Update 1.0O
  21491. Dev.CD Jul 95P
  21492. Dev.CD Jul 9V
  21493. 6611X
  21494. card@
  21495. cardbus@
  21496. carries@
  21497. causes@
  21498. cfm-68k
  21499. cfrg@
  21500. characters@
  21501. chinese@
  21502. claim@
  21503. client-server@
  21504. cmd-q@
  21505. code@
  21506. sample
  21507. which
  21508. demonstrates
  21509. ethernet
  21510. driver
  21511. code-resources@
  21512. collect@
  21513. colorizepict@
  21514. com/mkt/maclogo@
  21515. commando@
  21516. commonly@
  21517. commpiler@
  21518. communication@
  21519. compiles@
  21520. complete@
  21521. component@
  21522. compositor@
  21523. conceptual@
  21524. configuring@
  21525. consists@
  21526. constraints@
  21527. contains
  21528. transport
  21529. software
  21530. development
  21531. content@
  21532. control-key@
  21533. converts@
  21534. coordinates@
  21535. copydeepmask@
  21536. corruption@
  21537. cpu's@
  21538. crashing@
  21539. creator@
  21540. curs@
  21541. customers@
  21542. customise@
  21543. dashed-capped@
  21544. david@
  21545. dealer@
  21546. decomposed@
  21547. define
  21548. defined@
  21549. defproc@
  21550. deleted@
  21551. demonstrated@
  21552. demonstrating@
  21553. apple@
  21554. minor
  21555. minow
  21556. minute
  21557. minutes
  21558. lignment
  21559. misdemeanors
  21560. misrecognized
  21561. mixed-partition
  21562. mixing
  21563. modal
  21564. model
  21565. modeled
  21566. modeling
  21567. models
  21568. modem
  21569. moderated
  21570. moderm
  21571. modern
  21572. modes
  21573. modified
  21574. modifier
  21575. modify
  21576. modifying
  21577. module
  21578. modules
  21579. momentum
  21580. money
  21581. monitor
  21582. monitoringQ
  21583. monroe
  21584. monthly
  21585. morley
  21586. mosaic
  21587. mostly
  21588. motorola
  21589. mounts
  21590. mouse
  21591. All Packages
  21592. 7.5.2 (PB 5300/2300/190)O
  21593. Dev.CD Apr 96 SSWP
  21594. Dev.CD Apr 96 SSV
  21595. 5506X
  21596. Apr 96
  21597. f--set theItem to choose file -- uncomment to test in an AS editor
  21598.     tell application "Finder"
  21599.         open item "Dev.CD Apr 96 SSW"
  21600.         activate
  21601.     end tell
  21602. on error errMsg number errNum
  21603.     --enter statements to perform when no records are found such as...
  21604.     display dialog "Sorry, the item you selected could not be found."
  21605.     return
  21606. end try
  21607. All Packages
  21608. 7.5.2 (PB 5300/2300/190)O
  21609. Dev.CD Apr 96 SSWP
  21610. Dev.CD Apr 96 SSV
  21611. 5507X
  21612. Apr 96
  21613. f--set theItem to choose file -- uncomment to test in an AS editor
  21614.     tell application "Finder"
  21615.         open item "Dev.CD Apr 96 SSW"
  21616.         activate
  21617.     end tell
  21618. on error errMsg number errNum
  21619.     --enter statements to perform when no records are found such as...
  21620.     display dialog "Sorry, the item you selected could not be found."
  21621.     return
  21622. end try
  21623. All Packages
  21624. 5508X
  21625. nasty
  21626. natick
  21627. PSDev.CD Feb 00 TC
  21628.  - What's New?
  21629.  - Development Kits
  21630.  - Mac OS
  21631.  - QuickTime Java SDKV
  21632. 6442X
  21633. Feb 00^
  21634. --set theItem to choose file -- uncomment to test in an AS editor
  21635.     tell application "Finder"
  21636.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:"
  21637.         activate
  21638.     end tell
  21639. on error errMsg number errNum
  21640.     --enter statements to perform when no records are found such as...
  21641.     display dialog "Sorry, the item you selected could not be found."
  21642.     return
  21643. end try
  21644. New Packagef
  21645. QuickTime
  21646. http://developer.apple.com/sdk/q
  21647. Dev.CD Feb 00 TC
  21648. D.All Packages
  21649. Tool Chest Edition
  21650. New & RevisedF
  21651. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  21652. QTJava_SDK.zipK
  21653. Feb 00Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  21654. 6443X
  21655. New Packageo
  21656. http://developer.apple.com/sdk/
  21657. soundapp
  21658. soundapp
  21659. source
  21660. masher
  21661. ional
  21662. r--set theItem to choose file -- uncomment to test in an AS editor
  21663.     tell application "Finder"
  21664.         open item "Dev.CD Feb 00 TC:Sample Code:"
  21665.         activate
  21666.     end tell
  21667. on error errMsg number errNum
  21668.     --enter statements to perform when no records are found such as...
  21669.     display dialog "Sorry, the item you selected could not be found."
  21670.     return
  21671. end try
  21672. soundapp
  21673. soundconvert
  21674. soundinputsample
  21675. soundlevel
  21676. sounds
  21677. soundsprocket
  21678. soundunit
  21679. source
  21680. ser and developer documentation), AppleScript software, sample code and sample scripts for modifying or creating your own AppleScript scripts.
  21681. AppleScript 1.3.4 SDK.smiK
  21682. Apr 93L
  21683. Mar 99N2AppleScript, scripting, Apple Event,Folder ActionsO;Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AppleScript SDK:PCDev.CD Jan 00 SDK1
  21684.  - Development Kits
  21685.  - Mac OS
  21686.  - AppleScript SDKurn
  21687. end try
  21688. All Packages
  21689. F    QuickTimeO
  21690. Dev.CD Jul 93
  21691. Dev.CD Apr 93P
  21692. Dev.CD Jul 93
  21693. Dev.CD Apr 9V
  21694. 4534X
  21695. Jul 93
  21696. p--set theItem to choose file -- uncomment to test in an AS editor
  21697.     tell application "Finder"
  21698.         open item "Dev.CD Jul 93
  21699. Dev.CD Apr 93"
  21700.         activate
  21701.     end tell
  21702. on error errMsg number errNum
  21703.     --enter statements to perform when no records are found such as...
  21704.     display dialog "Sorry, the item you selected could not be found."
  21705.     return
  21706. end try
  21707. All Packages
  21708. F    QuickTimeO
  21709. Dev.CD Jul 93
  21710. Dev.CD Apr 93P
  21711. Dev.CD Jul 93
  21712. Dev.CD Apr 9V
  21713. 4535X
  21714. Jul 93
  21715. 6461X
  21716. Feb 00^
  21717. r--set theItem to choose file -- uncomment to test in an AS editor
  21718.     tell application "Finder"
  21719.         open item "Dev.CD Feb 00 TC:Sample Code:"
  21720.         activate
  21721.     end tell
  21722. on error errMsg number errNum
  21723.     --enter statements to perform when no records are found such as...
  21724.     display dialog "Sorry, the item you selected could not be found."
  21725.     return
  21726. end try
  21727. e    No Changeq
  21728. Dev.CD Feb 00 TC
  21729. D!All Packages
  21730. Tool Chest Edition
  21731. Sample Code - Files
  21732. (** = new, * = revised)
  21733. Folder Watching:  These applications demonstrate how to write a background task which uses Apple events to pass on task related information to another application.
  21734. MoreFiles 1.4.6:  MoreFiles is a collection of high-level routines written over the last couple of years to answer File Manager questions from developers. The routines in MoreFiles have been tested (but not stress-tested), documented, and code-reviewed by Apple. MoreFiles provides: high-level and FSSpec
  21735. cursive
  21736. cursor
  21737. cursordevice
  21738. cursordevicemanager
  21739. cursordevices
  21740. cursordevicesetaccel
  21741. cursors
  21742. curve
  21743. curves
  21744. custom
  21745. customchoose
  21746. customenabler
  21747. customer
  21748. customer's
  21749. demonstrates
  21750. end try
  21751. Deletedf:ASLM
  21752. Apple Shared Library Manager
  21753. DLL Dynamic Link Libraryq
  21754. Dev.CD Jul 99 SDK1
  21755. All Packages
  21756. Apple Standards for DevelopersI
  21757. Summary: This document discusses Apple's new role in creating and supporting national and international standards for data interchange and temporal media data formats.
  21758. JsApple Standards
  21759. AppleSingle/AppleDouble Format:
  21760. BinHex 4.0:
  21761. Mac OS Text Encodings:
  21762. MacBinary:
  21763. Multimedia Standards:K
  21764. Vol VIIIM
  21765. Adobe Acrobat Reader.O@Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:V
  21766. 2086X
  21767. 1e    No Change
  21768. All Packages
  21769. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  21770. Dev.CD Jan 94
  21771. Dev.CD Oct 93
  21772. Dev.CD Jul 93
  21773. Dev.CD Apr 93PDDev.CD Apr 94
  21774. Dev.CD Jan 94
  21775. Dev.CD Oct 93
  21776. Dev.CD Jul 93
  21777. Dev.CD Apr 9V
  21778. 6650X
  21779. Apr 94
  21780. --set theItem to choose file -- uncomment to test in an AS editor
  21781.     tell application "Finder"
  21782.         open item "Dev.CD Apr 94
  21783. Dev.CD Jan 94
  21784. Dev.CD Oct 93
  21785. Dev.CD Jul 93
  21786. Dev.CD Apr 93"
  21787.         activate
  21788.     end tell
  21789. on error errMsg number errNum
  21790.     --enter statements to perform when no records are found such as...
  21791.     display dialog "Sorry, the item you selected could not be found."
  21792.     return
  21793. end try
  21794. All Packages
  21795. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  21796. Dev.CD Jan 94
  21797. Dev.CD Oct 93
  21798. Dev.CD Jul 93P6Dev.CD Apr 94
  21799. Dev.CD Jan 94
  21800. Dev.CD Oct 93
  21801. Dev.CD Jul 9V
  21802. 6651X
  21803. Apr 94
  21804. d Library Manager:PPDev.CD Jul 99 SDK1
  21805.  - Development Kits
  21806.  - Mac OS
  21807.  - Apple Shared Library Manager
  21808. All Packages
  21809. F    QuickTimeO
  21810. Dev.CD Jan 94P
  21811. Dev.CD Jan 9V
  21812. 6379X
  21813. Jan 94
  21814. b--set theItem to choose file -- uncomment to test in an AS editor
  21815.     tell application "Finder"
  21816.         open item "Dev.CD Jan 94"
  21817.         activate
  21818.     end tell
  21819. on error errMsg number errNum
  21820.     --enter statements to perform when no records are found such as...
  21821.     display dialog "Sorry, the item you selected could not be found."
  21822.     return
  21823. end try
  21824. All Packages
  21825. F    QuickTimeO
  21826. Dev.CD Jan 94
  21827. Dev.CD Oct 93P
  21828. Dev.CD Jan 94
  21829. Dev.CD Oct 9V
  21830. 6380X
  21831. Jan 94
  21832. p--set theItem to choose file -- uncomment to test in an AS editor
  21833.     tell application "Finder"
  21834.         open item "Dev.CD Jan 94
  21835. Dev.CD Oct 93"
  21836.         activate
  21837.     end tell
  21838. on error errMsg number errNum
  21839.     --enter statements to perform when no records are found such as...
  21840.     display dialog "Sorry, the item you selected could not be found."
  21841.     return
  21842. end try
  21843. All Packages
  21844. F    QuickTimeV
  21845. 6381X
  21846. hytime
  21847. OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  2:PJDev.CD Dec 99 RL
  21848.  - Technical Documentation
  21849.  - develop
  21850.  - develop Issue  2op to test in an AS editor
  21851.     tell application "Finder"
  21852.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:"
  21853.         activate
  21854.     end tell
  21855. on error errMsg number errNum
  21856.     --enter statements to perform when no records are found such as...
  21857.     display dialog "Sorry, the item you selected could not be found."
  21858.     return
  21859. end try
  21860. e    No Changeq
  21861. Dev.CD Dec 99 RL Disk 1
  21862. All Packages
  21863. Apple Style Guide 2/94
  21864. 2087X
  21865. All Packages
  21866. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  21867. Dev.CD Jan 94
  21868. Dev.CD Oct 93
  21869. Dev.CD Jul 93
  21870. Dev.CD Apr 93PDDev.CD Apr 94
  21871. Dev.CD Jan 94
  21872. Dev.CD Oct 93
  21873. Dev.CD Jul 93
  21874. Dev.CD Apr 9V
  21875. 6831X
  21876. Apr 94
  21877. --set theItem to choose file -- uncomment to test in an AS editor
  21878.     tell application "Finder"
  21879.         open item "Dev.CD Apr 94
  21880. Dev.CD Jan 94
  21881. Dev.CD Oct 93
  21882. Dev.CD Jul 93
  21883. Dev.CD Apr 93"
  21884.         activate
  21885.     end tell
  21886. on error errMsg number errNum
  21887.     --enter statements to perform when no records are found such as...
  21888.     display dialog "Sorry, the item you selected could not be found."
  21889.     return
  21890. end try
  21891. All Packages
  21892. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  21893. Dev.CD Jan 94
  21894. Dev.CD Oct 93
  21895. Dev.CD Jul 93
  21896. Dev.CD Apr 93PDDev.CD Apr 94
  21897. Dev.CD Jan 94
  21898. Dev.CD Oct 93
  21899. Dev.CD Jul 93
  21900. Dev.CD Apr 9V
  21901. 6832X
  21902. Apr 94
  21903. 7100/66
  21904. 7100/80
  21905. 711702111
  21906. 73007200/1207200/906
  21907. 730513255
  21908. 5883X
  21909. Dec 99^    RL Disk 1
  21910. --set theItem to choose file -- uncomment to test in an AS editor
  21911.     tell application "Finder"
  21912.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 20:"
  21913.         activate
  21914.     end tell
  21915. on error errMsg number errNum
  21916.     --enter statements to perform when no records are found such as...
  21917.     display dialog "Sorry, the item you selected could not be found."
  21918.     return
  21919. end try
  21920. e    No Changeq
  21921. Dev.CD Dec 99 RL Disk 1
  21922. All Packages
  21923. develop Issue 21
  21924. 5884X
  21925. he Dragging Enabler file.  You may not license any other files in the Developer
  21926. s Kit.  Please call Apple Software Licensing at (408) 974 4667 for information.
  21927. Issues:
  21928. Macintosh Drag and Drop is incompatible with the graphics acceleration of the 8
  21929. 24 GC video card.  With this card and the 8
  21930. 24 GC control panel installed, Macintosh Drag and Drop may leave bits on the screen while dragging on the 8
  21931. s display.  Remove the 8
  21932. 24 GC control panel to 
  21933. would
  21934. wouldn't
  21935. wprocasm
  21936. wrapcommenttext
  21937. wrapper
  21938. wrench
  21939. wringer
  21940. write
  21941. writes
  21942. writing
  21943. written
  21944. wrong
  21945. wrongly
  21946. x-axes
  21947. x/open
  21948. Dev.CD Apr 96 SSV
  21949. 5484X
  21950. Apr 96
  21951. f--set theItem to choose file -- uncomment to test in an AS editor
  21952.     tell application "Finder"
  21953.         open item "Dev.CD Apr 96 SSW"
  21954.         activate
  21955.     end tell
  21956. on error errMsg number errNum
  21957.     --enter statements to perform when no records are found such as...
  21958.     display dialog "Sorry, the item you selected could not be found."
  21959.     return
  21960. end try
  21961. All Packages
  21962. 7.5.2 (9500)O
  21963. Dev.CD Jan 96 SSWP
  21964. Dev.CD Jan 96 SSV
  21965. 5485X
  21966. Jan 96
  21967. f--set theItem to choose file -- uncomment to test in an AS editor
  21968.     tell application "Finder"
  21969.         open item "Dev.CD Jan 96 SSW"
  21970.         activate
  21971.     end tell
  21972. on error errMsg number errNum
  21973.     --enter statements to perform when no records are found such as...
  21974.     display dialog "Sorry, the item you selected could not be found."
  21975.     return
  21976. end try
  21977. All Packages
  21978. 7.5.2 (9500)O
  21979. Dev.CD Oct 95 SSWP
  21980. Dev.CD Oct 95 SSV
  21981. 5486X
  21982. Oct 95
  21983. maximum
  21984.     E| non-Apple operating systems and/or third-party applications designed for execution on such systems is strictly prohibited. 
  21985. Jz100% View Files:
  21986. 7/96 Apple Grayscale Appearance
  21987. Linked Files:
  21988. Transitions To Mac OS 8 Themes
  21989. Updated Grayscale AppearanceK
  21990. Apr 96L
  21991. Sep 96M6SimpleText 1.2 or later, Acrobat Exchange 2.0 or laterO[Dev.CD Dec 99 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:PcDev.CD Dec 99 RL Disk 1
  21992.  - Technical Documentation
  21993.  - Human Interface
  21994.  - Apple Grayscale AppearanceDeveloper Tutorial (Windows NT)
  21995. *Object-Oriented Programming and the Objective-C Language
  21996. *Topics in OPENSTEP Programming
  21997. JNDiscoveringOpenstepBook.pdf
  21998. IntroAppKitBook.pdf
  21999. IntroFoundationBook.pdf
  22000. READMEK
  22001. Oct 97O]Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:PhDev.CD Oct 97 SDK1
  22002.  - What's New
  22003.  - Technical Documentaion
  22004.  - Rhapsody/OpenStep
  22005.  - RhapsodyDocumentationstem
  22006. manager
  22007. external
  22008. system
  22009. foreign
  22010. QuickDraw GXO
  22011. Dev.CD Jan 96 SDK1P
  22012. Dev.CD Jan 96 SDKV
  22013. 6283X
  22014. Jan 96
  22015. g--set theItem to choose file -- uncomment to test in an AS editor
  22016.     tell application "Finder"
  22017.         open item "Dev.CD Jan 96 SDK1"
  22018.         activate
  22019.     end tell
  22020. on error errMsg number errNum
  22021.     --enter statements to perform when no records are found such as...
  22022.     display dialog "Sorry, the item you selected could not be found."
  22023.     return
  22024. end try
  22025. All Packages
  22026. QuickDraw GXO
  22027. Dev.CD Jan 96 SDK1P
  22028. Dev.CD Jan 96 SDKV
  22029. 6284X
  22030. Jan 96
  22031. g--set theItem to choose file -- uncomment to test in an AS editor
  22032.     tell application "Finder"
  22033.         open item "Dev.CD Jan 96 SDK1"
  22034.         activate
  22035.     end tell
  22036. on error errMsg number errNum
  22037.     --enter statements to perform when no records are found such as...
  22038.     display dialog "Sorry, the item you selected could not be found."
  22039.     return
  22040. end try
  22041. All Packages
  22042. QuickDraw GXO
  22043. Dev.CD Jan 96 SDK1P
  22044. Dev.CD Jan 96 SDKV
  22045. 6285X
  22046. Jan 96
  22047. Summary: This is the electronic version of develop magazine.
  22048.  Issue 20 highlights:
  22049. Getting the Most out of AOCE Catalog Records  by Christine Buttin.  AOCE templates let you extend AOCE catalogs to store new kinds of data. This article introduces you to writing AOCE templates by providing an example template that extends the built-in User record.
  22050. Exploring Advanced AOCE Templates Through Celestial Mechanics  by Harry R. Chesley.
  22051. AOCE templates allow you to specify how the Finder displa
  22052. ys your data and how the user interacts with it. This article shows how to use some of the more advanced features of the template mechanism.
  22053. Make Your Own Sound Components  by Kip Olson.  Sound Manager 3.0 supports plug-in components for compression, decompression, custom hardware support, and more. This introduction to Sound Manager components will get you started.
  22054. Scripting the Finder From Your Application  by Greg Anderson.  The System 7.5 Finder is OSL-compliant, opening the door to 
  22055. Summary: This is the electronic version of develop magazine.
  22056.  Issue 2 highlights:
  22057. Using C++ Objects in a Handle-Based World.  Avoiding headaches when you use C++ objects in the Macintosh world.
  22058. Using Objects Safely in Object Pascal.  Guidelines to take the worry out of using objects so you can relax and enjoy their advantages.
  22059. The Secret Life of the Memory Manager.  Memory Manager behavior and how it affects your applications.
  22060. Speed Your Software Development with MacApp.  Let MacApp 
  22061. take care of the user so you can focus on writing
  22062. and reusing
  22063. code.
  22064. How to Design an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  22065. Unofficial C++ Style Guide.  How to harness C++
  22066. s power without getting tripped up by some of its less savory features.
  22067. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  22068. J(develop Issue  2:
  22069. develop Issue  2 code:K
  22070. Vol IIIL
  22071. Jun 95
  22072. All Packages
  22073. 6.0.7O
  22074. Dev.CD Vol. VIIIP
  22075. Dev.CD Vol. VIIV
  22076. 5188X
  22077. Vol. V
  22078. e--set theItem to choose file -- uncomment to test in an AS editor
  22079.     tell application "Finder"
  22080.         open item "Dev.CD Vol. VIII"
  22081.         activate
  22082.     end tell
  22083. on error errMsg number errNum
  22084.     --enter statements to perform when no records are found such as...
  22085.     display dialog "Sorry, the item you selected could not be found."
  22086.     return
  22087. end try
  22088. All Packages
  22089. 6.0.7O
  22090. Dev.CD Vol. VIIP
  22091. Dev.CD Vol. VIV
  22092. 5189X
  22093. Vol. V
  22094. d--set theItem to choose file -- uncomment to test in an AS editor
  22095.     tell application "Finder"
  22096.         open item "Dev.CD Vol. VII"
  22097.         activate
  22098.     end tell
  22099. on error errMsg number errNum
  22100.     --enter statements to perform when no records are found such as...
  22101.     display dialog "Sorry, the item you selected could not be found."
  22102.     return
  22103. end try
  22104. All Packages
  22105. 6.0.7O
  22106. Dev.CD Vol. VIIP
  22107. Dev.CD Vol. VIV
  22108. 5190X
  22109. Vol. V
  22110. Summary: The Snarfer is an application that directs whatever Macintosh it is running on to examine each AppleTalk packet it is about to write to the network.   If it meets operator-defined criteria, the packet can be altered and controlled in a variety of ways.
  22111. Features: 
  22112. Packets can have their size changed, data altered, protocol parameters changed, or their transmission delayed or repeated.  
  22113. The user-defined criteria currently includes matching such traits for the AppleTalk Protocols
  22114. : ASP, ATP, ADSP, DDP, LLAP, NBP, and PAP.
  22115. A distribution scenario can be set up to introduce random and selective snarfing of packets.
  22116. Files can be saved to hold the user-defined critieria and actions that users create.
  22117. The Snarfer can run on Internet Routers and handle multiple ports.
  22118. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  22119. J8The Snarfer
  22120. The Snarfer Read Me
  22121. The Snarfer User's GuideK
  22122. Jul 92
  22123.     EBe or is it hokum? Only your branch prediction unit knows for sure.
  22124. JEdevelop Issue 20:
  22125. develop Issue 20 code:
  22126. develop Issue 20 references:K
  22127. Vol IIIL
  22128. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 20:PQDev.CD Dec 99 RL Disk 1
  22129.  - Technical Documentation
  22130.  - Develop
  22131.  - develop Issue 20 display dialog "Sorry, the item you selected could not be found."
  22132.     return
  22133. end try
  22134. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  22135. Dev.CD Nov 99 TC
  22136. 9D!All Packages
  22137. Tool Chest Edition
  22138. AppleGlot 2.4b6
  22139. %MCAny Macintosh (starting from Mac Plus) running system 6.0 or later.mmary
  22140. folder
  22141. contains
  22142. assist
  22143. increas
  22144. summary
  22145. folder
  22146. contains
  22147. tools
  22148. useful
  22149. develo
  22150. summary
  22151. folder
  22152. contains
  22153. worldwide
  22154. runtime
  22155. versi
  22156. summary
  22157. graphics
  22158. primer
  22159. contains
  22160. information
  22161. concep
  22162. summary
  22163. guide
  22164. provides
  22165. information
  22166. about
  22167. markets
  22168. distri
  22169. summary
  22170. installer
  22171. install
  22172. files
  22173. needed
  22174. worldscr
  22175. summary
  22176. collection
  22177. useful
  22178. quicktime
  22179. functions
  22180. summary
  22181. complete
  22182. demonstration
  22183. access
  22184. summary
  22185. da/application
  22186. allows
  22187. examine
  22188. summary
  22189. functional
  22190. opentransport
  22191. sample
  22192. imple
  22193. summary
  22194. graphical
  22195. representation
  22196. maximum
  22197. summary
  22198. definition
  22199. procedure
  22200. source
  22201. summary
  22202. series
  22203. tools
  22204. source
  22205. allow
  22206. calization
  22207.  - AppleGlot 2.3
  22208.  fonts required are installed in their proper locations.
  22209.  To take advantage of the search capabilities of Adobe, please add the ".pdx" files to your list of indexes to search (they are in the "Acrobat Indexes" folder on the top level of the CD).
  22210. JI Read Me First!
  22211. Apple U.S. Coupon
  22212. Disk 1:
  22213. Disk 2:
  22214. Disk 3:
  22215. Disk 4:
  22216. Disk 5:K
  22217. Aug 95L
  22218. Sep 95M
  22219. Works with System 7.0 or later, requires at least 2048k of memory (prefers 3100k), and Macintoshes with 68020 or greater processor (or PowerPC).N(Acrobat, Exchange LE, Adobe, PDF, ReaderO;Dev.CD Dec 99 RL:Utilities:AdobeAcrobat ExchangeLE 2.0.1r3:P@Dev.CD Dec 99 RL
  22220.  - Utilities
  22221.  - AdobeAcrobat ExchangeLE 2.0.1r3
  22222. you'll
  22223. you're
  22224. Dev.CD Apr 95
  22225. Dev.CD Jan 95P
  22226. Dev.CD Apr 95
  22227. Dev.CD Jan 9V
  22228. 5339X
  22229. Apr 95
  22230. p--set theItem to choose file -- uncomment to test in an AS editor
  22231.     tell application "Finder"
  22232.         open item "Dev.CD Apr 95
  22233. Dev.CD Jan 95"
  22234.         activate
  22235.     end tell
  22236. on error errMsg number errNum
  22237.     --enter statements to perform when no records are found such as...
  22238.     display dialog "Sorry, the item you selected could not be found."
  22239.     return
  22240. end try
  22241. All Packages
  22242. 7.1.2O
  22243. Dev.CD Feb 95P
  22244. Dev.CD Feb 9V
  22245. 5340X
  22246. Feb 95
  22247. b--set theItem to choose file -- uncomment to test in an AS editor
  22248.     tell application "Finder"
  22249.         open item "Dev.CD Feb 95"
  22250.         activate
  22251.     end tell
  22252. on error errMsg number errNum
  22253.     --enter statements to perform when no records are found such as...
  22254.     display dialog "Sorry, the item you selected could not be found."
  22255.     return
  22256. end try
  22257. All Packages
  22258. 7.1.2O
  22259. Dev.CD Jan 95
  22260. Dev.CD Jul 94P
  22261. Dev.CD Jan 95
  22262. Dev.CD Jul 9V
  22263. 5341X
  22264. Jan 95
  22265. applicationsQ
  22266. applied
  22267. applies
  22268. apply
  22269. applying
  22270. approach
  22271. approaches
  22272. appropriate
  22273. appropriately
  22274. appstogo
  22275. april
  22276. arabe
  22277. arabic
  22278. full scriptability and to direct manipulation through Apple events. Here
  22279. s how to talk to the Scriptable Finder from your application.
  22280. NetWare Development on PowerPC  by Jamie Osborne.  With NetWare now on the Power Macintosh, you may want to write your network products to use it. This introduction to the NetWare environment includes a simple sample module.
  22281. Somewhere in QuickTime:  Supporting Text Tracks in Your Application  by Nick Thompson.  How to support text tracks in your applicati
  22282. on, allowing both searching and editing.
  22283. Graphical Truffles:  A Space-Saving PICT Trick  by Guillermo A. Ortiz and Dave Johnson.  If you
  22284. re storing a large set of pictures with the same colors, here
  22285. s a neat trick to reduce its size.
  22286. Print Hints:  Improving QuickDraw GX Printer Driver Performance  by Dave Hersey.  Understanding QuickDraw GX buffering will help you fine-tune the performance of your printer driver.
  22287. Balance of Power:  PowerPC Branch Prediction  by Dave Evans.  Is it scienc
  22288. All Packages
  22289. 7.1OEDev.CD Apr 94
  22290. Dev.CD Jan 94
  22291. Dev.CD Oct 93
  22292. Dev.CD Jul 93
  22293. Dev.CD Apr 93PDDev.CD Apr 94
  22294. Dev.CD Jan 94
  22295. Dev.CD Oct 93
  22296. Dev.CD Jul 93
  22297. Dev.CD Apr 9V
  22298. 5291X
  22299. Apr 94
  22300. --set theItem to choose file -- uncomment to test in an AS editor
  22301.     tell application "Finder"
  22302.         open item "Dev.CD Apr 94
  22303. Dev.CD Jan 94
  22304. Dev.CD Oct 93
  22305. Dev.CD Jul 93
  22306. Dev.CD Apr 93"
  22307.         activate
  22308.     end tell
  22309. on error errMsg number errNum
  22310.     --enter statements to perform when no records are found such as...
  22311.     display dialog "Sorry, the item you selected could not be found."
  22312.     return
  22313. end try
  22314. All Packages
  22315. 7.1O)Dev.CD Apr 94
  22316. Dev.CD Jan 94
  22317. Dev.CD Oct 93P(Dev.CD Apr 94
  22318. Dev.CD Jan 94
  22319. Dev.CD Oct 9V
  22320. 5292X
  22321. Apr 94
  22322. directs
  22323. directsetentries
  22324. direformat
  22325. dirid
  22326. dirid's
  22327. dirty
  22328. disable
  22329. disabled
  22330. disableeject
  22331. disables
  22332. disabling
  22333. disambiguator
  22334. disappear
  22335. disassemble
  22336. keyboardcontroller
  22337. keychain
  22338. keychain
  22339. 1.0.1
  22340. keycodes
  22341. kibitz
  22342. killer
  22343. killer
  22344. content
  22345. workbook
  22346. korean
  22347. korean
  22348. language
  22349. korean
  22350. language
  22351. 1.0.1
  22352. labelmenu
  22353. language
  22354. language
  22355. analysis
  22356. language
  22357. updater
  22358. library
  22359. localization
  22360. localizers
  22361. location
  22362. locator
  22363. macintosh
  22364. macro
  22365. magician
  22366. manager
  22367. market
  22368. media
  22369. memory
  22370. modern
  22371. module
  22372. monitor
  22373. navigator
  22374. Wications, fonts, or files with creation dates > modification dates, not all of the config
  22375. information will fit in the logs.
  22376. MacCheck
  22377.  is a trademark of Apple Computer
  22378. General tools.imgK
  22379. Oct 93M
  22380. MacPlus or aboveN    MacCheck
  22381. O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:
  22382. safely
  22383. safety
  22384. sakes
  22385. sales
  22386. sample
  22387. Wckage contains documentation (u documentation (u
  22388. 2096X
  22389. whether
  22390. summary
  22391. system
  22392. standard
  22393. window
  22394. definition
  22395. procedure@
  22396. summary
  22397. application
  22398. summary
  22399. communications
  22400. toolbox
  22401. contains@
  22402. summary
  22403. issue
  22404. apple
  22405. directions
  22406. developer
  22407. summary
  22408. thread
  22409. manager
  22410. system
  22411. extension
  22412. which
  22413. summary
  22414. these
  22415. applications
  22416. demonstrate
  22417. write
  22418. backgr@
  22419. summary
  22420. application
  22421. exercises
  22422. copybits
  22423. copymask
  22424. summary
  22425. document
  22426. contains
  22427. helpful
  22428. converti@
  22429. summary
  22430. document
  22431. discusses
  22432. apple's
  22433. creating@
  22434. summary
  22435. folder
  22436. contains
  22437. complete
  22438. information
  22439. develop@
  22440. summary
  22441. folder
  22442. contains
  22443. net-install
  22444. apple's
  22445. Building SprocketInvaders
  22446. Resources
  22447. Source
  22448. Sprites
  22449. SprocketInavders_PPC
  22450. SprocketInvaders.CW2.prj
  22451. SprocketInvaders.CW5.prj
  22452. SprocketInvaders_PPCK
  22453. Feb 00M]PowerPC, System 8.1+, Sprockets, and either Universal Interfaces 3.3 or the GameSprockets SDKNxSprockets, DrawSprocket, NetSprocket, InputSprocket, SoundSprocket, DSp, NSp, ISp, SSp, Sprite, CD Audio, Redbook audio
  22454. O@Dev.CD Feb 00 TC:What's New?:Sample Code:Games:SprocketInvaders:PKDev.CD Feb 00 TC
  22455.  - What's New?
  22456.  - Sample Code
  22457.  - Games
  22458.  - SprocketInvadersV
  22459. 6542X
  22460. Feb 00^
  22461. --set theItem to choose file -- uncomment to test in an AS editor
  22462.     tell application "Finder"
  22463.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:SprocketInvaders:"
  22464.         activate
  22465.     end tell
  22466. on error errMsg number errNum
  22467.     --enter statements to perform when no records are found such as...
  22468.     display dialog "Sorry, the item you selected could not be found."
  22469.     return
  22470. end try
  22471. New Package
  22472. debugger
  22473. 5884X
  22474. Dec 99^    RL Disk 1
  22475. --set theItem to choose file -- uncomment to test in an AS editor
  22476.     tell application "Finder"
  22477.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 21:"
  22478.         activate
  22479.     end tell
  22480. on error errMsg number errNum
  22481.     --enter statements to perform when no records are found such as...
  22482.     display dialog "Sorry, the item you selected could not be found."
  22483.     return
  22484. end try
  22485. e    No Changeq
  22486. Dev.CD Dec 99 RL Disk 1
  22487. All Packages
  22488. develop Issue 22
  22489. 5885X
  22490. All Packages
  22491. 7.1OEDev.CD Apr 94
  22492. Dev.CD Jan 94
  22493. Dev.CD Oct 93
  22494. Dev.CD Jul 93
  22495. Dev.CD Apr 93PDDev.CD Apr 94
  22496. Dev.CD Jan 94
  22497. Dev.CD Oct 93
  22498. Dev.CD Jul 93
  22499. Dev.CD Apr 9V
  22500. 5268X
  22501. Apr 94
  22502. --set theItem to choose file -- uncomment to test in an AS editor
  22503.     tell application "Finder"
  22504.         open item "Dev.CD Apr 94
  22505. Dev.CD Jan 94
  22506. Dev.CD Oct 93
  22507. Dev.CD Jul 93
  22508. Dev.CD Apr 93"
  22509.         activate
  22510.     end tell
  22511. on error errMsg number errNum
  22512.     --enter statements to perform when no records are found such as...
  22513.     display dialog "Sorry, the item you selected could not be found."
  22514.     return
  22515. end try
  22516. All Packages
  22517. 7.1OEDev.CD Apr 94
  22518. Dev.CD Jan 94
  22519. Dev.CD Oct 93
  22520. Dev.CD Jul 93
  22521. Dev.CD Apr 93PDDev.CD Apr 94
  22522. Dev.CD Jan 94
  22523. Dev.CD Oct 93
  22524. Dev.CD Jul 93
  22525. Dev.CD Apr 9V
  22526. 5269X
  22527. Apr 94
  22528. contains
  22529. transport
  22530. software
  22531. development
  22532. Dev.CD Apr 96 SSV
  22533. 5479X
  22534. Apr 96
  22535. f--set theItem to choose file -- uncomment to test in an AS editor
  22536.     tell application "Finder"
  22537.         open item "Dev.CD Apr 96 SSW"
  22538.         activate
  22539.     end tell
  22540. on error errMsg number errNum
  22541.     --enter statements to perform when no records are found such as...
  22542.     display dialog "Sorry, the item you selected could not be found."
  22543.     return
  22544. end try
  22545. All Packages
  22546. 7.5.2 (7500/8500)O
  22547. Dev.CD Apr 96 SSWP
  22548. Dev.CD Apr 96 SSV
  22549. 5480X
  22550. Apr 96
  22551. f--set theItem to choose file -- uncomment to test in an AS editor
  22552.     tell application "Finder"
  22553.         open item "Dev.CD Apr 96 SSW"
  22554.         activate
  22555.     end tell
  22556. on error errMsg number errNum
  22557.     --enter statements to perform when no records are found such as...
  22558.     display dialog "Sorry, the item you selected could not be found."
  22559.     return
  22560. end try
  22561. All Packages
  22562. 7.5.2 (7500/8500)O
  22563. Dev.CD Apr 96 SSWP
  22564. Dev.CD Apr 96 SSV
  22565. 5481X
  22566. Apr 96
  22567. All Packages
  22568. 7.1O7Dev.CD Apr 94
  22569. Dev.CD Jan 94
  22570. Dev.CD Oct 93
  22571. Dev.CD Jul 93P6Dev.CD Apr 94
  22572. Dev.CD Jan 94
  22573. Dev.CD Oct 93
  22574. Dev.CD Jul 9V
  22575. 5262X
  22576. Apr 94
  22577. --set theItem to choose file -- uncomment to test in an AS editor
  22578.     tell application "Finder"
  22579.         open item "Dev.CD Apr 94
  22580. Dev.CD Jan 94
  22581. Dev.CD Oct 93
  22582. Dev.CD Jul 93"
  22583.         activate
  22584.     end tell
  22585. on error errMsg number errNum
  22586.     --enter statements to perform when no records are found such as...
  22587.     display dialog "Sorry, the item you selected could not be found."
  22588.     return
  22589. end try
  22590. All Packages
  22591. 7.1OEDev.CD Apr 94
  22592. Dev.CD Jan 94
  22593. Dev.CD Oct 93
  22594. Dev.CD Jul 93
  22595. Dev.CD Apr 93PDDev.CD Apr 94
  22596. Dev.CD Jan 94
  22597. Dev.CD Oct 93
  22598. Dev.CD Jul 93
  22599. Dev.CD Apr 9V
  22600. 5263X
  22601. Apr 94
  22602. compatibles
  22603. compilation
  22604. compile
  22605. compiled
  22606. compiler
  22607. compiler-constructio
  22608. compilers
  22609. events
  22610. exchange
  22611. exchange
  22612. expansion
  22613. extension
  22614. external
  22615. external
  22616. system
  22617. external
  22618. extractor
  22619. faceless
  22620. faceless
  22621. background-only
  22622. family
  22623. manager
  22624. sharing
  22625. signing
  22626. system
  22627. manager
  22628. filetool
  22629. filter
  22630. content
  22631. finder
  22632. finder
  22633. appleevents
  22634. finderevents
  22635. events
  22636. finder
  22637. strings
  22638. finder
  22639. label
  22640. finderevents
  22641. firmware
  22642. folder
  22643. encoding
  22644. fonts
  22645. foreign
  22646. foreign
  22647. system
  22648. formatting
  22649. forth
  22650. foundation
  22651. framework
  22652. function
  22653. function
  22654. functions
  22655. games
  22656. games
  22657. sprockets
  22658. sprite
  22659. blitters
  22660. drawsprocket
  22661. moofwars
  22662. gamma
  22663. gateway
  22664. generator
  22665. gestalt
  22666. gestalt
  22667. manager
  22668. 6488X
  22669. Feb 00^
  22670. --set theItem to choose file -- uncomment to test in an AS editor
  22671.     tell application "Finder"
  22672.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:SetDefaultDTP:"
  22673.         activate
  22674.     end tell
  22675. on error errMsg number errNum
  22676.     --enter statements to perform when no records are found such as...
  22677.     display dialog "Sorry, the item you selected could not be found."
  22678.     return
  22679. end try
  22680. e    No Changef8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolq
  22681. Dev.CD Feb 00 TC
  22682. D!All Packages
  22683. Tool Chest Edition
  22684. SetDeskCPatDemoI
  22685. Simple code sample which demonstrates how to call SetDeskCPat properly.  
  22686. Be careful to co-exist gracefully with Desktop Pictures in Mac OS 8.  Se the Mac OS 8 technote for details.J'Sample Code.img
  22687. Windows Sample Code.imgK
  22688. Aug 97N
  22689. setdeskcpatO
  22690. Dev.CD Feb 00 TC:Sample Code:P
  22691. Dev.CD Feb 00 TC
  22692.  - Sample CodeV
  22693. 6489X
  22694. Feb 00^
  22695. #hare Client API.
  22696. 2098X
  22697. 1e    No Change
  22698. the hierarchical lists described in Issue 18 (and other custom list types) in PowerPlant, CodeWarrior
  22699. s object-oriented framework.
  22700. Balance of Power:  Introducing PowerPC Assembly Language by Dave Evans.  You won
  22701. t often need to write it, but you
  22702. ll surely have to read it and debug it. Get the basics here.
  22703. MPW Tips and Tricks:  Launching MPW Faster Than a Speeding Turtle by Tim Maroney.  The first installment of a new column to help you get the most out of MPW. This time: speeding up MPW
  22704. s launching.
  22705. Print Hints:  Writing QuickDraw GX Drivers With Custom I/O and Buffering by Dave Hersey.  Here
  22706. s what you
  22707. ll need to know to write a QuickDraw GX driver that uses custom I/O or buffering schemes.
  22708. Somewhere in QuickTime:  Choosing the Right Codec by John Wang.  Compressor/decompressor components vary widely in their capabilities and limitations. Learn how to pick the right one.
  22709. The Art of Human Computing:  Finger-Coded Binary by Tobias Engler.  Trapped in the wilderness with
  22710. All Packages
  22711. Dev.CD Jul 99 SSWP
  22712. Dev.CD Jul 99 SSV
  22713. 5698X
  22714. Jul 99
  22715. f--set theItem to choose file -- uncomment to test in an AS editor
  22716.     tell application "Finder"
  22717.         open item "Dev.CD Jul 99 SSW"
  22718.         activate
  22719.     end tell
  22720. on error errMsg number errNum
  22721.     --enter statements to perform when no records are found such as...
  22722.     display dialog "Sorry, the item you selected could not be found."
  22723.     return
  22724. end try
  22725. All Packages
  22726. Dev.CD Jul 99 SSWP
  22727. Dev.CD Jul 99 SSV
  22728. 5699X
  22729. Jul 99
  22730. f--set theItem to choose file -- uncomment to test in an AS editor
  22731.     tell application "Finder"
  22732.         open item "Dev.CD Jul 99 SSW"
  22733.         activate
  22734.     end tell
  22735. on error errMsg number errNum
  22736.     --enter statements to perform when no records are found such as...
  22737.     display dialog "Sorry, the item you selected could not be found."
  22738.     return
  22739. end try
  22740. All Packages
  22741. Dev.CD Aug 99P
  22742. Dev.CD Aug 9V
  22743. 5700X
  22744. Aug 99
  22745. Separation:  Th
  22746. quickdraw
  22747. quickdraw
  22748. windows
  22749. 1.5.2
  22750. quickdraw
  22751. alias
  22752. appletalk
  22753. toolkit
  22754. appletalk-decnet
  22755. appletalk-decnet
  22756. applets
  22757. application
  22758. application
  22759. examples
  22760. applications
  22761. apprsrc
  22762. apprsrc
  22763. artwork
  22764. market
  22765. guide
  22766. asian
  22767. asian
  22768. print
  22769. security
  22770. protocol
  22771. registry
  22772. server
  22773. controls/events
  22774. authentication
  22775. module
  22776. askyesno
  22777. tokentalkW
  22778. tolerant
  22779. tomorrow
  22780. tones
  22781. tool's
  22782. tool/script
  22783. tracks
  22784. trade
  22785. trade-offs
  22786. traditional
  22787. training
  22788. transfer
  22789. transfers
  22790. transformations
  22791. transition
  22792. translate
  22793. translated
  22794. translates
  22795. translation
  22796. translations
  22797. translucent
  22798. transparently
  22799. transport
  22800. trapped
  22801. traps
  22802. travel
  22803. traversing
  22804. 1.2 (US)
  22805. SetFInfo 1.0 (US)
  22806. SetFolderFlag 1.0 (US)
  22807. SetMode 1.4 (US)
  22808. ShowHideFolder 1.2 (US)
  22809. SoundRecord 1.8 (US)
  22810. StripDup 1.1 (US)
  22811. StrWidth 1.0 (US)
  22812. Switch 1.3 (US)
  22813. Tabloid 1.1 (US)
  22814. Textoid 4.5 (US)
  22815. TextRes 2.3 (US)
  22816. WindName 1.1 (US)
  22817. XRef 1.3 (US)
  22818. libobject
  22819. libraries
  22820. libraries
  22821. archiving
  22822. arrangement
  22823. apple
  22824. shared
  22825. library
  22826. manager
  22827. dynamic
  22828. library
  22829. profiler
  22830. apple
  22831. system
  22832. assemblers
  22833. assembly
  22834. assistance
  22835. assistant
  22836. async
  22837. async
  22838. asynchronous
  22839. driver
  22840. table
  22841. async
  22842. device
  22843. detector
  22844. detector
  22845. contextual
  22846. apple
  22847. detectors
  22848. detectors
  22849. developer
  22850. device
  22851. documentation
  22852. documentation
  22853. manuals
  22854. style
  22855. usage
  22856. style
  22857. guide
  22858. driver
  22859. Summary: This is the electronic version of develop magazine.
  22860.  Issue 21 highlights:
  22861. Getting Started With OpenDoc Graphics  by Kurt Piersol.  OpenDoc provides very powerful document layout and imaging capabilities, but the basic graphics tasks that everyone needs to accomplish aren
  22862. t much more complex. Here are some recipes to get you started.
  22863. A First Look at Dylan: Classes, Functions, and Modules  by Steve Strassmann.  Dylan has fundamentally different notions about classes and methods 
  22864. than C++, notions that make specifying and using methods simpler and more expressive. Here
  22865. s an overview of the Dylan way of doing things.
  22866. Designing a Scripting Implementation  by Cal Simone.  The design of your application
  22867. s scripting vocabulary is as important as the design of your user interface. These guidelines will help you create a clean and consistent scripting vocabulary.
  22868. An Object-Oriented Approach to Hierarchical Lists  by Jan Bruyndonckx.  This article shows how to implement 
  22869. All Packages
  22870. System UpdateO
  22871. Dev.CD Apr 94P
  22872. Dev.CD Apr 9V
  22873. 6863X
  22874. Apr 94
  22875. b--set theItem to choose file -- uncomment to test in an AS editor
  22876.     tell application "Finder"
  22877.         open item "Dev.CD Apr 94"
  22878.         activate
  22879.     end tell
  22880. on error errMsg number errNum
  22881.     --enter statements to perform when no records are found such as...
  22882.     display dialog "Sorry, the item you selected could not be found."
  22883.     return
  22884. end try
  22885. All Packages
  22886. System UpdateO
  22887. Dev.CD Apr 94P
  22888. Dev.CD Apr 9V
  22889. 6864X
  22890. Apr 94
  22891. b--set theItem to choose file -- uncomment to test in an AS editor
  22892.     tell application "Finder"
  22893.         open item "Dev.CD Apr 94"
  22894.         activate
  22895.     end tell
  22896. on error errMsg number errNum
  22897.     --enter statements to perform when no records are found such as...
  22898.     display dialog "Sorry, the item you selected could not be found."
  22899.     return
  22900. end try
  22901. All Packages
  22902. System UpdateO
  22903. Dev.CD Apr 94P
  22904. Dev.CD Apr 9V
  22905. 6865X
  22906. Apr 94
  22907. Deletedf QuickTake
  22908. Windows
  22909. Digital cameraq
  22910. Dev.CD Apr 98 SDK2
  22911. All Packages
  22912. F    QuickTimeO
  22913. Dev.CD Jan 95
  22914. Dev.CD Oct 94P
  22915. Dev.CD Jan 95
  22916. Dev.CD Oct 9V
  22917. 6352X
  22918. Jan 95
  22919. p--set theItem to choose file -- uncomment to test in an AS editor
  22920.     tell application "Finder"
  22921.         open item "Dev.CD Jan 95
  22922. Dev.CD Oct 94"
  22923.         activate
  22924.     end tell
  22925. on error errMsg number errNum
  22926.     --enter statements to perform when no records are found such as...
  22927.     display dialog "Sorry, the item you selected could not be found."
  22928.     return
  22929. end try
  22930. All Packages
  22931. F    QuickTimeO
  22932. Dev.CD Jan 95
  22933. Dev.CD Oct 94P
  22934. Dev.CD Jan 95
  22935. Dev.CD Oct 9V
  22936. 6353X
  22937. Jan 95
  22938. packages
  22939. palette
  22940. palette
  22941. color
  22942. depth
  22943. batch
  22944. processing
  22945. optimizing
  22946. conditio
  22947. panel
  22948. passphrase
  22949. password
  22950. patch
  22951. pbclock
  22952. location
  22953. manager
  22954. eject
  22955. action
  22956. module
  22957. driver
  22958. loader
  22959. pcmcia
  22960. --set theItem to choose file -- uncomment to test in an AS editor
  22961.     tell application "Finder"
  22962.         open item "Dev.CD Apr 94
  22963. Dev.CD Jan 94
  22964. Dev.CD Oct 93
  22965. Dev.CD Jul 93
  22966. Dev.CD Apr 93"
  22967.         activate
  22968.     end tell
  22969. on error errMsg number errNum
  22970.     --enter statements to perform when no records are found such as...
  22971.     display dialog "Sorry, the item you selected could not be found."
  22972.     return
  22973. end try
  22974. windows
  22975. 4.0.1
  22976. install
  22977. windows
  22978. windows
  22979. sample
  22980. windows
  22981. system
  22982. files
  22983. windowutilities
  22984. windowutilities
  22985. windowutilities
  22986. resource
  22987. protocol
  22988. agent
  22989. manual
  22990. changes
  22991. readme
  22992. alchemist
  22993. alerts
  22994. pbwriteasync
  22995. pbxxx
  22996. pc-card
  22997. pccts
  22998. pci-based
  22999. pci-pci
  23000. pci-the
  23001. pcmcia
  23002. pdlog
  23003. peak-hold
  23004. peering
  23005. viewer
  23006. utility
  23007. which
  23008. graphically
  23009. pending
  23010. penetrate
  23011. pentium
  23012. people
  23013. g--set theItem to choose file -- uncomment to test in an AS editor
  23014.     tell application "Finder"
  23015.         open item "Developer CD (III)"
  23016.         activate
  23017.     end tell
  23018. on error errMsg number errNum
  23019.     --enter statements to perform when no records are found such as...
  23020.     display dialog "Sorry, the item you selected could not be found."
  23021.     return
  23022. end try
  23023.  the item you selected could not be found."
  23024.     return
  23025. end try
  23026. e    No Changeq
  23027. Dev.CD Feb 00 TC
  23028. D!All Packages
  23029. Tool Chest Edition
  23030. VRAM & bit-depth explainedI
  23031. Summary: This is a graphical representation of the maximum number of colors (bit-depth) that can be achieved (by monitor) under certain video memory/video card configurations.
  23032. Issues: Details only released productsJ-VRAM & bit-depth explnd
  23033.  Read Me, pleaseK
  23034. Jun 92:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:V
  23035. 5031X
  23036. 1e    No Change
  23037. bring-up
  23038. broadcast
  23039. reporting
  23040. buginfo
  23041. e example uses THINK C's inline assembler, so MPW users will have to either inline it, or write something similar using MPW's assembler.
  23042. J'Sample Code.img
  23043. Windows Sample Code.imgK
  23044. Feb 92L
  23045. Aug 95O
  23046. Dev.CD Feb 00 TC:Sample Code:P
  23047. Dev.CD Feb 00 TC
  23048.  - Sample Codehookopenalias
  23049. shading
  23050. shadingwinds
  23051. shadow
  23052. shadows
  23053. shannon
  23054. shape
  23055. shapes
  23056. sharable
  23057. share
  23058. shared
  23059. sharedlibs
  23060. shareware
  23061. sharing
  23062. sharks
  23063. sharp
  23064. sharware
  23065. sheet
  23066. sheets
  23067. shell
  23068. shelves
  23069. sherlock
  23070. sherlock's
  23071. shift
  23072. shift-command
  23073. shimmermate
  23074. shipments
  23075. shipped
  23076. shipping
  23077. callhyper
  23078.     EO dead batteries? Don
  23079. t despair: you can still twiddle bits around the campfire.
  23080. JEdevelop Issue 21:
  23081. develop Issue 21 code:
  23082. develop Issue 21 references:K
  23083. Vol IIIL
  23084. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 21:PQDev.CD Dec 99 RL Disk 1
  23085.  - Technical Documentation
  23086.  - Develop
  23087.  - develop Issue 21ry, the item you selected could not be found."
  23088.     return
  23089. end try
  23090. e    No Changef$MacApp
  23091. Framework
  23092. Object-oriented
  23093. Dev.CD Feb 00 TC
  23094. All Packages
  23095. F    MacBinary
  23096. 4194X
  23097. AppleSingle/AppleDouble FormatI
  23098. Summary: This document describes version 2 of the AppleSingle/AppleDouble file formats used for storing files on foreign file systems.J>AppleSingle/AppleDouble Formats
  23099. ReadMe
  23100. AppleSingle/AppleDoubleK
  23101. Vol VM
  23102. Adobe Acrobat Reader.O_Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:AppleSingle/AppleDouble Format:V
  23103. 2101X
  23104. 1e    No Change
  23105. vectors
  23106. velocity
  23107. vendor
  23108. vendors
  23109. verbatim
  23110. verification
  23111. verified
  23112. verifier
  23113. verifies
  23114. verify
  23115. verifying
  23116. verilog
  23117. veritable
  23118. verity
  23119. versa
  23120. versatile
  23121. versions
  23122. versit
  23123. vertical
  23124. vertigo
  23125. veteran
  23126. video
  23127. viewed
  23128. viewer
  23129. viewing
  23130. views
  23131. vincent
  23132. virtual
  23133. virtually
  23134. visible
  23135. visit
  23136. visually
  23137. vocabulary
  23138. voice
  23139. volume
  23140. volumes
  23141. w/sys
  23142. walk-through
  23143. walkthrough
  23144. b--set theItem to choose file -- uncomment to test in an AS editor
  23145.     tell application "Finder"
  23146.         open item "Dev.CD Jul 95"
  23147.         activate
  23148.     end tell
  23149. on error errMsg number errNum
  23150.     --enter statements to perform when no records are found such as...
  23151.     display dialog "Sorry, the item you selected could not be found."
  23152.     return
  23153. end try
  23154. around
  23155. arrays
  23156. 6515X
  23157. Feb 00^
  23158. r--set theItem to choose file -- uncomment to test in an AS editor
  23159.     tell application "Finder"
  23160.         open item "Dev.CD Feb 00 TC:Sample Code:"
  23161.         activate
  23162.     end tell
  23163. on error errMsg number errNum
  23164.     --enter statements to perform when no records are found such as...
  23165.     display dialog "Sorry, the item you selected could not be found."
  23166.     return
  23167. end try
  23168. e    No Changeq
  23169. Dev.CD Feb 00 TC
  23170. -D!All Packages
  23171. Tool Chest Edition
  23172. Snippets - Networking
  23173. (** = new, * = revised)
  23174. ADSP Chat:  ADSP Chat is a sample application demonstrating the use of the AppleTalk Data Stream Protocol (ADSP).
  23175. AFP C++:  A C++ class that provides an interface to the Appletalk Filing Protocols (AFP) as documented in Chapter 13 of Inside AppleTalk.  Each of the classes' methods corresponds to an AFP call.
  23176. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  23177. ATP Nov 94
  23178. f--set theItem to choose file -- uncomment to test in an AS editor
  23179.     tell application "Finder"
  23180.         open item "Dev.CD Dec 98 SSW"
  23181.         activate
  23182.     end tell
  23183. on error errMsg number errNum
  23184.     --enter statements to perform when no records are found such as...
  23185.     display dialog "Sorry, the item you selected could not be found."
  23186.     return
  23187. end try
  23188. bo Pascal
  23189.  versions, show how to hide editText fields in a dialog.
  23190. jGNEFilter:  This snippet is a sample GetNextEvent filter w
  23191. hich uses the JGNEFilter mechanism described in Tech Note #85 "GetNextEvent: Blinking Apple Menu".
  23192. kcapApp:  Demonstration keyboard drawing from KCAP resource. The DrawKeyCaps function draws the key caps, given a set of  modifiers (in the high byte of the modifier short parameter) and KCHR and KCAP resource IDs, using the current pen in  the current GrafPort .
  23193. KeyMapTest:  Shows how to interpret the results of GetKeys.
  23194. ListInDialog:  A snippet that shows how to put a List Manager list i
  23195. All Packages
  23196. System Enabler 003 (LC III)OEDev.CD Apr 94
  23197. Dev.CD Jan 94
  23198. Dev.CD Oct 93
  23199. Dev.CD Jul 93
  23200. Dev.CD Apr 93PDDev.CD Apr 94
  23201. Dev.CD Jan 94
  23202. Dev.CD Oct 93
  23203. Dev.CD Jul 93
  23204. Dev.CD Apr 9V
  23205. 6658X
  23206. Apr 94
  23207. --set theItem to choose file -- uncomment to test in an AS editor
  23208.     tell application "Finder"
  23209.         open item "Dev.CD Apr 94
  23210. Dev.CD Jan 94
  23211. Dev.CD Oct 93
  23212. Dev.CD Jul 93
  23213. Dev.CD Apr 93"
  23214.         activate
  23215.     end tell
  23216. on error errMsg number errNum
  23217.     --enter statements to perform when no records are found such as...
  23218.     display dialog "Sorry, the item you selected could not be found."
  23219.     return
  23220. end try
  23221. All Packages
  23222. System Enabler 003 (LC III)OEDev.CD Apr 94
  23223. Dev.CD Jan 94
  23224. Dev.CD Oct 93
  23225. Dev.CD Jul 93
  23226. Dev.CD Apr 93PDDev.CD Apr 94
  23227. Dev.CD Jan 94
  23228. Dev.CD Oct 93
  23229. Dev.CD Jul 93
  23230. Dev.CD Apr 9V
  23231. 6659X
  23232. Apr 94
  23233. Summary: This is the electronic version of develop magazine.
  23234.  Issue 22 highlights:
  23235. QuickDraw 3D: A New Dimension for Macintosh Graphics  by Pablo Fernicola and Nick Thompson.  Introducing QuickDraw 3D, a powerful, flexible new 3D graphics package for the Power Macintosh. This article provides an architectural overview and shows how to support 3D data in your application.
  23236. Copland: The Mac OS Moves Into the Future  by Tim Dierks.  Here
  23237. s a preview of the future of the Mac OS, detailing s
  23238. ome of the major features and components and giving some suggestions about how to get ready for it now.
  23239. Creating PCI Device Drivers  by Martin Minow.  All about the new driver model on PCI-based Macintosh computers, and advice on porting existing drivers.
  23240. Custom Color Search Procedures  by Jim Wintermyre.  Learn about this useful method of customizing Color QuickDraw
  23241. s color handling. A real-world graphics problem is investigated and then solved using a custom color search procedure and 
  23242. 5885X
  23243. Dec 99^    RL Disk 1
  23244. --set theItem to choose file -- uncomment to test in an AS editor
  23245.     tell application "Finder"
  23246.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 22:"
  23247.         activate
  23248.     end tell
  23249. on error errMsg number errNum
  23250.     --enter statements to perform when no records are found such as...
  23251.     display dialog "Sorry, the item you selected could not be found."
  23252.     return
  23253. end try
  23254. e    No Changeq
  23255. Dev.CD Dec 99 RL Disk 1
  23256. All Packages
  23257. develop Issue 23
  23258. 5886X
  23259. backgrounder
  23260. backlight
  23261. backlight
  23262. control
  23263. balloonify
  23264. balloonify
  23265. balloonify
  23266. balloony
  23267. balloony
  23268. balloony
  23269. resources
  23270. balloonyhelp
  23271. balloonyhelp
  23272. balloonyres
  23273. balloonyres
  23274. barnesandnoble
  23275. barnesandnoble
  23276. basic
  23277. basic
  23278. connectivity
  23279. 1.1.1
  23280. bbedit
  23281. bbedit
  23282. extensions
  23283. bbedit
  23284. bbedit
  23285. quickstart
  23286. before
  23287. begin
  23288. benelux
  23289. benelux
  23290. distributors/localiz
  23291. betabase
  23292. betabase
  23293. bigeasy2
  23294. management
  23295. manager
  23296. manalyzer
  23297. 2.0d3
  23298. market
  23299. maximizing
  23300. maximizing
  23301. quadra
  23302. floatingpoint
  23303. media
  23304. megamovies
  23305. megamovies
  23306. 1.6.2
  23307. typeservicesforunico
  23308. typeservicesforunico
  23309. typography
  23310. uhidtest
  23311. uhidtest
  23312. uk/eire
  23313. uk/eire
  23314. distributors/localiz
  23315. ukranian
  23316. ukranian
  23317. 1.1.3
  23318. under
  23319. unicodeutilities
  23320. unicodeutilities
  23321. universal
  23322. universal
  23323. interfaces
  23324. universalinterfaces3
  23325. universalinterfaces3
  23326. university
  23327. unmountit
  23328. unmountit
  23329. unmountit
  23330. unmountit
  23331. unmountprojector
  23332. unsupported
  23333. unsupported
  23334. libraries
  23335. untitled
  23336. untitled
  23337. 1.4mb
  23338. format
  23339. unwrapcommenttext
  23340. update
  23341. sample
  23342. library
  23343. which
  23344. provides
  23345. indispensable
  23346. work-@
  23347. debug
  23348. build
  23349. sound
  23350. manager
  23351. 3.2.1
  23352. useful
  23353. sample
  23354. compression/decompre
  23355. sound
  23356. manager
  23357. component
  23358. sample
  23359. shows
  23360. transport
  23361. about
  23362. 2.1.4
  23363. redistribution
  23364. e--set theItem to choose file -- uncomment to test in an AS editor
  23365.     tell application "Finder"
  23366.         open item "Dev.CD Dec 97 RL"
  23367.         activate
  23368.     end tell
  23369. on error errMsg number errNum
  23370.     --enter statements to perform when no records are found such as...
  23371.     display dialog "Sorry, the item you selected could not be found."
  23372.     return
  23373. end try
  23374. oduct.  You can order the SDK through the Apple Store at:
  23375. http://www.apple.com/store
  23376. To get started,  you can go to the DeveloB
  23377. pers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  23378. http://www.apple.com/quicktime/developers
  23379. JpCheck the QuickTime 3 SDK
  23380. folder for more information
  23381. integrated with QuickTime.
  23382. The Sound Manager is now fullyK
  23383. Sep 93L
  23384. Oct 98O9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Sound Manager:PADev.CD Jan 00 SDK1
  23385.  - Development Kits
  23386.  - Mac OS
  23387.  - Sound Manager
  23388. strassmann
  23389. strategic
  23390. strategies
  23391. strategy
  23392. streamedit
  23393. IMPORTANT INFORMATION ABOUT THIS SDK
  23394. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  23395. http://www.apple.com/quicktime/.
  23396. QuickTime IC is an extension to the QuickTime system extension that abstracts applications from image capture devices such as the QuickTake 200. It is a modular architecture that provides opportunities for developers, as well as Apple, to provide additional benefit 
  23397. for users. 
  23398. For example, the QuickTake 200 comes with three components: 
  23399.  Camera Access application 
  23400.  QuickTime IC system extension 
  23401.  QuickTake 200 camera component 
  23402. Camera Access is an application that leverages the QuickTime IC system extension, as well as QuickTime and or other system services. It is what a person uses to communicate with the QuickTake 200, view images, and transfer them to the desktop. It also provides several image enhancement functions such as cropping, image li
  23403. changeQ
  23404. a hash table.
  23405. The OpenDoc User Experience  by Dave Curbow and Elizabeth Dykstra-Erickson.  This article provides an overview of OpenDoc from the user
  23406. s perspective: understanding the user experience is a prerequisite to designing good part editors.
  23407. Futures: Don
  23408. t Wait Forever  by Greg Anderson.  Futures are an invaluable abstraction for applications that handle multiple asynchronous Apple events, allowing cleaner code and eliminating the need for completion routines.
  23409. JEdevelop Issue 22:
  23410. develop Issue 22 code:
  23411. develop Issue 22 references:K
  23412. Vol IIIL
  23413. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 22:PQDev.CD Dec 99 RL Disk 1
  23414.  - Technical Documentation
  23415.  - Develop
  23416.  - develop Issue 22ities in terms of support for specific features that we should take into consideration for future products.
  23417. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  23418. All Packages
  23419. 7.1OEDev.CD Apr 94
  23420. Dev.CD Jan 94
  23421. Dev.CD Oct 93
  23422. Dev.CD Jul 93
  23423. Dev.CD Apr 93PDDev.CD Apr 94
  23424. Dev.CD Jan 94
  23425. Dev.CD Oct 93
  23426. Dev.CD Jul 93
  23427. Dev.CD Apr 9V
  23428. 5270X
  23429. Apr 94
  23430. --set theItem to choose file -- uncomment to test in an AS editor
  23431.     tell application "Finder"
  23432.         open item "Dev.CD Apr 94
  23433. Dev.CD Jan 94
  23434. Dev.CD Oct 93
  23435. Dev.CD Jul 93
  23436. Dev.CD Apr 93"
  23437.         activate
  23438.     end tell
  23439. on error errMsg number errNum
  23440.     --enter statements to perform when no records are found such as...
  23441.     display dialog "Sorry, the item you selected could not be found."
  23442.     return
  23443. end try
  23444. All Packages
  23445. 7.1OEDev.CD Apr 94
  23446. Dev.CD Jan 94
  23447. Dev.CD Oct 93
  23448. Dev.CD Jul 93
  23449. Dev.CD Apr 93PDDev.CD Apr 94
  23450. Dev.CD Jan 94
  23451. Dev.CD Oct 93
  23452. Dev.CD Jul 93
  23453. Dev.CD Apr 9V
  23454. 5271X
  23455. Apr 94
  23456. correct
  23457. corrected
  23458. correctly
  23459. correspondence
  23460. costs
  23461. counter
  23462. countersQ
  23463. course
  23464. courses
  23465. courseware
  23466. --set theItem to choose file -- uncomment to test in an AS editor
  23467.     tell application "Finder"
  23468.         open item "Dev.CD Apr 94
  23469. Dev.CD Jan 94
  23470. Dev.CD Oct 93
  23471. Dev.CD Jul 93"
  23472.         activate
  23473.     end tell
  23474. on error errMsg number errNum
  23475.     --enter statements to perform when no records are found such as...
  23476.     display dialog "Sorry, the item you selected could not be found."
  23477.     return
  23478. end try
  23479. nifty
  23480. night
  23481. nirvana
  23482. nisus
  23483. training
  23484. required
  23485. plug-and-play
  23486. design
  23487. no-copy
  23488. no-so-subtle
  23489. noacclcurve
  23490. noble
  23491. nogrowdocproc
  23492. non-apple
  23493. non-blessed
  23494. non-disclosure
  23495. non-ethernet
  23496. non-floppy
  23497. non-functional
  23498. non-macintosh
  23499. non-native
  23500.     end tell
  23501. on error errMsg number errNum
  23502.     --enter statements to perform when no records are found such as...
  23503.     display dialog "Sorry, the item you selected could not be found."
  23504.     return
  23505. end try
  23506. e    No Changef
  23507. AppleTalk
  23508. networkingq
  23509. Dev.CD Feb 00 TC
  23510. HD!All Packages
  23511. Mac OS SDK Edition
  23512. AppleTalk Wide Area
  23513. 5720X
  23514. Feb 00^
  23515. --set theItem to choose file -- uncomment to test in an AS editor
  23516.     tell application "Finder"
  23517.         open item "Dev.CD Feb 00 TC:Tool Chest:MacApp:Ad Lib:"
  23518.         activate
  23519.     end tell
  23520. on error errMsg number errNum
  23521.     --enter statements to perform when no records are found such as...
  23522.     display dialog "Sorry, the item you selected could not be found."
  23523.     return
  23524. end try
  23525. e    No ChangefBMacApp
  23526. Framework
  23527. Object-oriented
  23528. Classes
  23529. Editor
  23530. Resourcesq
  23531. Dev.CD Feb 00 TC
  23532. ADB Analyzer 1.0D6
  23533. oSummary: This tool allows the developer to monitor the ADB Bus on a host Macintosh.  It will capture a sequence of packets and display them in both packet and trace forms.
  23534. Features: User can specify an ADB command to trigger the capture.
  23535. Issues: Special cable needs to be made to adapt the ADB bus to the host Macs modem port.  Menu item shows cable diagram.  
  23536. ADB AnalyzerK
  23537. Mar 92M%Mac SE or later machine for the host.ine for the host.
  23538. All Packages
  23539. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  23540. Dev.CD Jan 94
  23541. Dev.CD Oct 93
  23542. Dev.CD Jul 93
  23543. Dev.CD Apr 93PDDev.CD Apr 94
  23544. Dev.CD Jan 94
  23545. Dev.CD Oct 93
  23546. Dev.CD Jul 93
  23547. Dev.CD Apr 9V
  23548. 6839X
  23549. Apr 94
  23550. --set theItem to choose file -- uncomment to test in an AS editor
  23551.     tell application "Finder"
  23552.         open item "Dev.CD Apr 94
  23553. Dev.CD Jan 94
  23554. Dev.CD Oct 93
  23555. Dev.CD Jul 93
  23556. Dev.CD Apr 93"
  23557.         activate
  23558.     end tell
  23559. on error errMsg number errNum
  23560.     --enter statements to perform when no records are found such as...
  23561.     display dialog "Sorry, the item you selected could not be found."
  23562.     return
  23563. end try
  23564. All Packages
  23565. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  23566. Dev.CD Jan 94
  23567. Dev.CD Oct 93
  23568. Dev.CD Jul 93P6Dev.CD Apr 94
  23569. Dev.CD Jan 94
  23570. Dev.CD Oct 93
  23571. Dev.CD Jul 9V
  23572. 6840X
  23573. Apr 94
  23574. extension
  23575. which
  23576. enables
  23577. developers
  23578. adopt
  23579. high-leve@
  23580. and/or@
  23581. animators@
  23582. answer@
  23583. aphorisms@
  23584. apis@
  23585. apple
  23586. apple
  23587. detectors
  23588. technology
  23589. scans
  23590. searchi@
  23591. applemrj@
  23592. appletalk/ip@
  23593. application's@
  23594. applications@
  23595. approval@
  23596. area@
  23597. arrays@
  23598. as-is@
  23599. asia@
  23600. asip@
  23601. asked@
  23602. asynchronous
  23603. background
  23604. networking
  23605. macintosh
  23606. harry@
  23607. at-attachment@
  23608. audit@
  23609. autoguest
  23610. control
  23611. panel
  23612. attempts
  23613. prevent
  23614. automate@
  23615. avoids@
  23616. background-only
  23617. backlight@
  23618. bare@
  23619. basket@
  23620. beaker@
  23621. behaviour@
  23622. beyond@
  23623. black-and-white@
  23624. both@
  23625. brief@
  23626. built-in@
  23627. butcdef@
  23628. block@
  23629. call@
  23630. campfire@
  23631. can't@
  23632. capture
  23633. extension
  23634. which
  23635. enables
  23636. developers
  23637. adopt
  23638. high-leve
  23639. analog
  23640. analysis
  23641. analyze
  23642. analyzer
  23643. analyzes
  23644. analyzing
  23645. Feb 00OMDev.CD Feb 00 TC:What's New?:Development Kits:Hardware:Mac_OS_USB_DDK_v1.4b6:-----------------------------
  23646. This document provides information needed to support the new adev resource calls. (An ade
  23647. packages
  23648. support's
  23649. supported
  23650. supporting
  23651. supports
  23652. suppose
  23653. swiss
  23654. switch
  23655. switching
  23656. symantec
  23657. symbol
  23658. symbols
  23659. symptom
  23660. synchronization
  23661. synchronizeW
  23662. syncing
  23663. syntax
  23664. system
  23665. g--set theItem to choose file -- uncomment to test in an AS editor
  23666.     tell application "Finder"
  23667.         open item "Developer CD (III)"
  23668.         activate
  23669.     end tell
  23670. on error errMsg number errNum
  23671.     --enter statements to perform when no records are found such as...
  23672.     display dialog "Sorry, the item you selected could not be found."
  23673.     return
  23674. end try
  23675. d or 
  23676.     rewritten since Controls.lib v2.5
  23677.   Controls.lib Reference
  23678.     This is located in the Controls.lib folder.
  23679.   This MPW file is a reference on how to use VU libraries, how to use the tasks
  23680.     in the Controls.lib library, and how to install VUMark 1.0b1.
  23681.   Printing.lib 1.0
  23682.     This library is a collection of printing-related tasks for the LaserWriter,
  23683.     StyleWriter and Personal LW Page Setup and Printing menu items and dialogs.
  23684.   MiniLauncher 1.3b5
  23685.     This tool is required on VU targets using Controls.lib 3.0.14 
  23686.     with System 6.0.x.  This tool is not needed for VU and System 7.x.
  23687. N2ESD, AppleSearch, AppleShare, ARA, AWS, IP Gatewaythe volumes on the disk. (The code mounts the disk explicitly, but your program doesn't need to.)
  23688. J'Sample Code.img
  23689. Windows Sample Code.imgK
  23690. Feb 92L
  23691. May 97O
  23692. Dev.CD Feb 00 TC:Sample Code:P
  23693. Dev.CD Feb 00 TC
  23694.  - Sample Code
  23695. libraryQ
  23696. license
  23697. licensing
  23698. linecount
  23699. linecount
  23700. linked
  23701. linked
  23702. files
  23703. links
  23704. interface
  23705. listcomponents
  23706. listcomponents
  23707. listlogic
  23708. listlogic
  23709. listoid
  23710. listoid
  23711. listselect
  23712. listselect
  23713. install
  23714. install
  23715. locales
  23716. locales
  23717. localization
  23718. localization
  23719. japan
  23720. localization
  23721. tools
  23722. localize
  23723. localize
  23724. locator
  23725. looksmart
  23726. looksmart
  23727. lookup
  23728. lookupmenu
  23729. lurkers
  23730. lurkers
  23731. lurkers
  23732. lurkers
  23733. suite
  23734. makefile
  23735. makefilealias
  23736. makefilehelp
  23737. makeout
  23738. makethefolder
  23739. making
  23740. making
  23741. Dev.CD Apr 92
  23742. Dev.CD Mar 92P
  23743. Dev.CD Apr 92
  23744. Dev.CD Mar 9V
  23745. 6572X
  23746. Apr 92
  23747. p--set theItem to choose file -- uncomment to test in an AS editor
  23748.     tell application "Finder"
  23749.         open item "Dev.CD Apr 92
  23750. Dev.CD Mar 92"
  23751.         activate
  23752.     end tell
  23753. on error errMsg number errNum
  23754.     --enter statements to perform when no records are found such as...
  23755.     display dialog "Sorry, the item you selected could not be found."
  23756.     return
  23757. end try
  23758. All Packages
  23759. System 7 Tune-UpO
  23760. Dev.CD Apr 92P
  23761. Dev.CD Apr 9V
  23762. 6573X
  23763. Apr 92
  23764. b--set theItem to choose file -- uncomment to test in an AS editor
  23765.     tell application "Finder"
  23766.         open item "Dev.CD Apr 92"
  23767.         activate
  23768.     end tell
  23769. on error errMsg number errNum
  23770.     --enter statements to perform when no records are found such as...
  23771.     display dialog "Sorry, the item you selected could not be found."
  23772.     return
  23773. end try
  23774. All Packages
  23775. System 7 Tune-UpO
  23776. Dev.CD Apr 92
  23777. Dev.CD Mar 92V
  23778. 6574X
  23779. /system
  23780. 5886X
  23781. Dec 99^    RL Disk 1
  23782. --set theItem to choose file -- uncomment to test in an AS editor
  23783.     tell application "Finder"
  23784.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 23:"
  23785.         activate
  23786.     end tell
  23787. on error errMsg number errNum
  23788.     --enter statements to perform when no records are found such as...
  23789.     display dialog "Sorry, the item you selected could not be found."
  23790.     return
  23791. end try
  23792. e    No Changeq
  23793. Dev.CD Dec 99 RL Disk 1
  23794. All Packages
  23795. develop Issue 24
  23796. 5887X
  23797.    return
  23798. end try
  23799. Movedf\AppsToGo
  23800. AppWannabe
  23801. Wannabe
  23802. DTS.Draw
  23803. DTS.Lib
  23804. DTS.StyleChat
  23805. Kibitz
  23806. pbClock
  23807. AppsToGo Referenceq
  23808. Dev.CD Feb 00 TC
  23809. All Packages
  23810. Arabic Language KitO
  23811. Dev.CD May 96 TCP
  23812. Dev.CD May 96 TV
  23813. 2107X
  23814. May 96
  23815. previous
  23816. previously
  23817. prgeneral
  23818. prgram
  23819. price
  23820. printer
  23821. printers
  23822. printing
  23823. prior
  23824. problem
  23825. problematic
  23826. problems
  23827. procedure
  23828. procedures
  23829. proceed
  23830. process
  23831. processes
  23832. processor
  23833. processor-based
  23834. processors
  23835. produce
  23836. produces
  23837. product
  23838. production
  23839. productivity
  23840. products
  23841. professional
  23842. profile
  23843. profiler
  23844. profiles
  23845. profit
  23846. profound
  23847. programQ
  23848. Summary: This is the electronic version of develop magazine.
  23849.  Issue 23 highlights:
  23850. Music the Easy Way: The QuickTime Music Architecture by David Van Brink.  The QuickTime Music Architecture lets you easily add music to your application, without having to learn the intricacies of MIDI or sound production. Unleash the orchestra!
  23851. The Basics of QuickDraw 3D Geometries by Nick Thompson and Pablo Fernicola. Geometries are the backbone of any 3D graphics system. This article shows how the geo
  23852. metries in QuickDraw 3D fit in with the rest of the system, and how to make good use of them.
  23853. Implementing Shared Internet Preferences With Internet Config by Quinn 
  23854. The Eskimo!
  23855.   This article examines a shared preferences solution for Internet applications: how to use it in your applications, and also how it works, using the Component Manager as a robust shared library mechanism.
  23856. Multipane Dialogs by Norman Franke.  Dialog boxes with multiple panes are becoming more and more common. Thi
  23857.  manager.  All it does is play a sound with bufferCmd and then wait for the call back routine to be called.  When the routine is called the app goes back to the event loop.
  23858. Cheap Studio: This sample shows how to use the SndPlayDoubleBufferand Record to disk examples to make a program that plays and records at the same time.
  23859. ClickSound:  A simple sound producer.
  23860. Double Buffer:  This sample application shows how to play sounds using double buffering.
  23861. EasyPlayRecord:  This simple applicat
  23862. ion demonstrates the use of SnStartFileplay at the same time as doing simple recording.  The sound file is a AIFF file.  The sound will continue to play until it is done.  When the recording is stopped the recorded sound will be played over the currently playing sound.
  23863. EnableSoundThrough:  This application, written in THINK Pascal, demonstrates how to enable input sound playthrough. On a Macintosh LC, enabling playthrough kills sound output; on a Macintosh si, you can play back at the sam
  23864. <s implementation uses a scrolling list of icons to select panes.
  23865. Document Synchronization and Other Human Interface Issues by Mark H. Linton.  The Macintosh Human Interface Guidelines say that a window
  23866. s title should match the corresponding document
  23867. s name at all times. Here
  23868. s some code that will help you do that.
  23869. JEdevelop Issue 23:
  23870. develop Issue 23 code:
  23871. develop Issue 23 references:K
  23872. Sep 95L
  23873. Sep 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 23:PQDev.CD Dec 99 RL Disk 1
  23874.  - Technical Documentation
  23875.  - Develop
  23876.  - develop Issue 23l Packages
  23877. Tool Chest Edition
  23878. F!Mac OS Runtime for Java 1.0.1b1c2
  23879. 5887X
  23880. Dec 99^    RL Disk 1
  23881. --set theItem to choose file -- uncomment to test in an AS editor
  23882.     tell application "Finder"
  23883.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 24:"
  23884.         activate
  23885.     end tell
  23886. on error errMsg number errNum
  23887.     --enter statements to perform when no records are found such as...
  23888.     display dialog "Sorry, the item you selected could not be found."
  23889.     return
  23890. end try
  23891. e    No Changeq
  23892. Dev.CD Dec 99 RL Disk 1
  23893. All Packages
  23894. develop Issue 25
  23895. 5888X
  23896. e    No Changeq
  23897. Dev.CD Feb 00 TC
  23898. All Packages
  23899. F    ARPSample
  23900. PAddress Resolution Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  23901. Jun 98V
  23902. 2112X
  23903. 1e    No Change
  23904. pixpat
  23905. place
  23906. placed
  23907. placement
  23908. quickdraw
  23909. graphics
  23910. library
  23911. define
  23912. quickdraw
  23913. dimension
  23914. macintosh
  23915. graphics
  23916. pablo
  23917. quickdraw
  23918. enables
  23919. computer
  23920. display
  23921. three-dimensio
  23922. quickdraw's
  23923. quickdrax
  23924. quickly
  23925. quickstart
  23926. quicktake
  23927. quicktime
  23928. develop
  23929. issue
  23930. develop
  23931. issue
  23932. references
  23933. develop
  23934. issue
  23935. develop
  23936. issue
  23937. develop
  23938. issue
  23939. references
  23940. develop
  23941. issue
  23942. develop
  23943. issue
  23944. develop
  23945. issue
  23946. references
  23947. develop
  23948. issue
  23949. develop
  23950. issue
  23951. develop
  23952. issue
  23953. references
  23954. develop
  23955. issue
  23956. develop
  23957. issue
  23958. develop
  23959. issue
  23960. references
  23961. develop
  23962. issue
  23963. develop
  23964. issue
  23965. develop
  23966. issue
  23967. develop
  23968. issue
  23969. develop
  23970. issue
  23971. references
  23972. develop
  23973. issue
  23974. develop
  23975. issue
  23976. develop
  23977. issue
  23978. develop
  23979. issue
  23980. develop
  23981. issue
  23982. develop
  23983. issue
  23984. develop
  23985. issue
  23986. develop
  23987. issue
  23988. develop
  23989. issue
  23990. develop
  23991. issue
  23992. develop
  23993. issue
  23994. develop
  23995. issue
  23996. develop
  23997. issue
  23998. develop
  23999. issue
  24000. directions
  24001. o this is how to create one.
  24002. ZoomRecter:  This snippet shows how to do "Finder" style zooming between two rectangles. The boolean flag "kZoomLarger" controls the proportional direction of the zooming.\
  24003. J'Sample Code.img
  24004. Windows Sample Code.imgK
  24005. Nov 94L
  24006. May 97O
  24007. Dev.CD Feb 00 TC:Sample Code:P
  24008. Dev.CD Feb 00 TC
  24009.  - Sample Code
  24010. received
  24011. receiver
  24012. receives
  24013. receiving
  24014. recent
  24015. recently
  24016. reception
  24017. recipes
  24018. recognition
  24019. recognize
  24020. recognizes
  24021. recognizing
  24022. recommend
  24023. recommendations
  24024. recommended
  24025. recommends
  24026. recompilation
  24027. recompile
  24028. recompiled
  24029. record
  24030. recordable
  24031. recorded
  24032. recording
  24033. debug
  24034. build
  24035. sound
  24036. manager
  24037. 3.2.1
  24038. useful
  24039. location
  24040. manager
  24041. module
  24042. shows
  24043. eject
  24044. cards
  24045. sound
  24046. input
  24047. driver
  24048. showing
  24049. sound
  24050. primer
  24051. creating
  24052. content
  24053. routine
  24054. sending
  24055. documents
  24056. apple
  24057. event
  24058. ords are found such as...
  24059.     display dialog "Sorry, the item you selected could not be found."
  24060.     return
  24061. end try
  24062. e    No Changef*AppleScript
  24063. Mac OS
  24064. Sherlock
  24065. Updates 
  24066. 8.5.1q
  24067. Dev.CD Apr 99 SSW Disk1
  24068. @D(All Packages
  24069. Reference Library Edition
  24070. Mac OS Runtime ArchitecturesI
  24071. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  24072. Mac OS Runtime Architectures
  24073. Read Me - Other SSW DocsK
  24074. Oct 97M
  24075. Adobe AcrobatN
  24076. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:est Edition
  24077. Async driver tester
  24078. ReadMe - aevt dcmdK
  24079. Dec 98M
  24080. MacsBugN&MacsBug, AppleEvent, apple event, dcmdO:Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:aevt dcmd:PBDev.CD Feb 00 TC
  24081.  - Tool Chest
  24082.  - Testing & Debugging
  24083.  - aevt dcmdV
  24084. 5733X
  24085. Feb 00^
  24086. --set theItem to choose file -- uncomment to test in an AS editor
  24087.     tell application "Finder"
  24088.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:aevt dcmd:"
  24089.         activate
  24090.     end tell
  24091. on error errMsg number errNum
  24092.     --enter statements to perform when no records are found such as...
  24093.     display dialog "Sorry, the item you selected could not be found."
  24094.     return
  24095. end try
  24096. e    No Changef#MacsBug
  24097. AppleEvent
  24098. apple event
  24099. dcmdq
  24100. Dev.CD Feb 00 TC
  24101. D!All Packages
  24102. Mac OS SDK Edition
  24103.     CD Dec 99 RL Disk 1
  24104.  - What's New
  24105.  - Development Kits
  24106.  - Mac OS
  24107.  - Security SDKls
  24108. dsutils
  24109. development
  24110. primer
  24111. e-spanish
  24112. easyview
  24113. improved
  24114. improves
  24115. improving
  24116. yourself
  24117. zanzibar
  24118. zap's
  24119. zaptcp
  24120. zeroing
  24121. zimmerman
  24122. zimmerman's
  24123. zones
  24124.  channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  24125. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  24126. Some of the planned activities to support this campaign include:
  24127.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  24128.  In-Store Merchandising Programs and Promotion
  24129.  Wholesale Distribution Programs
  24130.  Magazine Advertising Campaigns
  24131.  Mail-Order Catalog Programs and Promotions
  24132.  Apple Online Store Programs and Promotions 
  24133. To be considered for inclusion in these exciting, high-v
  24134. gly, which can greatly improve printing speed. Here
  24135. s what you need to know to take advantage of this ability.
  24136. The New Device Drivers: Memory Matters by Martin Minow. Using PrepareMemoryForIO to set up memory for data transfers to or from other devices is a complex 
  24137.  but very important 
  24138.  process. This walkthrough points out traps and pitfalls along the way.
  24139. JEdevelop Issue 24:
  24140. develop Issue 24 code:
  24141. develop Issue 24 references:K
  24142. Dec 95L
  24143. Dec 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 24:PQDev.CD Dec 99 RL Disk 1
  24144.  - Technical Documentation
  24145.  - Develop
  24146.  - develop Issue 24
  24147. can't
  24148. cancel
  24149. cancelwindowcheckout
  24150. cannot
  24151. capabilites
  24152. capabilities
  24153. capability
  24154. capable
  24155. capacity
  24156. capitalize
  24157. capped
  24158. capture
  24159. first
  24160. first
  24161. first
  24162. hypercard
  24163. obsolete&unsupported
  24164. other
  24165. please
  24166. developer
  24167. sample
  24168. 2.0b6
  24169. 2.0b6
  24170. reader
  24171. reader
  24172. installer
  24173.     C"kage is System 7.0 compatible.
  24174. JWdcmd aliases
  24175. Discipline 2.0.2
  24176. MacsBug 6.6
  24177. Macsbug Ref & Debugging Guide
  24178. Robix & sourcesK
  24179. Vol IXL
  24180. Jan 93OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:PJDev.CD Feb 00 TC
  24181.  - Tool Chest
  24182.  - Testing & Debugging
  24183.  - Debuggers & dcmdsii
  24184. im-telephony
  24185. image
  24186. images
  24187. Summary: AppleGlot 2.3 is a text translation tool used by the Apple Localizers to localize Apple Software.  AppleGlot extracts the text out of a resource file and dumps it into a text file for translation. Once translated, AppleGlot then replaces the original text by its translation into the resource file. In addition to the regular translation, AppleGlot handles updates from one version to another, and copies over resizeable items.
  24188. Features:
  24189.  AppleGlot 2.3 works correctly on Power MacinB
  24190. tosh, fixing a problem with the Modern Memory manager. 
  24191.  Richer set of template field types supported
  24192.  ...and many more : see manual
  24193.  We now provide a Manual !
  24194. J?AppleGlot 2.3
  24195. AppleGlot 2.3 Users Guide
  24196. AppleGlot 2.3 Whats NewK
  24197. Jun 92L
  24198. Dec 95M
  24199. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO7Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:P?Dev.CD Nov 99 TC
  24200.  - Tool Chest
  24201.  - Localization
  24202.  - AppleGlot 2.3v.CD Dec 96 SEV
  24203. 4552X
  24204. reference
  24205. Summary: This is the electronic version of develop magazine.
  24206.  Issue 24 highlights:
  24207. Speeding Up whose Clause Resolution in Your Scriptable Application by Greg Anderson. Although the Object Support Library will resolve complex AppleScript clauses for you, if you take on some of the work yourself the performance gains can be dramatic.
  24208. Getting Started With OpenDoc Storage by Vincent Lo. OpenDoc storage is a departure from what you
  24209. re used to: it needs to support storing different kinds of 
  24210. data, written by different part editors, in the same file or container.
  24211. Sound Secrets by Kip Olson. These less obvious features of the Sound Manager will help improve your application
  24212. s use of sound.
  24213. Guidelines for Effective Alerts by Paige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  24214. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  24215. 5888X
  24216. Dec 99^    RL Disk 1
  24217. --set theItem to choose file -- uncomment to test in an AS editor
  24218.     tell application "Finder"
  24219.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 25:"
  24220.         activate
  24221.     end tell
  24222. on error errMsg number errNum
  24223.     --enter statements to perform when no records are found such as...
  24224.     display dialog "Sorry, the item you selected could not be found."
  24225.     return
  24226. end try
  24227. e    No Changeq
  24228. Dev.CD Dec 99 RL Disk 1
  24229. All Packages
  24230. develop Issue 26
  24231. 5889X
  24232. h our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  24233. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  24234.   1. Obtain the NEW Mac platform NEW Mac platform 
  24235. Summary: This is the electronic version of develop magazine.
  24236.  Issue 25 highlights:
  24237. Generating QuickTime VR Movies From QuickDraw 3D by Pete Falco and Philip McBride. QuickTime VR movies don
  24238. t have to be created with a real camera; you can instead generate the necessary images with a 3D graphics system like QuickDraw 3D. Here
  24239. s how.
  24240. Flicker-Free Drawing With QuickDraw GX by Hugo M. Ayala. This article discusses the causes of flicker in graphics and animation applications and presents a 
  24241. package for doing memory-efficient, flicker-free drawing with QuickDraw GX.
  24242. NURB Curves: A Guide for the Uninitiated by Philip J. Schneider. QuickDraw 3D includes NURB curves among its geometries, but you need to understand a little about the underlying NURB model to use them effectively. This intuitive treatment of NURB curves tells you what you need to know.
  24243. Using C++ Exceptions in C by Avi Rappoport. Exceptions in C++ provide a powerful and useful way to handle errors and other unexpe
  24244. viewed
  24245. viewer
  24246. viewing
  24247. views
  24248. vincent
  24249. virtual
  24250. virtual
  24251. primary
  24252. apple
  24253. computer
  24254. virtually
  24255. viruses
  24256. visemrj
  24257. visibility
  24258. visible
  24259. visigenic
  24260. summary
  24261. manalyzer
  24262. local
  24263. network
  24264. analyzer
  24265. summary
  24266. memory
  24267. monitor
  24268. software
  24269. utility
  24270. which
  24271. provides
  24272. summary
  24273. midiconverter
  24274. application
  24275. converting
  24276. gener
  24277. summary
  24278. minilauncher
  24279. launch
  24280. applications
  24281. summary
  24282. moofwars
  24283. piece
  24284. sample
  24285. demonstrates
  24286. summary
  24287. mountalias
  24288. control
  24289. panel
  24290. device
  24291. automatica
  24292. summary
  24293. mping
  24294. network
  24295. testing
  24296. protoco
  24297. summary
  24298. objects
  24299. hypercard
  24300. allowed
  24301. variabl
  24302. All Packages
  24303. QuickDraw GXO#Dev.CD Aug 96 TC
  24304. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  24305. Dev.CD Jan 96 SDKV
  24306. 6294X
  24307. Aug 96
  24308. x--set theItem to choose file -- uncomment to test in an AS editor
  24309.     tell application "Finder"
  24310.         open item "Dev.CD Aug 96 TC
  24311. Dev.CD Jan 96 SDK1"
  24312.         activate
  24313.     end tell
  24314. on error errMsg number errNum
  24315.     --enter statements to perform when no records are found such as...
  24316.     display dialog "Sorry, the item you selected could not be found."
  24317.     return
  24318. end try
  24319. All Packages
  24320. QuickDraw GXO#Dev.CD Aug 96 TC
  24321. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  24322. Dev.CD Jan 96 SDKV
  24323. 6295X
  24324. Aug 96
  24325. System Enabler 065 (LC 575)O
  24326. Dev.CD Apr 94P
  24327. Dev.CD Apr 9V
  24328. 6702X
  24329. Apr 94
  24330. b--set theItem to choose file -- uncomment to test in an AS editor
  24331.     tell application "Finder"
  24332.         open item "Dev.CD Apr 94"
  24333.         activate
  24334.     end tell
  24335. on error errMsg number errNum
  24336.     --enter statements to perform when no records are found such as...
  24337.     display dialog "Sorry, the item you selected could not be found."
  24338.     return
  24339. end try
  24340. All Packages
  24341. System Enabler 065 (LC 575)O
  24342. Dev.CD Apr 94
  24343. Dev.CD Jan 94P
  24344. Dev.CD Apr 94
  24345. Dev.CD Jan 9V
  24346. 6703X
  24347. Apr 94
  24348. p--set theItem to choose file -- uncomment to test in an AS editor
  24349.     tell application "Finder"
  24350.         open item "Dev.CD Apr 94
  24351. Dev.CD Jan 94"
  24352.         activate
  24353.     end tell
  24354. on error errMsg number errNum
  24355.     --enter statements to perform when no records are found such as...
  24356.     display dialog "Sorry, the item you selected could not be found."
  24357.     return
  24358. end try
  24359. All Packages
  24360. 6704X
  24361. world
  24362. trees
  24363. triangles
  24364. triangular
  24365. trick
  24366. tricks
  24367. tricky
  24368. tries
  24369. trigger
  24370. tripped
  24371. trivial
  24372. truetype
  24373. truffles
  24374. truncate
  24375. truth
  24376. trying
  24377. tsmte
  24378. ttextgridview
  24379. ttextlistview
  24380. tubetest
  24381. tuneplayer
  24382. tuning
  24383. tunnel
  24384. tupledumper
  24385. tuples
  24386. turbo
  24387. turkish
  24388. two-byte
  24389. two-part
  24390. two-phase
  24391. two-way
  24392. twofold
  24393. generator
  24394. generators
  24395. generic
  24396. generically
  24397. genericness
  24398. geometric
  24399. geometries
  24400. geoport
  24401. german
  24402. germany
  24403. gestaltW
  24404. gestaltnativecputype
  24405. gestalttable
  24406. gestaltvalue
  24407. events
  24408. needs
  24409. events
  24410. get1resource
  24411. getadevtype
  24412. getdctlentry
  24413. getdraghilitecolor
  24414. getfinfo
  24415. getindstring
  24416. getinfo
  24417. graphics
  24418. grayscale
  24419. great
  24420. greater
  24421. greatly
  24422. green
  24423. group
  24424. groups
  24425. cludes a set of C interfaces too.
  24426. SillyBalls:    This is a very simple sample program that demonstrates how to use Color QuickDraw.  It is about two pages of code, and does nothing more than open a color window and draw randomly colored ovals in the window.
  24427. TESample:  TESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrate
  24428. s fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  24429. TEStyleSample:  TEStyleSample is an example application that demonstrates how to initialize the commonly used toolbox managers, operate successfully under MultiFinder, handle desk accessories and create, grow, and zoom windows. Both styled and fundamental TextEdit toolbox calls and TextEdit auto-scroll are demonstrated. It also shows how to create and maintai
  24430. All Packages
  24431. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24432. Dev.CD Jan 94
  24433. Dev.CD Oct 93
  24434. Dev.CD Jul 93
  24435. Dev.CD Apr 93PDDev.CD Apr 94
  24436. Dev.CD Jan 94
  24437. Dev.CD Oct 93
  24438. Dev.CD Jul 93
  24439. Dev.CD Apr 9V
  24440. 6827X
  24441. Apr 94
  24442. --set theItem to choose file -- uncomment to test in an AS editor
  24443.     tell application "Finder"
  24444.         open item "Dev.CD Apr 94
  24445. Dev.CD Jan 94
  24446. Dev.CD Oct 93
  24447. Dev.CD Jul 93
  24448. Dev.CD Apr 93"
  24449.         activate
  24450.     end tell
  24451. on error errMsg number errNum
  24452.     --enter statements to perform when no records are found such as...
  24453.     display dialog "Sorry, the item you selected could not be found."
  24454.     return
  24455. end try
  24456. All Packages
  24457. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  24458. Dev.CD Jan 94
  24459. Dev.CD Oct 93
  24460. Dev.CD Jul 93P6Dev.CD Apr 94
  24461. Dev.CD Jan 94
  24462. Dev.CD Oct 93
  24463. Dev.CD Jul 9V
  24464. 6828X
  24465. Apr 94
  24466. oriented
  24467. oserr
  24468. debug
  24469. 1.0b1
  24470. otarpmodule
  24471. otarpmodule
  24472. other
  24473. output
  24474. Requires: 
  24475. - Sun Compliant Java Runtime Environment 1.1
  24476. - QuickTime 3 
  24477. - QTJava.zip
  24478. - Windows 95, 98, or NT:
  24479. - JRE/JDK from Sun Microsystems, Inc. recommendedN
  24480. QuickTime, Java, WindowsOXDev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:PcDev.CD Feb 00 TC
  24481.  - What's New?
  24482.  - Development Kits
  24483.  - Cross Platform
  24484.  - QuickTime Java Windows SDKV
  24485. 6443X
  24486. Feb 00^
  24487. --set theItem to choose file -- uncomment to test in an AS editor
  24488.     tell application "Finder"
  24489.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:"
  24490.         activate
  24491.     end tell
  24492. on error errMsg number errNum
  24493.     --enter statements to perform when no records are found such as...
  24494.     display dialog "Sorry, the item you selected could not be found."
  24495.     return
  24496. end try
  24497. New Packagef
  24498. QuickTime
  24499. Windowso
  24500. http://developer.apple.com/sdk/q
  24501. Dev.CD Feb 00 TC
  24502. D!All Packages
  24503. Tool Chest Edition
  24504. QuickTime TMON User Area
  24505. About Rinaldi Collection 95/02
  24506. Align 2.7 (US)
  24507. ArchiveContent 1.1 (US)
  24508. ATalkZones 1.5 (US)
  24509. Calendoid 1.6 (US)
  24510. CapsLock 1.0 (US)
  24511. Chartoid 1.4 (US)
  24512. ChooseColor 1.1 (US)
  24513. Chooser 2.2 (US)
  24514. ClipInfo 1.0 (US)
  24515. ClipToPict 1.5 (US)
  24516. CompressPictFile 1.2 (US)
  24517. CopyFolder 2.5 (US)
  24518. CopyRes 2.1 (US)
  24519. CreateAlias 1.0 (US)
  24520. CreateCustomIcon 1.1 (US)
  24521. CreateFolder 1.2 (US)
  24522. CreateMenuHelp 1.0 (US)
  24523. CreateThumbnail 1.2 (US)
  24524. DataMaster 1.3 (US)
  24525. DateConverter 1.2 (US)
  24526. DocCreator 1.5 (US)
  24527. DocTypes 1.6 (US)
  24528. DoMenu 1.0 
  24529. EraseFile 1.2 (US)
  24530. ExtractItems 1.4 (US)
  24531. FileCopy 2.7 (US)
  24532. FileIsOpen 1.2 (US)
  24533. FileMaker 1.3 (US)
  24534. FileSharingMaster 1.0 (US)
  24535. FindFolder 1.1 (US)
  24536. FolderSize 1.5 (US)
  24537. FontMaster 1.3 (US)
  24538. FormatNum 1.0 (US)
  24539. FullBalloons 1.0 (US)
  24540. FullDrag 1.3 (US)
  24541. FullFind 1.5 (US)
  24542. FullHPop 1.7 (US)
  24543. FullMove 1.2 (US)
  24544. FullOffset 1.0 (US)
  24545. FullRemove 1.1 (US)
  24546. FullRename 1.4 (US)
  24547. FullReplace 1.1 (US)
  24548. FullResList 2.2 (US)
  24549. FullSFPack 1.7 (US)
  24550. FullSort 3.9 (US)
  24551. FullText 2.1 (US)
  24552. GetBootVol 1.1 (US)
  24553. GetDInfo 1.1 
  24554. pcted conditions. But C programmers can take advantage of them as well, since C is (mostly) a subset of C++.
  24555. Country Stringing: Localized Strings for the Newton by Maurice Sharp. Although version 1.5 of the Newton Toolkit provides some built-in support for localizing strings, organizing the different sets of strings is still problematic. Or rather, it was until now.
  24556. JEdevelop Issue 25:
  24557. develop Issue 25 code:
  24558. develop Issue 25 references:K
  24559. Mar 96L
  24560. Mar 96OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 25:PQDev.CD Dec 99 RL Disk 1
  24561.  - Technical Documentation
  24562.  - Develop
  24563.  - develop Issue 25
  24564. medium
  24565. meeting
  24566. meets
  24567. megabyte
  24568. megamovies
  24569. member
  24570. memoryQ
  24571. memory
  24572. stress
  24573. update
  24574. previous
  24575. version
  24576. memory-efficient
  24577. memory-intensive
  24578. memory/video
  24579. mensch
  24580. mentat
  24581. mention
  24582. mentioned
  24583. mentors
  24584. menubar
  24585. menuhook/mbarhook
  24586. menumanager
  24587. 1.1.1
  24588. 1.1.3
  24589. 1.1.4
  24590. 1.1b1
  24591. 1.1b8
  24592. 1.2.1
  24593. 1.2.3
  24594. 1.3.4
  24595. 1.3b5
  24596. 1.4.2
  24597. 1.4.9
  24598. 1.4d5
  24599. All Packages
  24600. System Enabler 111 (PB 160/180)O
  24601. Dev.CD Apr 93P
  24602. Dev.CD Apr 9V
  24603. 6740X
  24604. Apr 93
  24605. b--set theItem to choose file -- uncomment to test in an AS editor
  24606.     tell application "Finder"
  24607.         open item "Dev.CD Apr 93"
  24608.         activate
  24609.     end tell
  24610. on error errMsg number errNum
  24611.     --enter statements to perform when no records are found such as...
  24612.     display dialog "Sorry, the item you selected could not be found."
  24613.     return
  24614. end try
  24615. All Packages
  24616. System Enabler 111 (PB 160/180)O
  24617. Dev.CD Apr 93P
  24618. Dev.CD Apr 9V
  24619. 6741X
  24620. Apr 93
  24621. b--set theItem to choose file -- uncomment to test in an AS editor
  24622.     tell application "Finder"
  24623.         open item "Dev.CD Apr 93"
  24624.         activate
  24625.     end tell
  24626. on error errMsg number errNum
  24627.     --enter statements to perform when no records are found such as...
  24628.     display dialog "Sorry, the item you selected could not be found."
  24629.     return
  24630. end try
  24631. All Packages
  24632. System Enabler 111 (PB 160/180)V
  24633. 6742X
  24634. --set theItem to choose file -- uncomment to test in an AS editor
  24635.     tell application "Finder"
  24636.         open item "Dev.CD July 92
  24637. Dev.CD June 92
  24638. Dev.CD May 92
  24639. Dev.CD Apr 92
  24640. Dev.CD Mar 92
  24641. Dev.CD Feb 92
  24642. Dev.CD Jan 92
  24643. Dev.CD Vol. XI"
  24644.         activate
  24645.     end tell
  24646. on error errMsg number errNum
  24647.     --enter statements to perform when no records are found such as...
  24648.     display dialog "Sorry, the item you selected could not be found."
  24649.     return
  24650. end try
  24651. System UpdateO
  24652. Dev.CD Oct 94
  24653. Dev.CD Jul 94P
  24654. Dev.CD Oct 94
  24655. Dev.CD Jul 9V
  24656. 4981X
  24657. Oct 94
  24658. p--set theItem to choose file -- uncomment to test in an AS editor
  24659.     tell application "Finder"
  24660.         open item "Dev.CD Oct 94
  24661. Dev.CD Jul 94"
  24662.         activate
  24663.     end tell
  24664. on error errMsg number errNum
  24665.     --enter statements to perform when no records are found such as...
  24666.     display dialog "Sorry, the item you selected could not be found."
  24667.     return
  24668. end try
  24669. All Packages
  24670. System UpdateV
  24671. 4982X
  24672. All Packages
  24673. System Enabler 065 (LC 575)O
  24674. Dev.CD Apr 94
  24675. Dev.CD Jan 94P
  24676. Dev.CD Apr 94
  24677. Dev.CD Jan 9V
  24678. 6718X
  24679. Apr 94
  24680. p--set theItem to choose file -- uncomment to test in an AS editor
  24681.     tell application "Finder"
  24682.         open item "Dev.CD Apr 94
  24683. Dev.CD Jan 94"
  24684.         activate
  24685.     end tell
  24686. on error errMsg number errNum
  24687.     --enter statements to perform when no records are found such as...
  24688.     display dialog "Sorry, the item you selected could not be found."
  24689.     return
  24690. end try
  24691. All Packages
  24692. System Enabler 065 (LC 575)O
  24693. Dev.CD Apr 94
  24694. Dev.CD Jan 94P
  24695. Dev.CD Apr 94
  24696. Dev.CD Jan 9V
  24697. 6719X
  24698. Apr 94
  24699. p--set theItem to choose file -- uncomment to test in an AS editor
  24700.     tell application "Finder"
  24701.         open item "Dev.CD Apr 94
  24702. Dev.CD Jan 94"
  24703.         activate
  24704.     end tell
  24705. on error errMsg number errNum
  24706.     --enter statements to perform when no records are found such as...
  24707.     display dialog "Sorry, the item you selected could not be found."
  24708.     return
  24709. end try
  24710. womack
  24711. won't
  24712. woodcock
  24713. word-processing
  24714. wordperfect
  24715. words
  24716. wordservices
  24717. work-arounds
  24718. work-flow
  24719. workable
  24720. workaround
  24721. workarounds
  24722. workbook
  24723. workers
  24724. workflows
  24725. workgroup
  24726. working
  24727. workings
  24728. works
  24729. works
  24730. under
  24731. appearance
  24732. workshop
  24733. workstation
  24734.   Debugging is a lot like being a detective.
  24735. THE VETERAN NEOPHYTE:  Manual Labor  by Jim Mensch.  Lots of activities have hidden lessons that can be applied to programming 
  24736.  for example, rebuilding a car engine.
  24737. KON & BAL
  24738. S PUZZLE PAGE:  New World Order by Cameron Esfahani and Alex Rosenberg.  Playing Marathon during work hours is not only justifiable but can actually prove fruitful.
  24739. JEdevelop Issue 26:
  24740. develop Issue 26 code:
  24741. develop Issue 26 references:K
  24742. Jun 96L
  24743. Sep 96OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 26:PQDev.CD Dec 99 RL Disk 1
  24744.  - Technical Documentation
  24745.  - Develop
  24746.  - develop Issue 26
  24747. 5889X
  24748. Dec 99^    RL Disk 1
  24749. --set theItem to choose file -- uncomment to test in an AS editor
  24750.     tell application "Finder"
  24751.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 26:"
  24752.         activate
  24753.     end tell
  24754. on error errMsg number errNum
  24755.     --enter statements to perform when no records are found such as...
  24756.     display dialog "Sorry, the item you selected could not be found."
  24757.     return
  24758. end try
  24759. e    No Changeq
  24760. Dev.CD Dec 99 RL Disk 1
  24761. All Packages
  24762. develop Issue 27
  24763. 5890X
  24764. found such as...
  24765.     display dialog "Sorry, the item you selected could not be found."
  24766.     return
  24767. end try
  24768. e    No Changef%LaserWriter 8
  24769. custom hose
  24770. IrDA sampleq
  24771. Dev.CD Jul 99 SDK1
  24772. <D(All Packages
  24773. Reference Library Edition
  24774. Mac Application Environment 2.0
  24775.     ide.pdf
  24776. AutoGuest READ ME
  24777. Check AutoGuest.asK
  24778. Jan 92L
  24779. May 99N#Program Linking, AppleEvents, GuestONDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AutoGuest:
  24780. (** = new, * = revised)
  24781. AppsToGo:  AppsToGo is a development framework for Mac development that supports a variety of development platforms, including  MPW, THINK, and CodeWarrior.  AppsToGo sports very strong prototyping, along with robust application support.
  24782. J'Sample Code.img
  24783. Windows Sample Code.imgK
  24784. May 97L
  24785. May 97O
  24786. Dev.CD Feb 00 TC:Sample Code:P
  24787. Dev.CD Feb 00 TC
  24788.  - Sample Code
  24789. fullreplace
  24790. fullreslist
  24791. fullreslist
  24792. fullsfpack
  24793. fullsfpack
  24794. fullsort
  24795. fullsort
  24796. fulltext
  24797. fulltext
  24798. fully
  24799. functionindex
  24800. functionindex
  24801. gameheaders
  24802. games
  24803. gamesource
  24804. gateway
  24805. --set theItem to choose file -- uncomment to test in an AS editor
  24806.     tell application "Finder"
  24807.         open item "Dev.CD Vol. X
  24808. Dev.CD Vol. IX
  24809. Dev.CD Vol. VIII"
  24810.         activate
  24811.     end tell
  24812. on error errMsg number errNum
  24813.     --enter statements to perform when no records are found such as...
  24814.     display dialog "Sorry, the item you selected could not be found."
  24815.     return
  24816. end try
  24817. managing a basic font menu, activating and deactivating fonts, and notifying cli
  24818. [NEW] Multilingua
  24819. l Text Editor
  24820. Multilingual Text Editor (MLTE) supplies a programming interface for creating and editing Unicode text documents. MLTE is similar to TextEdit, however MLTE provides enhanced facilities such as document-wide tabs, 
  24821. full justification of text, support for more than 32K of text, drag and drop support, built-in scroll bar handling and printing support, support for inline input, support for advanced ATSUI font features, and support for one level of undo. This preliminary document
  24822. apple
  24823. directions
  24824. 07/97
  24825. apple
  24826. directions
  24827. 08/95
  24828. apple
  24829. directions
  24830. 08/96
  24831. apple
  24832. directions
  24833. 08/97
  24834. apple
  24835. directions
  24836. 09/95
  24837. apple
  24838. directions
  24839. 09/96
  24840. apple
  24841. directions
  24842. 09/97
  24843. and have been compiled under several C environments (MPW, Think C, MetroWerks). Some snippets require the Asynchronous SCSI Manager (SCSI Manager 4.3).
  24844. TbltDrvr:  'ADBS' resources are loaded and executed at boot time (before INIT 31), and they are made of two main parts, the installat
  24845. ion or initialization code and the the actual driver. In this example, the installation portion allocates memory in the system heap for the service routine and the 
  24846. optional data area.
  24847.  It installs the driver using the Apple Desktop Bus (ADB) Manager call _SetADBInfo.
  24848. TradDriverLoaderLib 1.0b4:  The TradDriverLoaderLib provides a bunch of routines helpful for installing traditional Mac OS device drivers (DRVRs). It mimicks the API of the PCI 
  24849. DriverLoaderLib
  24850.  as much as possible, which ma
  24851. samples of AE coercions in general.
  24852. FinderOpenSelection:  This sample sends Finder 'Open Selection' events two different ways. The first, 'Send Open Selection', opens the file you select. The second,'Open Window Containing...' will open the Finder window containing the file you select.
  24853. IPCLister:  A small example of how to use IPCListPorts. This sample collects and displays all the PPC/AppleEvent capable machines in your current zone and puts them in a nice list.
  24854. ODOC:  This sample send
  24855. s an 'odoc' event to a specified running application
  24856. OSA Preserve 68K Registers:  The purpose of these functions are to save and restore a group of emulated 68K registers around calls to a PowerPC active or send function, which in turn calls YieldToAnyThread.  Provides 68K wrapper functions, named Preserve68KRegsActiveProc and Preserve68KRegsSendProc, to be installed as an OSAActiveProc or OSASendProc, respectively.
  24857. SendFinderOpen:  This snippet shows you how to send an OpenSelection Fin
  24858.  few of which are explored in this article. 
  24859. 64-Bit Integer Math on 680x0 Machines  by Dale Semchishen.  There
  24860. s a 64-bit library built into the Toolbox on the Power Macintosh, and there
  24861. s also one built into QuickDraw GX. Finally, here
  24862. s a library that will work on any Macintosh, using built-in routines if available.
  24863. GRAPHICAL TRUFFLES:  Dynamic Display Dilemmas  by Kent Miller and Cameron Esfahani.  How your application can live copacetically with the Display Manager.
  24864. MPW TIPS AND TRI
  24865. CKS:  Scripted Text Editing  by Tim Maroney.  An overview of MPW
  24866. s powerful, scriptable text editing capabilities. 
  24867. ACCORDING TO SCRIPT:  Attaching and Embedding Scripts by Cal Simone.  Integrating scripts in your application can have a big payoff for your users.
  24868. PRINT HINTS:  The Top 10 Printing Crimes Revisited by Dave Polaschek.  Despite our best efforts, developers continue to commit printing crimes. We
  24869. re not giving up.
  24870. BALANCE OF POWER:  Sleuthing Through Your Code  by Dave Evans.
  24871. Summary: This is the electronic version of develop magazine.
  24872.  Issue 26 highlights:
  24873. Planning for Mac OS 8 Compatibility  by Steve Falkenburg.  Mac OS 8 brings changes that may affect your code. This article discusses the compatibility ramifications of Mac OS 8 and gives some sound advice for how to get your code ready now.
  24874. Connecting Users With QuickTime Conferencing  by Dean Blackketter.  QuickTime Conferencing allows users to share time-based data such as video and sound. Here are the
  24875.  basics.
  24876. OpenDoc Parts and SOM Dynamic Inheritance  by 
  24877. ric Simenel.  Although you don
  24878. t need to know much about SOM to write OpenDoc parts, with a little knowledge about this underlying technology you can do some very useful things.
  24879. Adding Custom Data to QuickDraw 3D Objects  by Nick Thompson, Pablo Fernicola, and Kent Davidson.  By defining your own attribute and element types, you can attach custom data to QuickDraw 3D objects. This flexibility opens up a world of new possibilities, a
  24880. --set theItem to choose file -- uncomment to test in an AS editor
  24881.     tell application "Finder"
  24882.         open item "Dev CD Vol. IV
  24883. Developer CD (III)
  24884. Developer CD (II)"
  24885.         activate
  24886.     end tell
  24887. on error errMsg number errNum
  24888.     --enter statements to perform when no records are found such as...
  24889.     display dialog "Sorry, the item you selected could not be found."
  24890.     return
  24891. end try
  24892. e    No ChangefFcounter
  24893. windows
  24894. introduction
  24895. document
  24896. modal dialog
  24897. printing
  24898. aboutq
  24899. Dev.CD Feb 00 TC
  24900. D!All Packages
  24901. Tool Chest Edition
  24902. WindowPicker 1.1
  24903. LSummary:  WindowPicker is a System 7 extension that provides you with a convenient/simple way to bring any open window to the front.
  24904. Features:
  24905. - WindowPicker Menu next to the Help Menu
  24906. - popup WindowPicker Menu
  24907. - arrow keys to switch between open windows and applications
  24908. - customizable modifier keys
  24909. - help for setting preferences
  24910. J Read Me
  24911. Read Me.txt
  24912. WindowPickerK
  24913. Jul 92L
  24914. Aug 93M
  24915. System 7 & Any Macintosh
  24916. (PUDev.CD Nov 99 TC
  24917.  - Programs & Marketing
  24918.  - Apple Directions
  24919.  - Apple Directions 1996V
  24920. 5743X
  24921. Nov 99^
  24922. --set theItem to choose file -- uncomment to test in an AS editor
  24923.     tell application "Finder"
  24924.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:"
  24925.         activate
  24926.     end tell
  24927. on error errMsg number errNum
  24928.     --enter statements to perform when no records are found such as...
  24929.     display dialog "Sorry, the item you selected could not be found."
  24930.     return
  24931. end try
  24932. Deletedq
  24933. Dev.CD Nov 99 TC
  24934. )D!All Packages
  24935. Tool Chest Edition
  24936. Apple Directions 1997I:Summary:  Apple Directions, The Developer Business Report.
  24937. Apple Directions 01/97
  24938. Apple Directions 02/97
  24939. Apple Directions 03/97
  24940. Apple Directions 04/97
  24941. Apple Directions 05/97.pdf
  24942. Apple Directions 06/97.pdf
  24943. Apple Directions 07/97.pdf
  24944. Apple Directions 08/97.pdf
  24945. Apple Directions 09/97.pdf
  24946. Apple Directions 10/97.pdf
  24947. Apple Directions 11/97.pdf
  24948. Feb 97L
  24949. Sep 97
  24950. All Packages
  24951. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  24952. Dev.CD Jan 94
  24953. Dev.CD Oct 93P(Dev.CD Apr 94
  24954. Dev.CD Jan 94
  24955. Dev.CD Oct 9V
  24956. 6769X
  24957. Apr 94
  24958. ~--set theItem to choose file -- uncomment to test in an AS editor
  24959.     tell application "Finder"
  24960.         open item "Dev.CD Apr 94
  24961. Dev.CD Jan 94
  24962. Dev.CD Oct 93"
  24963.         activate
  24964.     end tell
  24965. on error errMsg number errNum
  24966.     --enter statements to perform when no records are found such as...
  24967.     display dialog "Sorry, the item you selected could not be found."
  24968.     return
  24969. end try
  24970. All Packages
  24971. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  24972. Dev.CD Jan 94
  24973. Dev.CD Oct 93
  24974. Dev.CD Jul 93P6Dev.CD Apr 94
  24975. Dev.CD Jan 94
  24976. Dev.CD Oct 93
  24977. Dev.CD Jul 9V
  24978. 6770X
  24979. Apr 94
  24980. windows
  24981. wombat
  24982. workgroup
  24983. working
  24984. workstation
  24985. world
  24986. wrapper
  24987. writeswell
  24988. yellow
  24989. zanzibar
  24990. --set theItem to choose file -- uncomment to test in an AS editor
  24991.     tell application "Finder"
  24992.         open item "Dev.CD Apr 94
  24993. Dev.CD Jan 94
  24994. Dev.CD Oct 93
  24995. Dev.CD Jul 93
  24996. Dev.CD Apr 93"
  24997.         activate
  24998.     end tell
  24999. on error errMsg number errNum
  25000.     --enter statements to perform when no records are found such as...
  25001.     display dialog "Sorry, the item you selected could not be found."
  25002.     return
  25003. end try
  25004.     display dialog "Sorry, the item you selected could not be found."
  25005.     return
  25006. end try
  25007. e    No Changef
  25008. AltiVec
  25009. emulator
  25010. Dev.CD Feb 00 TC
  25011. [D!All Packages
  25012. Tool Chest Edition
  25013. Backlight ControlI
  25014. Summary: Backlight Control is a control panel for PowerBooks which can be used to maximize the battery power by turning off the backlight while the PowerBook is inactive for certain time.J-About Backlight Control 1.0
  25015. Backlight ControlK
  25016. Oct 92M    PowerBookOPDev.CD Feb 00 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:ge
  25017. Mar 99L
  25018. Sep 99N$Inside Mac, Inside Macintosh, Mac OSO3Dev.CD Dec 99 RL Disk 2:Technical Publications:mac:P8Dev.CD Dec 99 RL Disk 2
  25019.  - Technical Publications
  25020.  - macV
  25021. 6879X
  25022. Dec 99^    RL Disk 2
  25023. --set theItem to choose file -- uncomment to test in an AS editor
  25024.     tell application "Finder"
  25025.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:mac:"
  25026.         activate
  25027.     end tell
  25028. on error errMsg number errNum
  25029.     --enter statements to perform when no records are found such as...
  25030.     display dialog "Sorry, the item you selected could not be found."
  25031.     return
  25032. end try
  25033. e    No Changef"Inside Mac
  25034. Inside Macintosh
  25035. Mac OSq
  25036. Dev.CD Dec 99 RL Disk 2
  25037. All Packages
  25038. F Technical Publications: Mac OS 8
  25039. 6880X
  25040. endorsement
  25041. endpoint
  25042. endpoints
  25043. enforces
  25044. engine
  25045. engineering
  25046. engineers
  25047. engines
  25048. b--set theItem to choose file -- uncomment to test in an AS editor
  25049.     tell application "Finder"
  25050.         open item "Dev.CD Jul 95"
  25051.         activate
  25052.     end tell
  25053. on error errMsg number errNum
  25054.     --enter statements to perform when no records are found such as...
  25055.     display dialog "Sorry, the item you selected could not be found."
  25056.     return
  25057. end try
  25058. selected could not be found."
  25059.     return
  25060. end try
  25061. DeletedfQRhapsody
  25062. Yellow Box Java APIs
  25063. OPENSTEP
  25064. Rhapsody Home pages
  25065. Rhapsody Release Notesq
  25066. Dev.CD Dec 99 RL
  25067. All Packages
  25068. F"Technical Publications: WebObjects
  25069. 5006X
  25070. ble:  Usually, when an INIT patches a trap, changing the INIT requires reinstalling the INIT in the Extensions folder and rebooting. This snippet demonstrates a technique which allows new INIT code to replace most of the old code without the developer having to reboot.
  25071. ReKeyTrans:  Shows how to use the Script Manager and KCHRs to call KeyTrans.
  25072. RequiredFinderColors:  Under system 7, the finder requies certain colors for the desktop icons to be displayed in their color versions. This snip
  25073. pet shows which colors are needed in the system color table.
  25074. ROMResourceDump 1.0d1:  This little utility copies all of the resources in the Macintosh's ROM into a file called "ROM Resource Dump File".  This is useful for the insanely curious, those with a professional "need to know" (like DTS engineers), and as a trivial Resource Manager sample.
  25075. Scrap Parsing:  An example of how to parse the scrap in memory.
  25076. SetIndString:  This C function takes the same parameters as GetIndString but do
  25077. O7Dev.CD Dec 99 RL Disk 1:Utilities:Acrobat Reader 4.0.1:P<Dev.CD Dec 99 RL Disk 1
  25078.  - Utilities
  25079.  - Acrobat Reader 4.0.1App 1.0.2
  25080. Summary: SimpleApp is a general utility for handling TEXT, PICT and movie editing. Its purpose is to demonstrate the human interface features with QuickTime
  25081.  and hold the basic functions of text editing and PICT viewing. There are no new features to v1.0.2, just some bug fixes.
  25082. Features:
  25083. Viewing, editing and saving text files.
  25084. Viewing picture files.
  25085. Viewing, editing and saving movie files.
  25086. Clipboard window supports TEXT,PICT and MooV.
  25087. Preference settings.
  25088. J'Sample PICT
  25089. SimpleApp
  25090. SimpleApp Read MeK
  25091. Aug 93MYAny Macintosh, running System 7.0 on up.  QuickTime
  25092.  1.0  or 1.5 needed but not required.O6Dev.CD Feb 00 TC:Tool Chest:QuickTime:SimpleApp 1.0.2:P>Dev.CD Feb 00 TC
  25093.  - Tool Chest
  25094.  - QuickTime
  25095.  - SimpleApp 1.0.2V
  25096. 4629X
  25097. Feb 00^
  25098. manual
  25099. changes
  25100. readme
  25101. alchemist
  25102. alerts
  25103. underneath
  25104. understand
  25105. understanding
  25106. understands
  25107. understood
  25108. undocumented
  25109. unexpected
  25110. unexpectedly
  25111. unfamiliar
  25112. unfortunately
  25113. unfriendly
  25114. unicode
  25115. unified
  25116. uniform
  25117. uninitiated
  25118. unique
  25119. nlimited
  25120. unload
  25121. unloaded
  25122. unloading
  25123. unlocked
  25124. unlocking
  25125. unmangling
  25126. unmodified
  25127. unmount/mount
  25128. unmounted/mounted
  25129. unmountprojector
  25130. unobtrusive
  25131. unofficial
  25132. unsupported
  25133. until
  25134. unusual
  25135. unwrapcommenttext
  25136. All Packages
  25137. PPC EnablerO
  25138. Dev.CD Jul 95P
  25139. Dev.CD Jul 9V
  25140. 6221X
  25141. Jul 95
  25142. b--set theItem to choose file -- uncomment to test in an AS editor
  25143.     tell application "Finder"
  25144.         open item "Dev.CD Jul 95"
  25145.         activate
  25146.     end tell
  25147. on error errMsg number errNum
  25148.     --enter statements to perform when no records are found such as...
  25149.     display dialog "Sorry, the item you selected could not be found."
  25150.     return
  25151. end try
  25152. All Packages
  25153. PPC EnablerO
  25154. Dev.CD Jul 95P
  25155. Dev.CD Jul 9V
  25156. 6222X
  25157. Jul 95
  25158. b--set theItem to choose file -- uncomment to test in an AS editor
  25159.     tell application "Finder"
  25160.         open item "Dev.CD Jul 95"
  25161.         activate
  25162.     end tell
  25163. on error errMsg number errNum
  25164.     --enter statements to perform when no records are found such as...
  25165.     display dialog "Sorry, the item you selected could not be found."
  25166.     return
  25167. end try
  25168. All Packages
  25169. PPC EnablerO
  25170. Dev.CD Jul 95P
  25171. Dev.CD Jul 9V
  25172. 6223X
  25173. Jul 95
  25174. simenel
  25175. similar
  25176. similarities
  25177. similarly
  25178. simone
  25179. simple
  25180. simple
  25181. sample
  25182. which
  25183. demonstrates
  25184. setdeskcpa
  25185. simpleapp
  25186. simplechooser
  25187. simpleinit
  25188. simpler
  25189. - uncomment to test in an AS editor
  25190.     tell application "Finder"
  25191.         open item "Dev.CD Feb 00 TC:Sample Code:"
  25192.         activate
  25193.     end tell
  25194. on error errMsg number errNum
  25195.     --enter statements to perform when no records are found such as...
  25196.     display dialog "Sorry, the item you selected could not be found."
  25197.     return
  25198. end try
  25199. e    No Changeq
  25200. Dev.CD Feb 00 TC
  25201. D!All Packages
  25202. Tool Chest Edition
  25203. Sample Code - QuickDraw GX
  25204. (** = new, * = revised)
  25205. IW-Half-Dither:  IW-Half-Dither is a new ImageWriter sample driver for QuickDraw GX that shows how to implement color plane separations as well as how to change the 'rdip' resource on the fly.  Requires QuickDraw GX and an ImageWriter with a color ribbon.
  25206. J'Sample Code.img
  25207. Windows Sample Code.imgK
  25208. May 97L
  25209. May 97O
  25210. Dev.CD Feb 00 TC:Sample Code:P
  25211. Dev.CD Feb 00 TC
  25212.  - Sample CodeV
  25213. 4600X
  25214. Feb 00^
  25215. #ndae
  25216. sendae
  25217. serial
  25218. overview
  25219. owner
  25220. owner's
  25221. ownership
  25222. ozone
  25223. pablo
  25224. package
  25225. package--opendoc
  25226. packages
  25227. packagetool
  25228. packagetool
  25229. application
  25230. illustrating
  25231. create
  25232. packaging
  25233. products
  25234. programQ
  25235. editor
  25236. resedit
  25237. editor
  25238. notes
  25239. samples
  25240. codewarrior
  25241. codewarrior
  25242. coerceprgeneral
  25243. coerceprgeneral
  25244. coercion
  25245. solves
  25246. where
  25247. sophisticated
  25248. sorting
  25249. sound
  25250. soundapp
  25251. sounds
  25252. soundsprocket
  25253. soundunit
  25254. source
  25255. provide
  25256. providing
  25257. public
  25258. publications
  25259. published
  25260. publisher
  25261. publishing
  25262. publishing
  25263. second
  25264. edition
  25265. punctuation
  25266. puntuation
  25267. purchase
  25268. purged
  25269. purpose
  25270. purposes
  25271. puzzle
  25272. puzzlers
  25273. qdgraphics
  25274. qtcanvas
  25275. quadra
  25276. quadras
  25277. quadratic
  25278. qualified
  25279. quality
  25280. quandary
  25281. quantities
  25282. quarter
  25283. queries
  25284. getkeys
  25285. getlastchange
  25286. getmfsize
  25287. getnextevent
  25288. getnextfond
  25289. getopen
  25290. getownergroup
  25291. getprocessinformatio
  25292. getresource
  25293. giving
  25294. glance
  25295. global
  25296. global-aware
  25297. globals
  25298. glossaries
  25299. glossary
  25300. glyphs
  25301. going
  25302. goodies
  25303. gotchas
  25304. gough
  25305. gourdol
  25306. grabber
  25307. grammatical
  25308. graphic
  25309. graphical
  25310. graphics
  25311. grayscale
  25312. great
  25313. greater
  25314. greatly
  25315. green
  25316. greenspon
  25317. griffith
  25318. group
  25319. groups
  25320. All Packages
  25321. Dev.CD Apr 95
  25322. Dev.CD Feb 95P
  25323. Dev.CD Apr 95
  25324. Dev.CD Feb 9V
  25325. 5394X
  25326. Apr 95
  25327. p--set theItem to choose file -- uncomment to test in an AS editor
  25328.     tell application "Finder"
  25329.         open item "Dev.CD Apr 95
  25330. Dev.CD Feb 95"
  25331.         activate
  25332.     end tell
  25333. on error errMsg number errNum
  25334.     --enter statements to perform when no records are found such as...
  25335.     display dialog "Sorry, the item you selected could not be found."
  25336.     return
  25337. end try
  25338. All Packages
  25339. Dev.CD Apr 95
  25340. Dev.CD Feb 95P
  25341. Dev.CD Apr 95
  25342. Dev.CD Feb 9V
  25343. 5395X
  25344. Apr 95
  25345. p--set theItem to choose file -- uncomment to test in an AS editor
  25346.     tell application "Finder"
  25347.         open item "Dev.CD Apr 95
  25348. Dev.CD Feb 95"
  25349.         activate
  25350.     end tell
  25351. on error errMsg number errNum
  25352.     --enter statements to perform when no records are found such as...
  25353.     display dialog "Sorry, the item you selected could not be found."
  25354.     return
  25355. end try
  25356. All Packages
  25357. 5396X
  25358. Aug 96
  25359. e--set theItem to choose file -- uncomment to test in an AS editor
  25360.     tell application "Finder"
  25361.         open item "Dev.CD Aug 96 TC"
  25362.         activate
  25363.     end tell
  25364. on error errMsg number errNum
  25365.     --enter statements to perform when no records are found such as...
  25366.     display dialog "Sorry, the item you selected could not be found."
  25367.     return
  25368. end try
  25369. All Packages
  25370. QuickDraw GXO
  25371. Dev.CD Aug 96 TCP
  25372. Dev.CD Aug 96 TV
  25373. 6337X
  25374. Aug 96
  25375. e--set theItem to choose file -- uncomment to test in an AS editor
  25376.     tell application "Finder"
  25377.         open item "Dev.CD Aug 96 TC"
  25378.         activate
  25379.     end tell
  25380. on error errMsg number errNum
  25381.     --enter statements to perform when no records are found such as...
  25382.     display dialog "Sorry, the item you selected could not be found."
  25383.     return
  25384. end try
  25385. All Packages
  25386. QuickDraw GXO
  25387. Dev.CD Aug 96 TCP
  25388. Dev.CD Aug 96 TV
  25389. 6338X
  25390. Aug 96
  25391. applemodemtool
  25392. applemrj
  25393. appletalk's
  25394. Dev.CD Apr 96 SSV
  25395. 5444X
  25396. Apr 96
  25397. f--set theItem to choose file -- uncomment to test in an AS editor
  25398.     tell application "Finder"
  25399.         open item "Dev.CD Apr 96 SSW"
  25400.         activate
  25401.     end tell
  25402. on error errMsg number errNum
  25403.     --enter statements to perform when no records are found such as...
  25404.     display dialog "Sorry, the item you selected could not be found."
  25405.     return
  25406. end try
  25407. All Packages
  25408. 7.5.2 (7200/9500)O
  25409. Dev.CD Apr 96 SSWP
  25410. Dev.CD Apr 96 SSV
  25411. 5445X
  25412. Apr 96
  25413. f--set theItem to choose file -- uncomment to test in an AS editor
  25414.     tell application "Finder"
  25415.         open item "Dev.CD Apr 96 SSW"
  25416.         activate
  25417.     end tell
  25418. on error errMsg number errNum
  25419.     --enter statements to perform when no records are found such as...
  25420.     display dialog "Sorry, the item you selected could not be found."
  25421.     return
  25422. end try
  25423. All Packages
  25424. 7.5.2 (7200/9500)O
  25425. Dev.CD Apr 96 SSWP
  25426. Dev.CD Apr 96 SSV
  25427. 5446X
  25428. Apr 96
  25429. j-1.1
  25430. Dev.CD Jan 96 SDKV
  25431. 5464X
  25432. Jan 96
  25433. g--set theItem to choose file -- uncomment to test in an AS editor
  25434.     tell application "Finder"
  25435.         open item "Dev.CD Jan 96 SDK2"
  25436.         activate
  25437.     end tell
  25438. on error errMsg number errNum
  25439.     --enter statements to perform when no records are found such as...
  25440.     display dialog "Sorry, the item you selected could not be found."
  25441.     return
  25442. end try
  25443. All Packages
  25444. 7.5.2 (7500/8500)O
  25445. Dev.CD Nov 95 TCP
  25446. Dev.CD Nov 95 TV
  25447. 5465X
  25448. Nov 95
  25449. e--set theItem to choose file -- uncomment to test in an AS editor
  25450.     tell application "Finder"
  25451.         open item "Dev.CD Nov 95 TC"
  25452.         activate
  25453.     end tell
  25454. on error errMsg number errNum
  25455.     --enter statements to perform when no records are found such as...
  25456.     display dialog "Sorry, the item you selected could not be found."
  25457.     return
  25458. end try
  25459. All Packages
  25460. 7.5.2 (7500/8500)O
  25461. Dev.CD Oct 95 SSWP
  25462. Dev.CD Oct 95 SSV
  25463. 5466X
  25464. Oct 95
  25465. madness
  25466. customers
  25467. customget
  25468. customgetfile
  25469. customgetfolder
  25470. customicon
  25471. tomizing
  25472. cutting
  25473. cvtccomments
  25474. cyberdog
  25475. cycle
  25476. cycles
  25477. cyrillic
  25478. cyrillic-based
  25479. cyrillique
  25480. da/application
  25481. damage
  25482. dangerously
  25483. daniel
  25484. darkening
  25485. dastardly
  25486. database
  25487. databases
  25488. datafork
  25489. datagram
  25490. dates
  25491. wisted jungle of the Power Macintosh. Please keep your head and arms inside at all times.
  25492. GRAPHICAL TRUFFLES: A Library for Traversing Paths by Daniel I. Lipton.  Parsing QuickDraw GX geometric shapes takes a bit of code, but it
  25493. s already been written for you.
  25494. THE VETERAN NEOPHYTE:  Your Friend the Drill Sergeant  by Dave Johnson.  Learning to shoot pool isn
  25495. t anything like learning to program computers. Right?
  25496. KON & BAL
  25497. S PUZZLE PAGE   QuickTime Quandary  by Konstantin Othmer and BruceFt Leak.  More Macintosh madness from the MacsBug mentors. There
  25498. s a possibility you might actually score on this one!
  25499. JEdevelop Issue 27:
  25500. develop Issue 27 code:
  25501. develop Issue 27 references:K
  25502. Sep 96L
  25503. Nov 96OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 27:PQDev.CD Dec 99 RL Disk 1
  25504.  - Technical Documentation
  25505.  - Develop
  25506.  - develop Issue 27cal Documentation
  25507.  - Misc. Standards
  25508.  - BinHex 4.0V
  25509. 2128X
  25510. Dec 99^    RL Disk 1
  25511. e    No Change
  25512. 5890X
  25513. Dec 99^    RL Disk 1
  25514. --set theItem to choose file -- uncomment to test in an AS editor
  25515.     tell application "Finder"
  25516.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 27:"
  25517.         activate
  25518.     end tell
  25519. on error errMsg number errNum
  25520.     --enter statements to perform when no records are found such as...
  25521.     display dialog "Sorry, the item you selected could not be found."
  25522.     return
  25523. end try
  25524. e    No Changeq
  25525. Dev.CD Dec 99 RL Disk 1
  25526. All Packages
  25527. develop Issue 28
  25528. 5891X
  25529. te and remain intact until you chang
  25530. Summary: This is the electronic version of develop magazine.
  25531.  Issue 27 highlights:
  25532. The Speech Recognition Manager Revealed  by Matt Pallakoff and Arlo Reeves.
  25533. Adding Speech Recognition to an Application Framework  by Tim Monroe.
  25534. With these two articles, you
  25535. ll have your application recognizing speech in no time. The first is an introduction to the long-awaited API for speech recognition, and the second is an example of adding basic speech recognition capabilities to a PowerPlant applica
  25536. tion. Listen up!
  25537. Working With OpenDoc Part Kinds  by Tantek 
  25538. elik and Dave Curbow.  Part kinds are like file types, only more so, and the choices you make about which part kinds to support will have a profound effect on users
  25539.  experiences with your part editor.
  25540. Using Apple Guide 2.1 With OpenDoc  by Peter Commons.  Apple Guide 2.1 has been extended to work well in OpenDoc
  25541. s brave new world of compound documents and processes within processes. Here
  25542. s a look at the new features and how to 
  25543. Dev.CD Jan 96 SSV
  25544. 6256X
  25545. Jan 96
  25546. f--set theItem to choose file -- uncomment to test in an AS editor
  25547.     tell application "Finder"
  25548.         open item "Dev.CD Jan 96 SSW"
  25549.         activate
  25550.     end tell
  25551. on error errMsg number errNum
  25552.     --enter statements to perform when no records are found such as...
  25553.     display dialog "Sorry, the item you selected could not be found."
  25554.     return
  25555. end try
  25556. All Packages
  25557. QuickDraw 3DO
  25558. Dev.CD Jan 96 SSWP
  25559. Dev.CD Jan 96 SSV
  25560. 6257X
  25561. Jan 96
  25562. f--set theItem to choose file -- uncomment to test in an AS editor
  25563.     tell application "Finder"
  25564.         open item "Dev.CD Jan 96 SSW"
  25565.         activate
  25566.     end tell
  25567. on error errMsg number errNum
  25568.     --enter statements to perform when no records are found such as...
  25569.     display dialog "Sorry, the item you selected could not be found."
  25570.     return
  25571. end try
  25572. All Packages
  25573. QuickDraw 3DO
  25574. Dev.CD Jan 96 SSWP
  25575. Dev.CD Jan 96 SSV
  25576. 6258X
  25577. Jan 96
  25578. management
  25579. take advantage of them.
  25580. Mac OS 8 Assistants in System 7 Applications  by Jos
  25581.  Arcellana and Arno Gourdol.  Assistants will provide interview-based help in Mac OS 8, guiding users through complex tasks. This article gives some tips on designing an assistant and shows how you can implement one now, under System 7.
  25582. Game Controls for QuickDraw 3D  by Philip McBride.  First-person 3D applications, whether games or 3D modeling systems, need to constantly move the camera to reflect the changing
  25583.  point of view of the player. You too can inflict vertigo on your users.
  25584. PRINT HINTS:  The All-New LaserWriter Driver Version 8.4  by Dave Polaschek.  The new version of the LaserWriter driver is way different. Will your application break?
  25585. THE OPENDOC ROAD: Facilitating Part Editor Unloading by Vincent Lo.  Part editors are unloaded automatically when they
  25586. re not needed, but your editor can help.
  25587. BALANCE OF POWER: Stalking the Wild Defect by Dave Evans.  A tour through the dangerously t
  25588. Dev.CD Oct 96 SSV
  25589. 5549X
  25590. Oct 96
  25591. f--set theItem to choose file -- uncomment to test in an AS editor
  25592.     tell application "Finder"
  25593.         open item "Dev.CD Oct 96 SSW"
  25594.         activate
  25595.     end tell
  25596. on error errMsg number errNum
  25597.     --enter statements to perform when no records are found such as...
  25598.     display dialog "Sorry, the item you selected could not be found."
  25599.     return
  25600. end try
  25601. All Packages
  25602. 7.5.3 (5400)O
  25603. Dev.CD Oct 96 SSWP
  25604. Dev.CD Oct 96 SSV
  25605. 5550X
  25606. Oct 96
  25607. f--set theItem to choose file -- uncomment to test in an AS editor
  25608.     tell application "Finder"
  25609.         open item "Dev.CD Oct 96 SSW"
  25610.         activate
  25611.     end tell
  25612. on error errMsg number errNum
  25613.     --enter statements to perform when no records are found such as...
  25614.     display dialog "Sorry, the item you selected could not be found."
  25615.     return
  25616. end try
  25617. All Packages
  25618. 7.5.3 (5400)O
  25619. Dev.CD Oct 96 SSWP
  25620. Dev.CD Oct 96 SSV
  25621. 5551X
  25622. Oct 96
  25623. overall
  25624. override
  25625. PVDev.CD Dec 99 RL Disk 1
  25626.  - What's New
  25627.  - Sample Code
  25628.  - Text
  25629.  - TypeServicesForUnicodeitMask traps.  It can be used as a learning tool which allows the user to experiment which various combinations of input to QuickDraw's bit manipulation routines.JbCopyBits Application
  25630. CopyBits.make
  25631. LibHeaders
  25632. LibObject
  25633. ObjectCode
  25634. Resources
  25635. Scrapbook File
  25636. SourceK
  25637. Vol VL
  25638. Vol VIIIM
  25639. 7.0O3Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:P;Dev.CD Feb 00 TC
  25640.  - Tool Chest
  25641.  - QuickDraw
  25642.  - Bitblitz 1.0V
  25643. 2129X
  25644. Feb 00^
  25645. --set theItem to choose file -- uncomment to test in an AS editor
  25646.     tell application "Finder"
  25647.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:"
  25648.         activate
  25649.     end tell
  25650. on error errMsg number errNum
  25651.     --enter statements to perform when no records are found such as...
  25652.     display dialog "Sorry, the item you selected could not be found."
  25653.     return
  25654. end try
  25655. e    No Changeq
  25656. Dev.CD Feb 00 TC
  25657. aD!All Packages
  25658. Tool Chest Edition
  25659. F    Blat dcmd
  25660. particular
  25661. particularly
  25662. parties
  25663. partition
  25664. partitions
  25665. partners
  25666. partnership
  25667. partnerships
  25668. parts
  25669. pasmatit
  25670. passed
  25671. passing
  25672. passphrases
  25673. password
  25674. passwords
  25675. paste
  25676. patch
  25677. patches
  25678. patching
  25679. patching
  25680. service
  25681. routines
  25682. pathname
  25683. pathnames
  25684. paths
  25685. patrick
  25686. pattern
  25687. patterns
  25688. payoff
  25689. pbcatsearch
  25690. pci-based
  25691. pci-the
  25692. pcmcia
  25693. peering
  25694. pending
  25695. penetrate
  25696. pentium
  25697. people
  25698. owcheckout
  25699. cannot
  25700. capabilities
  25701. capability
  25702. capable
  25703. capacity
  25704. capitalize
  25705. capped
  25706. capture
  25707. carbon
  25708. carbon-compliant
  25709. carbonlib
  25710. carbonlib1.0
  25711. agement
  25712. Deletedq
  25713. Dev.CD Jun 97 SSW
  25714. All Packages
  25715. Apple Event Registry & SuitesIySummary: This folder contains the Apple Event Registry and information about Apple Event Suites from the AppleScript SDK.J
  25716. Apple Event Registry:
  25717. Apple Event Registry Errata v3:
  25718. AppleScript Suite:
  25719. Database Suite:
  25720. Mail Suite 1.0:
  25721. Suites Under Development:
  25722. Telephony Suite:K
  25723. Feb 92L
  25724. Apr 93M
  25725. Adobe Acrobat Reader.N
  25726. AE, Apple Events, AppleEventsOcDev.CD Dec 99 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:PkDev.CD Dec 99 RL Disk 1
  25727.  - Technical Documentation
  25728.  - Apple Event Registry & Suites
  25729.  - Apple Event RegistryV
  25730. 5746X
  25731. Dec 99^    RL Disk 1
  25732. e    No Change
  25733. ttached to the Mac via ADB.
  25734. Features methods for:  building a system extension; using the ADB API; "patching" ADB service routines;  building, installing, and using a driver; and mapping physical key codes to virtual key codes.
  25735. AsyncDriverSample 1.0b4:  This sample shows how to write a fully asynchronous block device d
  25736. developed
  25737. developer
  25738. developer
  25739. documentation
  25740. developer's
  25741. developers
  25742. ionaries
  25743. dictionary
  25744. dierks
  25745. david
  25746. davidson
  25747. day-to-day
  25748. daylight
  25749. daystar
  25750. dboxproc
  25751. dcmds
  25752. de-allocated
  25753. de-blessing
  25754. deactivating
  25755. debug
  25756. debugger
  25757. debuggers
  25758. debugging
  25759. december
  25760. december
  25761. apple
  25762. directions
  25763. articles
  25764. decide
  25765. declaration
  25766. decodes
  25767. decoding
  25768. decompiling
  25769. decompress
  25770. decompression
  25771. deeds
  25772. default
  25773. defect
  25774. define
  25775. defined
  25776. defining
  25777. definition
  25778. definitions
  25779. definitive
  25780.  OTDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:PbDev.CD Feb 00 TC
  25781.  - What's New?
  25782.  - Sample Code
  25783.  - QuickTime
  25784.  - QuickTime for Java
  25785.  - QTtoJavaImageV
  25786. 6247X
  25787. Feb 00^
  25788. --set theItem to choose file -- uncomment to test in an AS editor
  25789.     tell application "Finder"
  25790.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:"
  25791.         activate
  25792.     end tell
  25793. on error errMsg number errNum
  25794.     --enter statements to perform when no records are found such as...
  25795.     display dialog "Sorry, the item you selected could not be found."
  25796.     return
  25797. end try
  25798. New Packagef
  25799. QuickTime
  25800. Dev.CD Feb 00 TC
  25801. All Packages
  25802. QuickDraw 3DO
  25803. Dev.CD Jan 96 SSWP
  25804. Dev.CD Jan 96 SSV
  25805. 6248X
  25806. Jan 96
  25807. sedit
  25808. reserved
  25809. reset
  25810. resets
  25811. reside
  25812. resident
  25813. resizable
  25814. ORDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Sample Applications:PZDev.CD Feb 00 TC
  25815.  - Tool Chest
  25816.  - Interapplication Communication
  25817.  - AE Sample ApplicationsV
  25818. 5728X
  25819. Feb 00^
  25820. --set theItem to choose file -- uncomment to test in an AS editor
  25821.     tell application "Finder"
  25822.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Sample Applications:"
  25823.         activate
  25824.     end tell
  25825. on error errMsg number errNum
  25826.     --enter statements to perform when no records are found such as...
  25827.     display dialog "Sorry, the item you selected could not be found."
  25828.     return
  25829. end try
  25830. e    No Changef5AppleScript
  25831. Apple events
  25832. recordable
  25833. scriptable
  25834. scriptq
  25835. Dev.CD Feb 00 TC
  25836. D!All Packages
  25837. Tool Chest Edition
  25838. AE Tools
  25839.     iables in drivers and code resources.  It uses a description file and it shows the values of your variables in a scrolling window.
  25840. Parameters.imgK
  25841. Vol IVL
  25842. Vol VIIO;Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Parameters:ge
  25843. specifiers
  25844. specifies
  25845. specify
  25846. specifying
  25847. speech
  25848. speed
  25849. speed-critical
  25850. speeding
  25851. speeds
  25852. spellcheck
  25853. spellchecking
  25854. speller
  25855. spelling
  25856. spells
  25857. spellswell
  25858. spend
  25859. sphere
  25860. splash
  25861. splasher
  25862. split
  25863. sponsored
  25864. spool
  25865. spooled
  25866. spooler
  25867. spoolers
  25868. spooling
  25869. sports
  25870. spots
  25871. spreadsheet
  25872. spreadsheets
  25873. sprite
  25874. sprites
  25875. sprocket
  25876. sprocketinvaders
  25877. sprocketinvaders
  25878. featured
  25879. specfically
  25880. built
  25881. sprockets
  25882. stack
  25883. fileinfo
  25884. filemaker
  25885. filename
  25886. filenames
  25887. files
  25888. le the scroll thumb can be used in this situation, it is less than ideal because the user cannot see the result of the scrolltion regarding the German market as well as information pertaining to sales and marketing practices in Germany. You will also find an address list and a reading list to assist you in researching your more specific questions easily.
  25889. Business Opp's - GermanyK
  25890. Aug 95OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:ge
  25891. ARPerations.c
  25892. ARPerations.h
  25893. ARPSample.68K
  25894. ARPSample.68K.
  25895. ARPSample.PPC
  25896. ARPSamplePPC.
  25897. ARPSampleShell.c
  25898. Metrowerks Build Script
  25899. OTARPModule.h
  25900. Read Me About ARP SampleK
  25901. Jun 98M
  25902. Open Transport 1.1.1 or higherN.Open Transport, ARP, cache, add, delete, queryOCDev.CD Jun 98 RL1:What's New:Sample Code:Networking:ARPSample1.0b1:PNDev.CD Jun 98 RL1
  25903.  - What's New
  25904.  - Sample Code
  25905.  - Networking
  25906.  - ARPSample1.0b1V
  25907. 5782X
  25908. Jun 98^
  25909. --set theItem to choose file -- uncomment to test in an AS editor
  25910.     tell application "Finder"
  25911.         open item "Dev.CD Jun 98 RL1:What's New:Sample Code:Networking:ARPSample1.0b1:"
  25912.         activate
  25913.     end tell
  25914. on error errMsg number errNum
  25915.     --enter statements to perform when no records are found such as...
  25916.     display dialog "Sorry, the item you selected could not be found."
  25917.     return
  25918. end try
  25919. e    No Changef)Open Transport
  25920. cache
  25921. delete
  25922. queryq
  25923. Dev.CD Jun 98 RL1
  25924. PD!All Packages
  25925. Tool Chest Edition
  25926. Asia Market GuideV
  25927. --set theItem to choose file -- uncomment to test in an AS editor
  25928.     tell application "Finder"
  25929.         open item "Dev.CD Apr 94
  25930. Dev.CD Jan 94
  25931. Dev.CD Oct 93
  25932. Dev.CD Jul 93"
  25933.         activate
  25934.     end tell
  25935. on error errMsg number errNum
  25936.     --enter statements to perform when no records are found such as...
  25937.     display dialog "Sorry, the item you selected could not be found."
  25938.     return
  25939. end try
  25940. nching
  25941. document-wide
  25942. document/file/applic
  25943. documentation
  25944. documentation
  25945. topics
  25946. include
  25947. docviewer
  25948. --set theItem to choose file -- uncomment to test in an AS editor
  25949.     tell application "Finder"
  25950.         open item "Dev.CD May 97 TC
  25951. Dev.CD Nov 96 TC
  25952. Dev.CD Aug 96 TC"
  25953.         activate
  25954.     end tell
  25955. on error errMsg number errNum
  25956.     --enter statements to perform when no records are found such as...
  25957.     display dialog "Sorry, the item you selected could not be found."
  25958.     return
  25959. end try
  25960. cted could not be found."
  25961.     return
  25962. end try
  25963. All Packages
  25964. QuickDraw GXO
  25965. Dev.CD Aug 96 TCP
  25966. Dev.CD Aug 96 TV
  25967. 4460X
  25968. Aug 96
  25969. e--set theItem to choose file -- uncomment to test in an AS editor
  25970.     tell application "Finder"
  25971.         open item "Dev.CD Aug 96 TC"
  25972.         activate
  25973.     end tell
  25974. on error errMsg number errNum
  25975.     --enter statements to perform when no records are found such as...
  25976.     display dialog "Sorry, the item you selected could not be found."
  25977.     return
  25978. end try
  25979. All Packages
  25980. QuickDraw GXO
  25981. Dev.CD Aug 96 TCP
  25982. Dev.CD Aug 96 TV
  25983. 4461X
  25984. All Packages
  25985. 6.0.5O
  25986. Dev.CD Vol. VII
  25987. Dev CD Vol. VP
  25988. Dev.CD Vol. VII
  25989. Dev CD Vol. V
  25990. 5146X
  25991. Vol. V
  25992. r--set theItem to choose file -- uncomment to test in an AS editor
  25993.     tell application "Finder"
  25994.         open item "Dev.CD Vol. VII
  25995. Dev CD Vol. V"
  25996.         activate
  25997.     end tell
  25998. on error errMsg number errNum
  25999.     --enter statements to perform when no records are found such as...
  26000.     display dialog "Sorry, the item you selected could not be found."
  26001.     return
  26002. end try
  26003. All Packages
  26004. 6.0.5O,Dev.CD Vol. VII
  26005. Dev CD Vol. V
  26006. Dev CD Vol. IVP+Dev.CD Vol. VII
  26007. Dev CD Vol. V
  26008. Dev CD Vol. IV
  26009. 5147X
  26010. Vol. V
  26011. cfm-68k
  26012. cfm-68k
  26013. chinese
  26014. chinese
  26015. dictation
  26016. chinese
  26017. dictation
  26018. chinese
  26019. handwriting
  26020. chinese
  26021. handwriting
  26022. chinese
  26023. language
  26024. driver
  26025. emulator
  26026. YSummary:  This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  26027.  building a system extension
  26028.  using the ADB API
  26029.  "patching" ADB service routines
  26030.  building, installing, and using a driver
  26031.  mapping physical key codes to virtual key codes
  26032. J'Sample Code.img
  26033. Windows Sample Code.imgK
  26034. Nov 95L
  26035. May 97M
  26036. anything later than a Mac SEN
  26037. keyboard map adbO
  26038. Dev.CD Feb 00 TC:Sample Code:P
  26039. Dev.CD Feb 00 TC
  26040.  - Sample Codeh a serial cable if you want to see it in action.  Or just look at the code to see how things ought to be done.
  26041. Play:  With this program on your hard disk; you can double click on a track on an Audio CD and the CD SC drive will start playing the audio track and will continue until the end of the disk
  26042. ReadSector MSDOS:  This snippet shows how to read and write physical sectors on MS-DOS floppies within your application (as Apple File Exchange does), rather than wr
  26043. 6206X
  26044. Apr 95
  26045. b--set theItem to choose file -- uncomment to test in an AS editor
  26046.     tell application "Finder"
  26047.         open item "Dev.CD Apr 95"
  26048.         activate
  26049.     end tell
  26050. on error errMsg number errNum
  26051.     --enter statements to perform when no records are found such as...
  26052.     display dialog "Sorry, the item you selected could not be found."
  26053.     return
  26054. end try
  26055. All Packages
  26056. F    PowerTalkO
  26057. Dev.CD Apr 95P
  26058. Dev.CD Apr 9V
  26059. 6207X
  26060. Apr 95
  26061. b--set theItem to choose file -- uncomment to test in an AS editor
  26062.     tell application "Finder"
  26063.         open item "Dev.CD Apr 95"
  26064.         activate
  26065.     end tell
  26066. on error errMsg number errNum
  26067.     --enter statements to perform when no records are found such as...
  26068.     display dialog "Sorry, the item you selected could not be found."
  26069.     return
  26070. end try
  26071. All Packages
  26072. PowerTalk (PPC)O
  26073. Dev.CD Oct 94P
  26074. Dev.CD Oct 9V
  26075. 6208X
  26076. Oct 94
  26077. 6241X
  26078. Feb 00^
  26079. --set theItem to choose file -- uncomment to test in an AS editor
  26080.     tell application "Finder"
  26081.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:"
  26082.         activate
  26083.     end tell
  26084. on error errMsg number errNum
  26085.     --enter statements to perform when no records are found such as...
  26086.     display dialog "Sorry, the item you selected could not be found."
  26087.     return
  26088. end try
  26089. e    No Changef:QuickDraw GX spooler print patch AppleShare Novell Netwareq
  26090. Dev.CD Feb 00 TC
  26091. D.All Packages
  26092. Tool Chest Edition
  26093. New & RevisedF    QTEffectsI
  26094. This demo program shows how to use QuickTime's visual effects architecture as applied to two source images. The effects are applied in realtime - controlled by the user settings in the window.J2ef.bat
  26095. PlayQTEffectApp.zip
  26096. QTEffect
  26097. README.txt
  26098. Feb 00
  26099. :Sample Code:QuickTime:QuickTime for Java:QTEffects:V
  26100. 6242X
  26101. New Package
  26102. world
  26103. wrapper
  26104. zanzibar
  26105. Jun 97
  26106. f--set theItem to choose file -- uncomment to test in an AS editor
  26107.     tell application "Finder"
  26108.         open item "Dev.CD Jun 97 SSW"
  26109.         activate
  26110.     end tell
  26111. on error errMsg number errNum
  26112.     --enter statements to perform when no records are found such as...
  26113.     display dialog "Sorry, the item you selected could not be found."
  26114.     return
  26115. end try
  26116. All Packages
  26117. F    QuickTimeO
  26118. Dev.CD Jun 97 SSWP
  26119. Dev.CD Jun 97 SSV
  26120. 6437X
  26121. Jun 97
  26122. f--set theItem to choose file -- uncomment to test in an AS editor
  26123.     tell application "Finder"
  26124.         open item "Dev.CD Jun 97 SSW"
  26125.         activate
  26126.     end tell
  26127. on error errMsg number errNum
  26128.     --enter statements to perform when no records are found such as...
  26129.     display dialog "Sorry, the item you selected could not be found."
  26130.     return
  26131. end try
  26132. All Packages
  26133. F    QuickTimeO
  26134. Dev.CD Jun 97 SSWP
  26135. Dev.CD Jun 97 SSV
  26136. 6438X
  26137. Jun 97
  26138. hand-coded
  26139. hand-tweak
  26140. handbook
  26141. handed
  26142. handle
  26143. handle's
  26144. handle-based
  26145. handler
  26146. serialshimlib
  26147. series
  26148. server
  26149. server
  26150. controls
  26151. server
  26152. developer
  26153. servers
  26154. services
  26155. setdefaultdtp
  26156. setdeskcpat
  26157. setting
  26158. setup
  26159. shared
  26160. shared
  26161. volumes
  26162. sharing
  26163. sherlock
  26164. showicon
  26165. showinit
  26166. signature
  26167. signing
  26168. simpletext
  26169. simplified
  26170. single-link
  26171. spooler
  26172. patch
  26173. gxenvironment
  26174. headers
  26175. libraries
  26176. helloworld
  26177. helloworld
  26178. helper
  26179. helplab
  26180. higuidelines
  26181. provides the function BuildGLFromWindow and DestroyGLFromWindow to handle cases where you want to setup OpenGL on a preexisting window.  Ensure you call the DestroyGLFromWindow to destroy the context.
  26182. - PauseGL and ResumeGL are provided to allow the user control over the screen.  Suppose you wish to draw a movie in the same window as OpenGL is using, just call PauseGL, play your movie and then ResumeGL when finished to start drawing your OpenGL scene again.
  26183. Descriptions of the operation 
  26184. of the major functions and the structures can be found in the SetupGL.h header file.
  26185. The include test application shows the basic use of SetupGL by building a context and letting the user control the specifications on the fly, rebuilding the context when the request changes.  This code also demonstrates the use of aglFonts, providing reusable font drawing routines.
  26186. Note: Some of the access paths will have to reset to point to the location of the OpenGL SDK on your local system.
  26187. Feb 00
  26188. All Packages
  26189. Dev.CD Jan 99 SSWP
  26190. Dev.CD Jan 99 SSV
  26191. 5677X
  26192. Jan 99
  26193. f--set theItem to choose file -- uncomment to test in an AS editor
  26194.     tell application "Finder"
  26195.         open item "Dev.CD Jan 99 SSW"
  26196.         activate
  26197.     end tell
  26198. on error errMsg number errNum
  26199.     --enter statements to perform when no records are found such as...
  26200.     display dialog "Sorry, the item you selected could not be found."
  26201.     return
  26202. end try
  26203. All Packages
  26204. 8.5.1O
  26205. Dev.CD Apr 99 SSWP
  26206. Dev.CD Apr 99 SSV
  26207. 5678X
  26208. Apr 99
  26209. f--set theItem to choose file -- uncomment to test in an AS editor
  26210.     tell application "Finder"
  26211.         open item "Dev.CD Apr 99 SSW"
  26212.         activate
  26213.     end tell
  26214. on error errMsg number errNum
  26215.     --enter statements to perform when no records are found such as...
  26216.     display dialog "Sorry, the item you selected could not be found."
  26217.     return
  26218. end try
  26219. All Packages
  26220. 8.5.1O
  26221. Dev.CD Apr 99 SSWP
  26222. Dev.CD Apr 99 SSV
  26223. 5679X
  26224. Apr 99
  26225. --set theItem to choose file -- uncomment to test in an AS editor
  26226.     tell application "Finder"
  26227.         open item "Dev.CD Apr 94
  26228. Dev.CD Jan 94
  26229. Dev.CD Oct 93
  26230. Dev.CD Jul 93"
  26231.         activate
  26232.     end tell
  26233. on error errMsg number errNum
  26234.     --enter statements to perform when no records are found such as...
  26235.     display dialog "Sorry, the item you selected could not be found."
  26236.     return
  26237. end try
  26238. 01730-0108
  26239. 01760
  26240. 1-12/96
  26241. 1-bit
  26242. 5758X
  26243. Feb 00^
  26244. --set theItem to choose file -- uncomment to test in an AS editor
  26245.     tell application "Finder"
  26246.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:Apple Sys Profiler 1.3.1:"
  26247.         activate
  26248.     end tell
  26249. on error errMsg number errNum
  26250.     --enter statements to perform when no records are found such as...
  26251.     display dialog "Sorry, the item you selected could not be found."
  26252.     return
  26253. end try
  26254. e    No Changef
  26255. Profiler
  26256. Apple Systemq
  26257. Dev.CD Feb 00 TC
  26258. 8D!All Packages
  26259. Tool Chest Edition
  26260. AppleGlot 2.3
  26261.     on "Finder"
  26262.         open item "Dev.CD Jun 97 SSW"
  26263.         activate
  26264.     end tell
  26265. on error errMsg number errNum
  26266.     --enter statements to perform when no records are found such as...
  26267.     display dialog "Sorry, the item you selected could not be found."
  26268.     return
  26269. end try
  26270. All Packages
  26271. F    QuickTimeO
  26272. Dev.CD Jun 97 SSWP
  26273. Dev.CD Jun 97 SSV
  26274. 4563X
  26275. Jun 97
  26276. headaches
  26277. header
  26278. header
  26279. files
  26280. headers
  26281. heading
  26282. heads
  26283. health
  26284. heaps
  26285. heart
  26286. heartbeat
  26287. heavily
  26288. hebreu
  26289. hebrew
  26290. hecht
  26291. hedging
  26292. height
  26293. heralds
  26294. here's
  26295. hersey
  26296. hewlett-packard
  26297. eUpdate from Mac OS Easy Open SDK to Translation Manager SDK to reflect the move from standalone product to System service. 
  26298. Contains a new example Translation Extension component which demonstrates correct packaging of 68K and PowerPC code.
  26299. Contains a copy of Mac OS Tech Note 1004 which describes proper packaging of components with 68K and PowerPC code.
  26300. JU Readme - Translation Mgr SDK
  26301. (Obsolete)
  26302. Document Converter
  26303. Documentation
  26304. Sample CodeK
  26305. Aug 98M
  26306. Code Warrior Pro 2 -or- ETO
  26307. 23N+easy open, translation manager, translationO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Translation Manager:PGDev.CD Jan 00 SDK1
  26308.  - Development Kits
  26309.  - Mac OS
  26310.  - Translation Managerest-v3-009
  26311. csmp-digest-v3-010
  26312. csmp-digest-v3-011
  26313. csmp-digest-v3-012
  26314. csmp-digest-v3-013
  26315. csmp-digest-v3-014
  26316. csmp-digest-v3-015
  26317. csmp-digest-v3-016
  26318. csmp-digest-v3-017
  26319. csmp-digest-v3-018
  26320. csmp-digest-v3-019
  26321. csmp-digest-v3-020
  26322. csmp-digest-v3-021
  26323. csmp-digest-v3-022
  26324. csmp-digest-v3-023
  26325. csmp-digest-v
  26326. Jun 94L
  26327. Aug 96
  26328. taking
  26329. tanaka
  26330. tantek
  26331. target
  26332. targeting
  26333. targets
  26334. tasks
  26335. tcp/ip
  26336. technical
  26337. technically
  26338. technique
  26339. techniques
  26340. technological
  26341. technologies
  26342. technology
  26343. technote
  26344. tells
  26345. template
  26346. templates
  26347. temporal
  26348. temporarily
  26349. tensor
  26350. terminal
  26351. terminology
  26352. terms
  26353. ternasky
  26354. tested
  26355. testing
  26356. text-handling
  26357. shadingwinds
  26358. shadow
  26359. shadows
  26360. shannon
  26361. shape
  26362. shapes
  26363. sharable
  26364. share
  26365. shared
  26366. sharedlibs
  26367. shareware
  26368. sharing
  26369. sharks
  26370. sharp
  26371. sharware
  26372. sheet
  26373. sheets
  26374. shell
  26375. shelves
  26376. sherlock
  26377. sherlock's
  26378. shift
  26379. shift-command
  26380. shimmermate
  26381. outstanding
  26382. ovals
  26383. overW
  26384. over-represented
  26385. overall
  26386. overcome
  26387. overhead
  26388. override
  26389. csmp-digest-v3-068
  26390. csmp-digest-v3-069
  26391. csmp-digest-v3-070
  26392. csmp-digest-v3-071
  26393. csmp-digest-v3-072
  26394. csmp-digest-v3-073
  26395. csmp-digest-v3-074
  26396. csmp-digest-v3-075
  26397. csmp-digest-v
  26398. Summary: This is the electronic version of develop magazine.
  26399.  Issue 28 highlights:
  26400. Coding Your Object Model for Advanced Scriptability by Ron Reuter.  Basic support for an Apple event object model isn
  26401. t too tough, but supporting more complex scripts takes some planning, and can trip you up in subtle ways if you
  26402. re not careful. This advice will help you out.
  26403. New QuickDraw 3D Geometries by Philip J. Schneider.  QuickDraw 3D 1.5 includes several useful new geometric primitives. This artic
  26404. le introduces the new primitives and discusses the differences among the various polyhedral primitives, both new and old.
  26405. QuickDraw GX Line Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  26406. s a library that makes it easy to do.
  26407. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  26408. 5891X
  26409. Dec 99^    RL Disk 1
  26410. --set theItem to choose file -- uncomment to test in an AS editor
  26411.     tell application "Finder"
  26412.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 28:"
  26413.         activate
  26414.     end tell
  26415. on error errMsg number errNum
  26416.     --enter statements to perform when no records are found such as...
  26417.     display dialog "Sorry, the item you selected could not be found."
  26418.     return
  26419. end try
  26420. e    No Changeq
  26421. Dev.CD Dec 99 RL Disk 1
  26422. All Packages
  26423. develop Issue 29
  26424. 5892X
  26425. All Packages
  26426. 7.5.2 (7200/9500)O
  26427. Dev.CD Oct 95 SSWP
  26428. Dev.CD Oct 95 SSV
  26429. 5432X
  26430. Oct 95
  26431. f--set theItem to choose file -- uncomment to test in an AS editor
  26432.     tell application "Finder"
  26433.         open item "Dev.CD Oct 95 SSW"
  26434.         activate
  26435.     end tell
  26436. on error errMsg number errNum
  26437.     --enter statements to perform when no records are found such as...
  26438.     display dialog "Sorry, the item you selected could not be found."
  26439.     return
  26440. end try
  26441. All Packages
  26442. 7.5.2 (7200/9500)O
  26443. Dev.CD Oct 95 SSWP
  26444. Dev.CD Oct 95 SSV
  26445. 5433X
  26446. Oct 95
  26447. f--set theItem to choose file -- uncomment to test in an AS editor
  26448.     tell application "Finder"
  26449.         open item "Dev.CD Oct 95 SSW"
  26450.         activate
  26451.     end tell
  26452. on error errMsg number errNum
  26453.     --enter statements to perform when no records are found such as...
  26454.     display dialog "Sorry, the item you selected could not be found."
  26455.     return
  26456. end try
  26457. All Packages
  26458. 7.5.2 (7200/9500)O
  26459. Dev.CD Oct 95 SSWV
  26460. 5434X
  26461. Dev.CD Jan 95
  26462. Dev.CD Jul 94P
  26463. Dev.CD Jan 95
  26464. Dev.CD Jul 9V
  26465. 5348X
  26466. Jan 95
  26467. p--set theItem to choose file -- uncomment to test in an AS editor
  26468.     tell application "Finder"
  26469.         open item "Dev.CD Jan 95
  26470. Dev.CD Jul 94"
  26471.         activate
  26472.     end tell
  26473. on error errMsg number errNum
  26474.     --enter statements to perform when no records are found such as...
  26475.     display dialog "Sorry, the item you selected could not be found."
  26476.     return
  26477. end try
  26478. All Packages
  26479. 7.1.2O
  26480. Dev.CD Jan 95
  26481. Dev.CD Jul 94P
  26482. Dev.CD Jan 95
  26483. Dev.CD Jul 9V
  26484. 5349X
  26485. Jan 95
  26486. p--set theItem to choose file -- uncomment to test in an AS editor
  26487.     tell application "Finder"
  26488.         open item "Dev.CD Jan 95
  26489. Dev.CD Jul 94"
  26490.         activate
  26491.     end tell
  26492. on error errMsg number errNum
  26493.     --enter statements to perform when no records are found such as...
  26494.     display dialog "Sorry, the item you selected could not be found."
  26495.     return
  26496. end try
  26497. All Packages
  26498. 7.1.2V
  26499. 5350X
  26500. apple
  26501. apple
  26502. detectors
  26503. apple
  26504. developer
  26505. apple
  26506. event
  26507. apple
  26508. event
  26509. folder
  26510. actions
  26511. apple
  26512. event
  26513. server
  26514. apple
  26515. events
  26516. apple
  26517. events
  26518. spell
  26519. grammar
  26520. writeswell
  26521. spellswell
  26522. working
  26523. apple
  26524. guide
  26525. apple
  26526. apple
  26527. media
  26528. conference
  26529. apple
  26530. apple
  26531. apple
  26532. servers
  26533. apple
  26534. shared
  26535. library
  26536. manager
  26537. apple
  26538. system
  26539. exchange
  26540. exchange
  26541. framework
  26542. function
  26543. function
  26544. gateway
  26545. hardware
  26546. hypercard
  26547. index
  26548. gateway
  26549. keyboard
  26550. keyboard
  26551. macapp
  26552. macintosh
  26553. macintosh
  26554. coprocessor
  26555. platform
  26556. macsbug
  26557. manager
  26558. missQ
  26559. network
  26560. network
  26561. software
  26562. object-oriented
  26563. what's
  26564. what's
  26565. bbedit
  26566. what's
  26567. 1.5.1
  26568. what's
  26569. package
  26570. what's
  26571. difference
  26572. whats
  26573. wherecds
  26574. wherecds
  26575. wherecds
  26576. white
  26577. archived
  26578. windname
  26579. windname
  26580. window
  26581. window
  26582. windowdialog
  26583. windowdialog
  26584. windowpalette
  26585. windowpalette
  26586. windowpicker
  26587. windows
  26588. windows
  26589. sample
  26590. postscript
  26591. sample
  26592. gxgraphics
  26593. gxifier
  26594. gxifier
  26595. gxoverridetool
  26596. handbook
  26597. handles
  26598. handwriting
  26599. hardware
  26600. csmp-digest-v3-099
  26601. csmp-digest-v3-100
  26602. csmp-digest-v3-101
  26603. csmp-digest-v3-102
  26604. csmp-digest-v3-103
  26605. csmp-digest-v3-104
  26606. csmp-digest-v3-105
  26607. csmp-digest-v3-106
  26608. csmp-digest-v3-107
  26609. csmp-digest-v3-108
  26610. csmp-digest-v3-109
  26611. csmp-digest-v3-110
  26612. csmp-digest-v3-111
  26613. csmp-digest-v3-112
  26614. csmp-digest-v3-113
  26615. csmp-digest-v3-114
  26616. csmp-digest-v3-115
  26617. csmp-digest-v3-116
  26618. csmp-digest-v3-117
  26619. csmp-digest-v3-118
  26620. csmp-digest-v3-119
  26621. csmp-digest-v3-120
  26622. csmp-digest-v3-121
  26623. csmp-digest-v3-122
  26624. csmp-digest-v3-123
  26625. csmp-digest-v3-125
  26626. csmp-digest-v3-126
  26627. csmp-digest-v3-127
  26628. csmp-digest-v3-128
  26629. csmp-digest-v3-129
  26630. csmp-digest-v3-130
  26631. csmp-digest-v3-131
  26632. cwpro2
  26633. database
  26634. database
  26635. suite
  26636. constraints
  26637. construct
  26638. constructing
  26639. construction
  26640. constructs
  26641. consult
  26642. consumer
  26643. consumers
  26644. contact
  26645. contacting
  26646. contacts
  26647. contain
  26648. contained
  26649. container
  26650. containing
  26651. contains
  26652. software
  26653. development
  26654. All Packages
  26655. QuickDraw GXO#Dev.CD Aug 96 TC
  26656. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  26657. Dev.CD Jan 96 SDKV
  26658. 6292X
  26659. Aug 96
  26660. x--set theItem to choose file -- uncomment to test in an AS editor
  26661.     tell application "Finder"
  26662.         open item "Dev.CD Aug 96 TC
  26663. Dev.CD Jan 96 SDK1"
  26664.         activate
  26665.     end tell
  26666. on error errMsg number errNum
  26667.     --enter statements to perform when no records are found such as...
  26668.     display dialog "Sorry, the item you selected could not be found."
  26669.     return
  26670. end try
  26671. All Packages
  26672. QuickDraw GXO#Dev.CD Aug 96 TC
  26673. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  26674. Dev.CD Jan 96 SDKV
  26675. 6293X
  26676. Aug 96
  26677. can be difficult, since there
  26678. s a lot going on beneath the surface. These techniques for detecting problems in MacApp programs can help.
  26679. Chiropractic for Your Misaligned Data by Kevin Looney and Craig Anderson.   Misaligned data accesses on PowerPC processors can be very expensive. Two tools that will help you detect misalignment problems are presented here, along with some advice on avoiding misalignment in the first place.
  26680. THE OPENDOC ROAD: OpenDoc Memory Management and the Toolbox by 
  26681. Troy Gaul and Vincent Lo.  Managing memory allocation in your OpenDoc part editor can be a little tricky.
  26682. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  26683. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  26684. t need to be complex, as the simple tools presented here wil
  26685. nd try
  26686. l show.
  26687. MPW TIPS AND TRICKS:  Automated Editing With StreamEdit by Tim Maroney.  The MPW tool StreamEdit provides you with powerful, flexible, scriptable text editing, at the price of just a little complexity.run us through the wringer once again.
  26688. THE VETERAN NEOPHYTE:  Confessions of a Veteran Technical Writer by Tim Monroe.  Enlightening trade secrets from someone who writes the documentation we all depend on.
  26689. J(develop Issue 28:
  26690. develop Issue 28 code:K
  26691. Dec 96OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 28:PQDev.CD Dec 99 RL Disk 1
  26692.  - Technical Documentation
  26693.  - Develop
  26694.  - develop Issue 28
  26695. esn't open documents properly.
  26696. J.Horiz Count
  26697. Large Count
  26698. Readme
  26699. Vert CountK
  26700. Aug 93M=System 7.0 with 512Kbyte code. 
  26701. Color preferred not necessaryN
  26702. CAD/CAM, ASIC DesignOGDev.CD Feb 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:PRDev.CD Feb 00 TC
  26703.  - Tool Chest
  26704.  - Hardware
  26705.  - Misc. Tools
  26706.  - LFSR Verilog CAD ToolV
  26707. 4175X
  26708. Feb 00^
  26709. # Events, AppleEventsOMDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:ge
  26710. butcdef
  26711. butler
  26712. buttin
  26713. button
  26714. buttons
  26715. accuracy
  26716. accurate
  26717. accurately
  26718. accurately
  26719. print
  26720. image
  26721. scanned
  26722. accurately
  26723. print
  26724. image
  26725. viewed
  26726. monitor
  26727. acgis
  26728. achieve
  26729. achieved
  26730. achieves
  26731. acrobat
  26732. across
  26733. action
  26734. actions
  26735. activate
  26736. activating
  26737. actual
  26738. actually
  26739. graphical
  26740. editor
  26741. which
  26742. create
  26743. adapt
  26744. adaptation
  26745. adapts
  26746. adbop
  26747. adbreinit
  26748. *e    No Changeq
  26749. Dev.CD Feb 00 TC
  26750. +D!All Packages
  26751. Tool Chest Edition
  26752. F)Snippets - Interapplication Communication
  26753. (** = new, * = revised)
  26754. AE Interaction Sample:  Two small applications, Sender and Receiver, show what interaction levels mean to the Apple Event Manager.
  26755. AECDEV/AEDEAMON:  This sample is designed to answer that age-old question; "How do I send AppleEvents from a DA/CDEV/INIT/Driver?" Read the read_me to find the answer <grin>.
  26756. AECoercion:  AECoercionINIT shows how to install System level AppleEvent Coercion routines at INIT time.  You may also be interested in the coercion routines as  Packages
  26757. Tool Chest Edition
  26758. CallHyper 1.0
  26759. prices
  26760. primarily
  26761. primary
  26762. primer
  26763. primitive
  26764. primitives
  26765. principles
  26766. print
  26767. print2
  26768. printable
  26769. printdialogmagic
  26770. printed
  26771. printenv
  26772. printer
  26773. printer-specific
  26774. printers
  26775. printers/print
  26776. printing
  26777. printing-related
  26778. problematic
  26779. problems
  26780. procedure
  26781. nated Universal Time") and Macintosh local time.
  26782. [NEW] Font Management for Carbon 1.0 and Mac OS 9
  26783. This preliminary document describes the Font Management API that has been added to the Font Manager with Mac OS 9 and Carbon 1.0. Features discussed include support for enumerating fonts and font families,  accessing information about fonts and font families, accessing font data, creating and managing a basic font menu, activating and deactivating fonts, and notifying cli
  26784. [NEW] Multilingua
  26785. l Text Editor
  26786. Multilingual Text Editor (MLTE) supplies a programming interface for creating and editing Unicode text documents. MLTE is similar to TextEdit, however MLTE provides enhanced facilities such as document-wide tabs, 
  26787. full justification of text, support for more than 32K of text, drag and drop support, built-in scroll bar handling and printing support, support for inline input, support for advanced ATSUI font features, and support for one level of undo. This preliminary document
  26788. j--set theItem to choose file -- uncomment to test in an AS editor
  26789.     tell application "Finder"
  26790.         open item "Dev.CD Jul 98 SSW/SDK"
  26791.         activate
  26792.     end tell
  26793. on error errMsg number errNum
  26794.     --enter statements to perform when no records are found such as...
  26795.     display dialog "Sorry, the item you selected could not be found."
  26796.     return
  26797. end try
  26798. dSerialPorts:
  26799. Get Tool Config:K
  26800. Apr 97O3Dev.CD Apr 97 SSW:What's New?:Snippets Update 2/97:P8Dev.CD Apr 97 SSW
  26801.  - What's New?
  26802.  - Snippets Update 2/97V
  26803. 4652X
  26804. b--set theItem to choose file -- uncomment to test in an AS editor
  26805.     tell application "Finder"
  26806.         open item "Dev.CD Jul 94"
  26807.         activate
  26808.     end tell
  26809. on error errMsg number errNum
  26810.     --enter statements to perform when no records are found such as...
  26811.     display dialog "Sorry, the item you selected could not be found."
  26812.     return
  26813. end try
  26814. All Packages
  26815. 7.1.1O
  26816. Dev.CD Jul 94P
  26817. Dev.CD Jul 9V
  26818. 5324X
  26819. Jul 94
  26820. b--set theItem to choose file -- uncomment to test in an AS editor
  26821.     tell application "Finder"
  26822.         open item "Dev.CD Jul 94"
  26823.         activate
  26824.     end tell
  26825. on error errMsg number errNum
  26826.     --enter statements to perform when no records are found such as...
  26827.     display dialog "Sorry, the item you selected could not be found."
  26828.     return
  26829. end try
  26830. All Packages
  26831. 7.1.1O
  26832. Dev.CD Jul 94P
  26833. Dev.CD Jul 9V
  26834. 5325X
  26835. Jul 94
  26836. fcompressimage
  26837. feature
  26838. t the HTML files which underlie search engine web pages and if they
  26839. re proficient with tools such as BBEdit, a flexible text editor available from Bare Bones Software and ResEdit, a free utility from Apple. 
  26840. The plug-ins in this package are just a representative sample of what can be accomplished using this powerful search technology.
  26841. Information on how you can take develop plug-ins is available at our web site at http://www.apple.com/sherlock/plugindev.html
  26842. AmazonBooks.src
  26843. AmazonMusic.src
  26844. Apple.src
  26845. AppleSWUpdates-English.src
  26846. AppleSWUpdates-WW.src
  26847. BarnesAndNoble.src
  26848. CNN.src
  26849. DirectHit.src
  26850. HotBot.src
  26851. LookSmart.src
  26852. MacGuide.src
  26853. XTNow.src
  26854. Yahoo.srcK
  26855. Jan 99L
  26856. Feb 99N
  26857. engine, Internet, SherlockO/Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:P4Dev.CD Feb 99 TC
  26858.  - What's New?
  26859.  - Sherlock Plug-ins
  26860. samples
  26861. showing
  26862. variat
  26863. there's
  26864. thereby
  26865. 5892X
  26866. Dec 99^    RL Disk 1
  26867. --set theItem to choose file -- uncomment to test in an AS editor
  26868.     tell application "Finder"
  26869.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 29:"
  26870.         activate
  26871.     end tell
  26872. on error errMsg number errNum
  26873.     --enter statements to perform when no records are found such as...
  26874.     display dialog "Sorry, the item you selected could not be found."
  26875.     return
  26876. end try
  26877. e    No Changeq
  26878. Dev.CD Dec 99 RL Disk 1
  26879. D(All Packages
  26880. Reference Library Edition
  26881. develop Issue  3
  26882.     ntains many nwe utilities and features for both the user and the developer (see below for a list)
  26883. The LaserWriter 8.5.1 release contains:
  26884. Desktop Printer Utility 1.0- allows creation of TCP/IP/LPR, virtual, and hold desktop printers
  26885. Redesigned Custom Page Size Support
  26886. PostScript Level 3 support
  26887. Expanded ColorSync 2.1.x support
  26888. Collation
  26889. Print To PDF
  26890. LaserWriter 8.5.1 GM.seaK
  26891. Jun 95L
  26892. Jan 98N"LaserWriter 8 driver printer 8.5.1
  26893. Whe Printing Manager from the perspectives of the application and the Printing Manager Resource Files.
  26894. Issues: The Disclaimer warns of the difficulties involved. This information will not work with QuickDraw GX printing.  
  26895. J/Learning to Drive
  26896. Learning to Drive Disclaimer K
  26897. Mar 93O7Dev.CD Feb 00 TC:Tool Chest:Printing:Learning to Drive:P?Dev.CD Feb 00 TC
  26898.  - Tool Chest
  26899.  - Printing
  26900.  - Learning to DriveV
  26901. 4174X
  26902. Feb 00^
  26903. #tom enabler designed to
  26904. correct the IBM OEM Ethernet PC Card.
  26905.   Tools
  26906.    *  Display Name Registry 2.0
  26907.     -  Displays the Macintosh
  26908. s Name Registry and Device Tree
  26909.    *  TupleDumper
  26910.     -  
  26911. Dumps
  26912.  the CardBus (PCMCIA) tuples of any inserted PC cards
  26913. J)Read Me
  26914.  Documentation
  26915.  Samples
  26916.  ToolsK
  26917. Jan 00M
  26918. PowerMac / CodeWarrior IDE 2.1
  26919. Summary: This is the electronic version of develop magazine.
  26920.  Issue 29 Summary
  26921. Easy 3D With the QuickDraw 3D Viewer  by Nick Thompson
  26922. s easy to integrate support for the QuickDraw 3D Viewer in your application, requiring only a few extra calls. Adding such support will allow your users to import and manipulate 3D data in your application with a standard, intuitive interface.
  26923. Gearing Up for Asia With the Text Services Manager and TSMTE  by Tague Griffith
  26924. Supporting the Text Services 
  26925. Manager (TSM) allows your application to transparently make use of the wide variety of text input methods required by 2-byte languages like Japanese, Chinese, and Korean. And TSMTE makes support of TSM a simple matter.
  26926. High-Performance ACGIs in C  by Ken Urquhart
  26927. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  26928. section
  26929. sectionreport
  26930. sections
  26931. sector
  26932. sectors
  26933. secure
  26934. securely
  26935. security
  26936. sedit
  26937. seedcfill
  26938. seeing
  26939. seems
  26940. seger
  26941. segment
  26942. segmented
  26943. segmenting
  26944. segments
  26945. seldom
  26946. select
  26947. selected
  26948. selecting
  26949. selection
  26950. selections
  26951. selective
  26952. selectively
  26953. selector
  26954. cpugestalt
  26955. crcpatch
  26956. crcpatch
  26957. folder
  26958. createalias
  26959. createalias
  26960. createcopy
  26961. createcopy
  26962. createcustomicon
  26963. createcustomicon
  26964. createfolder
  26965. createfolder
  26966. createmenuhelp
  26967. createmenuhelp
  26968. createthumbnail
  26969. createthumbnail
  26970. creating
  26971. creating
  26972. creating
  26973. pippin
  26974. cdroms
  26975. creation
  26976. creator
  26977. creator
  26978. registration
  26979. csmp-digest-readme
  26980. csmp-digest-readme
  26981. csmp-digest-v3-001
  26982. csmp-digest-v3-002
  26983. csmp-digest-v3-003
  26984. csmp-digest-v3-004
  26985. csmp-digest-v3-005
  26986. csmp-digest-v3-006
  26987. csmp-digest-v3-007
  26988. csmp-digest-v3-008
  26989. csmp-digest-v3-009
  26990. csmp-digest-v3-010
  26991. control
  26992. panel
  26993. controls
  26994. All Packages
  26995. F    QuickTimeO
  26996. Dev.CD Jan 94P
  26997. Dev.CD Jan 9V
  26998. 6364X
  26999. Jan 94
  27000. b--set theItem to choose file -- uncomment to test in an AS editor
  27001.     tell application "Finder"
  27002.         open item "Dev.CD Jan 94"
  27003.         activate
  27004.     end tell
  27005. on error errMsg number errNum
  27006.     --enter statements to perform when no records are found such as...
  27007.     display dialog "Sorry, the item you selected could not be found."
  27008.     return
  27009. end try
  27010. All Packages
  27011. F    QuickTimeO
  27012. Dev.CD Jan 94
  27013. Dev.CD Oct 93P
  27014. Dev.CD Jan 94
  27015. Dev.CD Oct 9V
  27016. 6365X
  27017. Jan 94
  27018. p--set theItem to choose file -- uncomment to test in an AS editor
  27019.     tell application "Finder"
  27020.         open item "Dev.CD Jan 94
  27021. Dev.CD Oct 93"
  27022.         activate
  27023.     end tell
  27024. on error errMsg number errNum
  27025.     --enter statements to perform when no records are found such as...
  27026.     display dialog "Sorry, the item you selected could not be found."
  27027.     return
  27028. end try
  27029. All Packages
  27030. F    QuickTimeV
  27031. 6366X
  27032. machine
  27033. o the madness.
  27034. MACINTOSH Q & A
  27035. Apple
  27036. s Developer Support Center answers queries about Macintosh product development.
  27037. THE VETERAN NEOPHYTE: Digital Karma by Joe Williams
  27038. An attempt to make an online society self-moderating raises some interesting questions and leads to some unexpected twists. Will people find ways to abuse digital karma? Yep.
  27039. NEWTON Q & A: ASK THE LLAMA
  27040. Answers to Newton-related development questions. Send in your own questions for a chance at a T-shirt.
  27041. KON & BAL
  27042. S PUZF
  27043. ZLE PAGE: AppendDITL Apoplexy by Martin-Gilles Lavoie & Bo3b Johnson
  27044. Two guest puzzlers take on a problem that, while innocuous on the surface, proves to be deep and dastardly. It involves dialog boxes. Need we say more?
  27045. JEdevelop Issue 29:
  27046. develop Issue 29 code:
  27047. develop Issue 29 references:K
  27048. Mar 97OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 29:PQDev.CD Dec 99 RL Disk 1
  27049.  - Technical Documentation
  27050.  - Develop
  27051.  - develop Issue 29
  27052. 6877X
  27053. Dec 99^    RL Disk 2
  27054. --set theItem to choose file -- uncomment to test in an AS editor
  27055.     tell application "Finder"
  27056.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:hardware:"
  27057.         activate
  27058.     end tell
  27059. on error errMsg number errNum
  27060.     --enter statements to perform when no records are found such as...
  27061.     display dialog "Sorry, the item you selected could not be found."
  27062.     return
  27063. end try
  27064. e    No Changef
  27065. Developer Notes
  27066. Hardware
  27067. Technical Publications
  27068. iBook
  27069. Power Macintosh
  27070. PowerBooks
  27071. Servers
  27072. Device Managers and Drivers
  27073. Updates
  27074. Printers
  27075. Desktops
  27076. Portablesq
  27077. Dev.CD Dec 99 RL Disk 2
  27078. All Packages
  27079. Technical Publications: Java
  27080. 6878X
  27081. update
  27082. runtime
  27083. architectures
  27084. runtime
  27085. 1.0.1b1c2
  27086. encodings
  27087. v1.4b6
  27088. macapp
  27089. developer
  27090. survey
  27091. macapp
  27092. r14d1
  27093. macbinary
  27094. maccalendar
  27095. maccalendar
  27096. 1.1b1
  27097. maccheck
  27098. maccheck
  27099. 1.0.4
  27100. korean
  27101. korean-language
  27102. kotoeri
  27103. kunicodetextrunheuri
  27104. kzoomlarger
  27105. label
  27106. labelmenu
  27107. labels
  27108. labels-like
  27109. labor
  27110. lands
  27111. language
  27112. language-neutral
  27113. languages
  27114. large
  27115. large
  27116. collection
  27117. tools
  27118. scripts
  27119. libraries
  27120. examples
  27121. larger
  27122. larkspur
  27123. laser
  27124. laserwriter
  27125. laserwriteriisc
  27126. laserwriters
  27127. lasso
  27128. lastly
  27129. laterapple
  27130. presents a C shell you can use to build your own high-performance ACGIs.
  27131. Using Newton Internet Enabler to Create a Web Server by Ray Rischspater
  27132. The Newton Internet Enabler (NIE) lets loose a veritable flood of possible applications by bringing the industry-standard TCP/IP protocol stack to the Newton platform. This article shows you the details of using NIE by presenting a simple Web server.
  27133. THE OPENDOC ROAD: Making the Most of Memory in OpenDoc by Troy Gaul and Vincent Lo
  27134. How to make e
  27135. fficient use of memory in the OpenDoc environment isn
  27136. t always obvious, but there are basic guidelines to help
  27137. PRINT HINTS: Sending PostScript Files to a LaserWriter by Dave Polaschek
  27138. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  27139. s the right way.
  27140. ACCORDING TO SCRIPT: User Interactions in Apple Event
  27141. Driven Applications 
  27142. How and when to interact with the user in response to Apple Events can be tricky, but there
  27143. s a method t
  27144. always
  27145. america
  27146.  application "Finder"
  27147.         open item "Dev.CD Nov 97 TC"
  27148.         activate
  27149.     end tell
  27150. on error errMsg number errNum
  27151.     --enter statements to perform when no records are found such as...
  27152.     display dialog "Sorry, the item you selected could not be found."
  27153.     return
  27154. end try
  27155. f--set theItem to choose file -- uncomment to test in an AS editor
  27156.     tell application "Finder"
  27157.         open item "Dev.CD Jan 96 SSW"
  27158.         activate
  27159.     end tell
  27160. on error errMsg number errNum
  27161.     --enter statements to perform when no records are found such as...
  27162.     display dialog "Sorry, the item you selected could not be found."
  27163.     return
  27164. end try
  27165. important
  27166. about
  27167. quicktime
  27168. important
  27169. about
  27170. sound
  27171. manager
  27172. important
  27173. information
  27174. about
  27175. imported
  27176. imported/exported
  27177. impractical
  27178. impression
  27179. improve
  27180. improved
  27181. *Summary: This folder contains tools that are useful in developing Apple event-aware applications.
  27182. Features: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  27183. AE Coercion INIT
  27184. AEGizmos 1.4.2
  27185. Aete Editor Stack 1.0b3
  27186. AETracker 3.0
  27187. AutoGuest
  27188. FKEYs
  27189. Macsbug Resources
  27190. OSL + Debug Hack 1.0b1
  27191. ResEdit 'aete' Editor 1.0b4
  27192. ResEdit 'scpt' Editor
  27193. SendAE MPW Tool 1.1
  27194. SendAE Test Tool 0.3
  27195. SignatureToApp 1.1
  27196. Tools
  27197. Read MeK
  27198. May 92L
  27199. May 95M.System 7.0 is required with the AEM extension.N
  27200. AE, Apple Events, AppleEventsODDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:PLDev.CD Feb 00 TC
  27201.  - Tool Chest
  27202.  - Interapplication Communication
  27203.  - AE Tools
  27204. clipboard
  27205. clipboard
  27206. magician
  27207. clipboard
  27208. clipinfo
  27209. clipinfo
  27210. clipping
  27211. clipping
  27212. extension
  27213. clippings
  27214. cliptopict
  27215. cliptopict
  27216. applications
  27217. appstogo
  27218. arabic
  27219. arabic
  27220. language
  27221. arabic
  27222. language
  27223. v1.0.1
  27224. architectures
  27225. archive
  27226. arpsample
  27227. artwork
  27228. market
  27229. guide
  27230. assist
  27231. assistant
  27232. async
  27233. async
  27234. driver
  27235. tester
  27236. asyncdriversample1.0
  27237. ataerrordetector
  27238. atrapper
  27239. audio
  27240. audio
  27241. palette
  27242. developer
  27243. audit
  27244. audit
  27245. aug-95
  27246. autoguest
  27247. autoguest
  27248. automation
  27249. automation
  27250. essentials
  27251. 2.3.0
  27252. emulator
  27253. backlight
  27254. backlight
  27255. control
  27256. balloony
  27257. bbedit
  27258. bbedit
  27259. betabase
  27260. binhex
  27261. bit-depth
  27262. bitblitz
  27263. bitblitz
  27264. bouncingsprites
  27265. bring-up
  27266. registration
  27267. requests
  27268. callfinder
  27269. window
  27270. wishes
  27271. wishing
  27272. withQ
  27273. 5893X
  27274. Dec 99^
  27275. --set theItem to choose file -- uncomment to test in an AS editor
  27276.     tell application "Finder"
  27277.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  3:"
  27278.         activate
  27279.     end tell
  27280. on error errMsg number errNum
  27281.     --enter statements to perform when no records are found such as...
  27282.     display dialog "Sorry, the item you selected could not be found."
  27283.     return
  27284. end try
  27285. Next CDq
  27286. Dev.CD Dec 99 RL
  27287. D(All Packages
  27288. Reference Library Edition
  27289. develop Issue  4
  27290. rminal emulation package called Surfer. 
  27291. Macintosh Display Card 8
  27292. 24 GC: The Naked Truth  by Guillermo Ortiz.  How to take advantage of the new card and its software and what to do if you haven
  27293. t already invested in offscreen calls.
  27294. Meet PrGeneral, the Trap That Makes the Most of the Printing Manager  by Pete 
  27295.  Alexander.  How to use the five opcodes available in order to enhance the power of the Printing Manager and solve special problems.
  27296. J(develop Issue  3:
  27297. develop Issue  3 code:K
  27298. Vol IIIL
  27299. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  3:PJDev.CD Dec 99 RL
  27300.  - Technical Documentation
  27301.  - develop
  27302.  - develop Issue  3S editor
  27303.     tell application "Finder"
  27304.         open item "Dev.CD Nov 96 TC"
  27305.         activate
  27306.     end tell
  27307. on error errMsg number errNum
  27308.     --enter statements to perform when no records are found such as...
  27309.     display dialog "Sorry, the item you selected could not be found."
  27310.     return
  27311. end try
  27312. All Packages
  27313. beaker
  27314. beard
  27315. beast
  27316. beasts
  27317. beautiful
  27318. became
  27319. because
  27320. bechtel
  27321. become
  27322. becoming
  27323. bedford
  27324. before
  27325. begin
  27326. beginning
  27327. behalf
  27328. behave
  27329. behavior
  27330. behaviors
  27331. between
  27332. beused
  27333. beware
  27334. hat aside from the compatibility code associated with HOSTED_BY_FONT_MISCREANT, this code roughly parallels what the popup menu CDEF (ID 63) does.
  27335. PowerMacOr68K:  This snippet shows how to determine whether you are running on a Power Macintosh or on a 680x0 Macintosh.  It also provides a method for determine exactly which type of processor is running. This works around an off-by-one error with gestaltNativeCPUType.
  27336. Prefs:  This Think C application displays a sample preferences dialog con
  27337. taining edit text, radio buttons, and a file selection button, and demonstrates storage of the item settings in a preferences file.
  27338. ProgressBars 1.0:  ProgressBars is a bares bones application that demonstrates two implementations of the progress bars found in many Macintosh applications, namely the standard progress bar and the barber pole.
  27339. readLocation:  This snippet shows how to retrieve the Map control panel settings for longitude and latitude and the time offset from GMT
  27340. Reinstalla
  27341. microphone
  27342. microphones
  27343. microprocessor
  27344. microprocessorsQ
  27345. microsystems
  27346. microtrends
  27347. middle
  27348. middleware
  27349. midiconverter
  27350. might
  27351. miller
  27352. million
  27353. millions
  27354. mimicks
  27355. mimics
  27356. minilauncher
  27357. minimal
  27358. minimising
  27359. minimize
  27360. minimum
  27361. training
  27362. using
  27363. verilog
  27364. useful
  27365. --set theItem to choose file -- uncomment to test in an AS editor
  27366.     tell application "Finder"
  27367.         open item "Dev.CD Apr 94
  27368. Dev.CD Jan 94
  27369. Dev.CD Oct 93
  27370. Dev.CD Jul 93
  27371. Dev.CD Apr 93"
  27372.         activate
  27373.     end tell
  27374. on error errMsg number errNum
  27375.     --enter statements to perform when no records are found such as...
  27376.     display dialog "Sorry, the item you selected could not be found."
  27377.     return
  27378. end try
  27379. counter
  27380. counterpart
  27381. counterparts
  27382. countersQ
  27383. counting
  27384. country
  27385. counts
  27386. couple
  27387. course
  27388. courses
  27389. courseware
  27390. cover
  27391. coverage
  27392. covered
  27393. covers
  27394. cplustesample
  27395. 5725X
  27396. Dec 99^
  27397. --set theItem to choose file -- uncomment to test in an AS editor
  27398.     tell application "Finder"
  27399.         open item "Dev.CD Dec 99 RL:Utilities:AdobeAcrobat ExchangeLE 2.0.1r3:"
  27400.         activate
  27401.     end tell
  27402. on error errMsg number errNum
  27403.     --enter statements to perform when no records are found such as...
  27404.     display dialog "Sorry, the item you selected could not be found."
  27405.     return
  27406. end try
  27407. Deletedf$Acrobat
  27408. Exchange LE
  27409. Adobe
  27410. Readerq
  27411. Dev.CD Dec 99 RL
  27412. All Packages
  27413. Adobe Acrobat Reader
  27414. 5726X
  27415. sample shows how to make use of MacApp 3.0 Behaviors, how to create them, how behaviors could control window information, track events, and also spawn off other behaviors.
  27416. PICTDialog:  This MacApp sample shows how easy it is to include PICT resources in modal dialogs.
  27417. RemoveVMSVersionNumbers:  This MPW script removes VMS style version number extensions from file  names.
  27418. ScreenShots from MacsBug:  It is possible to take a screen shot 
  27419. j--set theItem to choose file -- uncomment to test in an AS editor
  27420.     tell application "Finder"
  27421.         open item "Dev.CD Jul 98 SSW/SDK"
  27422.         activate
  27423.     end tell
  27424. on error errMsg number errNum
  27425.     --enter statements to perform when no records are found such as...
  27426.     display dialog "Sorry, the item you selected could not be found."
  27427.     return
  27428. end try
  27429. C:Tool Chest:Networking:SNMP:SNMP Development:"
  27430.         activate
  27431.     end tell
  27432. on error errMsg number errNum
  27433.     --enter statements to perform when no records are found such as...
  27434.     display dialog "Sorry, the item you selected could not be found."
  27435.     return
  27436. end try
  27437. e    No Changef
  27438. Network Managementq
  27439. Dev.CD Feb 00 TC
  27440. D!All Packages
  27441. Mac OS SDK Edition
  27442. SOMobjects
  27443.  for Mac OS
  27444. cation that allows you to add copywrite information to a movie or view it if it already exists.
  27445. Things!:   Things!  queries the Component Manager about what IT thinks is lying around your system, and then displays the info for you.
  27446. ComboWalker
  27447. Digitizers
  27448. DrawTextCodec Example
  27449. Dumpster
  27450. GetInfo Init
  27451. GrabGuy b15
  27452. MovieShop
  27453. QuickTime XCMDs 
  27454. Reinstaller
  27455. Set Movie Info
  27456. Things!K
  27457. Jul 92M7Color capable Mac (68020 or above), hard disk, 4 mb RAMO6Dev.CD Feb 00 TC:Tool Chest:QuickTime:QuickTime Tools:P>Dev.CD Feb 00 TC
  27458.  - Tool Chest
  27459.  - QuickTime
  27460.  - QuickTime Tools
  27461. discusses
  27462. apple's
  27463. creating@
  27464. summary
  27465. folder
  27466. contains
  27467. complete
  27468. information
  27469. develop@
  27470. Dev.CD Jul 96 SSV
  27471. 5510X
  27472. Jul 96
  27473. f--set theItem to choose file -- uncomment to test in an AS editor
  27474.     tell application "Finder"
  27475.         open item "Dev.CD Jul 96 SSW"
  27476.         activate
  27477.     end tell
  27478. on error errMsg number errNum
  27479.     --enter statements to perform when no records are found such as...
  27480.     display dialog "Sorry, the item you selected could not be found."
  27481.     return
  27482. end try
  27483. All Packages
  27484. 7.5.2 (PB 5300/2300/190)O
  27485. Dev.CD Jul 96 SSWP
  27486. Dev.CD Jul 96 SSV
  27487. 5511X
  27488. Jul 96
  27489. f--set theItem to choose file -- uncomment to test in an AS editor
  27490.     tell application "Finder"
  27491.         open item "Dev.CD Jul 96 SSW"
  27492.         activate
  27493.     end tell
  27494. on error errMsg number errNum
  27495.     --enter statements to perform when no records are found such as...
  27496.     display dialog "Sorry, the item you selected could not be found."
  27497.     return
  27498. end try
  27499. All Packages
  27500. 7.5.2 (PB 5300/2300/190)O
  27501. Dev.CD Jul 96 SSWP
  27502. Dev.CD Jul 96 SSV
  27503. 5512X
  27504. Jul 96
  27505. et theItem to choose file -- uncomment to test in an AS editor
  27506.     tell application "Finder"
  27507.         open item "Dev.CD Apr 94
  27508. Dev.CD Jan 94
  27509. Dev.CD Oct 93"
  27510.         activate
  27511.     end tell
  27512. on error errMsg number errNum
  27513.     --enter statements to perform when no records are found such as...
  27514.     display dialog "Sorry, the item you selected could not be found."
  27515.     return
  27516. end try
  27517. findchange
  27518. finder
  27519. finder's
  27520. finder-like
  27521. finderdragpro
  27522. finderevents
  27523. firstly
  27524. fixed
  27525. fixes
  27526. All Packages
  27527. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  27528. Dev.CD Jan 94
  27529. Dev.CD Oct 93P(Dev.CD Apr 94
  27530. Dev.CD Jan 94
  27531. Dev.CD Oct 9V
  27532. 6779X
  27533. Apr 94
  27534. ~--set theItem to choose file -- uncomment to test in an AS editor
  27535.     tell application "Finder"
  27536.         open item "Dev.CD Apr 94
  27537. Dev.CD Jan 94
  27538. Dev.CD Oct 93"
  27539.         activate
  27540.     end tell
  27541. on error errMsg number errNum
  27542.     --enter statements to perform when no records are found such as...
  27543.     display dialog "Sorry, the item you selected could not be found."
  27544.     return
  27545. end try
  27546. All Packages
  27547. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  27548. Dev.CD Jan 94
  27549. Dev.CD Oct 93P(Dev.CD Apr 94
  27550. Dev.CD Jan 94
  27551. Dev.CD Oct 9V
  27552. 6780X
  27553. Apr 94
  27554. pause
  27555. audit
  27556. audited
  27557. auditing
  27558. aug-95
  27559. august
  27560. aurp-speaking
  27561. authenticate
  27562. authenticated
  27563. authentication
  27564. authenticator
  27565. author
  27566. Summary: This is the electronic version of develop magazine.
  27567.  Issue 3 highlights:
  27568. CD-ROM: The Cutting Edge  by Mark B. Johnson.  How you can take best advantage of CD-ROM technology and what the trade-offs are.
  27569. The Ins and Outs of ISO 9660 and High Sierra  by Brian Bechtel.  The two standard file formats for CD-ROM discs, how they relate to the Macintosh
  27570. s native file format, and how to implement them.
  27571. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  27572. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  27573. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  27574. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  27575. system
  27576. summary
  27577. communications
  27578. toolbox
  27579. contains@
  27580. summary
  27581. issue
  27582. apple
  27583. directions
  27584. developer
  27585. summary
  27586. thread
  27587. manager
  27588. system
  27589. extension
  27590. which
  27591. summary
  27592. these
  27593. applications
  27594. demonstrate
  27595. write
  27596. backgr@
  27597. summary
  27598. application
  27599. exercises
  27600. copybits
  27601. copymask
  27602. summary
  27603. document
  27604. contains
  27605. helpful
  27606. converti@
  27607. summary
  27608. document
  27609. discusses
  27610. apple's
  27611. creating@
  27612. summary
  27613. folder
  27614. contains
  27615. complete
  27616. information
  27617. develop@
  27618. summary
  27619. folder
  27620. contains
  27621. net-install
  27622. apple's
  27623. typographic
  27624. typography
  27625. ucgetcharproperty
  27626. udpsample
  27627. ufailure
  27628. library
  27629. ukrainian
  27630. ultimately
  27631. un/mount
  27632. unable
  27633. unaffected
  27634. unbeknownst
  27635. unclear
  27636. uncompiled
  27637. uncompressed
  27638. unconditionally
  27639. s and puntuation marks.
  27640. Recognize
  27641. System Enabler 065 (LC 575)O
  27642. Dev.CD Apr 94
  27643. Dev.CD Jan 94P
  27644. Dev.CD Apr 94
  27645. Dev.CD Jan 9V
  27646. 6714X
  27647. Apr 94
  27648. p--set theItem to choose file -- uncomment to test in an AS editor
  27649.     tell application "Finder"
  27650.         open item "Dev.CD Apr 94
  27651. Dev.CD Jan 94"
  27652.         activate
  27653.     end tell
  27654. on error errMsg number errNum
  27655.     --enter statements to perform when no records are found such as...
  27656.     display dialog "Sorry, the item you selected could not be found."
  27657.     return
  27658. end try
  27659. All Packages
  27660. System Enabler 065 (LC 575)O
  27661. Dev.CD Apr 94
  27662. Dev.CD Jan 94P
  27663. Dev.CD Apr 94
  27664. Dev.CD Jan 9V
  27665. 6715X
  27666. Apr 94
  27667. p--set theItem to choose file -- uncomment to test in an AS editor
  27668.     tell application "Finder"
  27669.         open item "Dev.CD Apr 94
  27670. Dev.CD Jan 94"
  27671.         activate
  27672.     end tell
  27673. on error errMsg number errNum
  27674.     --enter statements to perform when no records are found such as...
  27675.     display dialog "Sorry, the item you selected could not be found."
  27676.     return
  27677. end try
  27678. nto multiple-node movies. Use the QTVR 1.0 Authoring Tools Suite available in the Apple Developer Catalog for these purposes. 
  27679. The folders Make QTVR Object 1.0b2 and Make QTVR Panorama 1.0b2 contain the source code for the QuickTime VR beta-level, unsupported tools Make QTVR Object and Make QTVR Panorama. This source code is an example of how to use the file format information described in Apple Technote 1035, QuickTime VR 1.0 Panorama Movie File Format, and Apple Technote 1036, QuickTimeD
  27680.  VR 1.0 Object Movie File Format. 
  27681. This code:
  27682.  Is beta-level and unsupported. 
  27683.  Is available as a pair of MPW Projector databases or as individual files. 
  27684. Issues:  These are beta-level tools and are unsupported. 
  27685. J'Sample Code.img
  27686. Windows Sample Code.imgK
  27687. Jun 96M
  27688. These tools run on a Macintosh and require several megabytes of free memory -- the larger the files to be created, the more memory is required.   The code requires a Macintosh and an appropriate development environment.
  27689. soliciting
  27690. solid
  27691. solution
  27692. solutions
  27693. solve
  27694. solved
  27695. solves
  27696. rting
  27697. sound
  27698. sounds
  27699. soundsprocket
  27700. source
  27701. source-code
  27702. 8.0.1
  27703. 8.1.2
  27704. 8.3.4
  27705. 8.4.1
  27706. Deletedq
  27707. Dev.CD Dec 99 RL
  27708. All Packages
  27709. System UpdateO
  27710. Dev.CD Oct 94P
  27711. Dev.CD Oct 9V
  27712. 6849X
  27713. Oct 94
  27714. b--set theItem to choose file -- uncomment to test in an AS editor
  27715.     tell application "Finder"
  27716.         open item "Dev.CD Oct 94"
  27717.         activate
  27718.     end tell
  27719. on error errMsg number errNum
  27720.     --enter statements to perform when no records are found such as...
  27721.     display dialog "Sorry, the item you selected could not be found."
  27722.     return
  27723. end try
  27724. All Packages
  27725. System UpdateO)Dev.CD Oct 94
  27726. Dev.CD Apr 94
  27727. Dev.CD Jan 94P(Dev.CD Oct 94
  27728. Dev.CD Apr 94
  27729. Dev.CD Jan 9V
  27730. 6850X
  27731. Oct 94
  27732. ~--set theItem to choose file -- uncomment to test in an AS editor
  27733.     tell application "Finder"
  27734.         open item "Dev.CD Oct 94
  27735. Dev.CD Apr 94
  27736. Dev.CD Jan 94"
  27737.         activate
  27738.     end tell
  27739. on error errMsg number errNum
  27740.     --enter statements to perform when no records are found such as...
  27741.     display dialog "Sorry, the item you selected could not be found."
  27742.     return
  27743. end try
  27744. 5894X
  27745. Dec 99^
  27746. --set theItem to choose file -- uncomment to test in an AS editor
  27747.     tell application "Finder"
  27748.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  4:"
  27749.         activate
  27750.     end tell
  27751. on error errMsg number errNum
  27752.     --enter statements to perform when no records are found such as...
  27753.     display dialog "Sorry, the item you selected could not be found."
  27754.     return
  27755. end try
  27756. Next CDq
  27757. Dev.CD Dec 99 RL
  27758. D(All Packages
  27759. Reference Library Edition
  27760. develop Issue  5
  27761. y 98 TV
  27762. 2154X
  27763. May 98
  27764. e--set theItem to choose file -- uncomment to test in an AS editor
  27765.     tell application "Finder"
  27766.         open item "Dev.CD May 98 TC"
  27767.         activate
  27768.     end tell
  27769. on error errMsg number errNum
  27770.     --enter statements to perform when no records are found such as...
  27771.     display dialog "Sorry, the item you selected could not be found."
  27772.     return
  27773. end try
  27774. All Packages
  27775. Chinese Language Kit UpdaterV
  27776. 2155X
  27777. alexander
  27778. algorithm
  27779. algorithms
  27780. alias
  27781. aliases
  27782. aliens
  27783. aligned
  27784. alignment
  27785. alive
  27786. metrowerks
  27787. pascal
  27788. source
  27789. included
  27790. r  by Matt Deatherage.   An explanation of the mysteries of the printer driver:  what it does, how it does  it, and how to write one.  A sample printer driver is provided.
  27791. J(develop Issue  4:
  27792. develop Issue  4 code:K
  27793. Vol IIIL
  27794. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  4:PJDev.CD Dec 99 RL
  27795.  - Technical Documentation
  27796.  - develop
  27797.  - develop Issue  495"
  27798.         activate
  27799.     end tell
  27800. on error errMsg number errNum
  27801.     --enter statements to perform when no records are found such as...
  27802.     display dialog "Sorry, the item you selected could not be found."
  27803.     return
  27804. end try
  27805. All Packages
  27806. ChineseTalk 6.0.3O
  27807. Dev CD Vol. V
  27808. Dev CD Vol. IVP
  27809. Dev CD Vol. V
  27810. Dev CD Vol. IV
  27811. 2156X
  27812. Vol. V
  27813. r--set theItem to choose file -- uncomment to test in an AS editor
  27814.     tell application "Finder"
  27815.         open item "Dev.CD Vol. VII
  27816. Dev CD Vol. V"
  27817.         activate
  27818.     end tell
  27819. on error errMsg number errNum
  27820.     --enter statements to perform when no records are found such as...
  27821.     display dialog "Sorry, the item you selected could not be found."
  27822.     return
  27823. end try
  27824. es: Virtual User (FAT application, Sys 9.0 compatible);  Agent VU (enabling system extension); documents; examples.
  27825. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  27826. Target machines:  Mac SE or later, 4 MB memory or greater.  System 6.5 or later (System 7.0 or later preferred).  VU External Tools require System 7.0 or later.
  27827. Virtual User is a host-target based testing system.  At least 2 machines (1 host, many targets) are necessary to perform any testing with Virtual User, and all machines must be connected via an AppleTalk network (TCP/
  27828. 6522X
  27829. Feb 00^
  27830. r--set theItem to choose file -- uncomment to test in an AS editor
  27831.     tell application "Finder"
  27832.         open item "Dev.CD Feb 00 TC:Sample Code:"
  27833.         activate
  27834.     end tell
  27835. on error errMsg number errNum
  27836.     --enter statements to perform when no records are found such as...
  27837.     display dialog "Sorry, the item you selected could not be found."
  27838.     return
  27839. end try
  27840. e    No Changeq
  27841. Dev.CD Feb 00 TC
  27842. 4D!All Packages
  27843. Tool Chest Edition
  27844. (** = new, * = revised)
  27845. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  27846. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  27847. BusErrorTest:  ShowsErrorTest:  Show
  27848. 6523X
  27849. Summary: This is the electronic version of develop magazine.
  27850.  Issue 4 highlights:
  27851. Writing a Device Driver in C++ (What? In C++?)  by Tim Enwall.   How to capitalize on the advantages of a higher level language and avoid some of the pitfalls you may encounter if you write a driver in C++, including a complete example of a device driver in C++.
  27852. Polymorphic Code Resources in C++  by Patrick C. Beard.   A method of
  27853.  implementing polymorphism in stand-alone C++ code resources, illustrated b
  27854. y a window definition function that uses polymorphism.
  27855. Inside the Macintosh Coprocessor Platform and A/ROSE  by Joseph Maurer.   An  introduction to the basics of the Macintosh NuBus card and A/ROSE (the Apple Real-time Operating System Environment).
  27856. The Perils of PostScript
  27857. The Sequel  by Scott 
  27858.  Zimmerman.   A description of some gotchas that can occur when you use PostScript dictionaries in applications, and ways to work around them. 
  27859. Driving to Print:  An Apple IIGS Printer Drive
  27860. number
  27861. numbers
  27862. numerals
  27863. numeric
  27864. numerics
  27865. numerous
  27866. nvram
  27867. nvramrc
  27868. object
  27869. object-based
  27870. object-bases
  27871. object-oriented
  27872. objective
  27873. objective-c
  27874. objects
  27875. KD!All Packages
  27876. Tool Chest Edition
  27877. StopXPP dcmdI
  27878. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  27879. Networks.img
  27880. kleiman
  27881. knife
  27882. knowing
  27883. knowledgable
  27884. knowledge
  27885. known
  27886. knows
  27887. knowspict
  27888. kodom
  27889. konstantin
  27890. J(develop Issue  5:
  27891. develop Issue  5 code:K
  27892. Vol IIIL
  27893. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  5:PJDev.CD Dec 99 RL
  27894.  - Technical Documentation
  27895.  - develop
  27896.  - develop Issue  5PowerMac 9500/200,9500/180,9500/132,8600/300,8550/132  8500/180,8500/120,8100/100AV,8100/80,7500/100,
  27897. 7300,7200/120,7200/90,6500/275,6400,6150,5300/
  27898. 100LC,4400/200,MT G3/266,DT G3/233,G3 all-in-one
  27899.   iMac
  27900.   PowerBook 5300c/100,5300ce/117,3400/200,Duo 2300, 1400,
  27901.   G3/266,20th Anniversay Mac
  27902. Keychain SDK.imgK
  27903. Oct 98M:AppleShare client 3.8, Appearance Manager 1.0.2 or later.
  27904. N0keychain, password storage, passphrase, passwordO7Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:P<Dev.CD Jan 99 SDK1
  27905.  - Development Kits
  27906.  - Keychain SDK 1.0.10 TC
  27907.  - Tool Chest
  27908.  - Localization
  27909.  - cihuiV
  27910. 2160X
  27911. Feb 00^
  27912. 5895X
  27913. Dec 99^
  27914. --set theItem to choose file -- uncomment to test in an AS editor
  27915.     tell application "Finder"
  27916.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  5:"
  27917.         activate
  27918.     end tell
  27919. on error errMsg number errNum
  27920.     --enter statements to perform when no records are found such as...
  27921.     display dialog "Sorry, the item you selected could not be found."
  27922.     return
  27923. end try
  27924. Next CDq
  27925. Dev.CD Dec 99 RL
  27926. D(All Packages
  27927. Reference Library Edition
  27928. develop Issue  6
  27929.     es demonstrated
  27930.    Checking in a PowerPC native application if a system feature is available from a weak linked shared library as Gestalt() doesn't always provide the correct response.
  27931.    The implementation of the Dialog manager GetStdFilterProc() and SetDialogDefaultItem() functions to provide default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since
  27932. difficult
  27933. application
  27934. support
  27935. features
  27936.  filesK
  27937. Jan 98
  27938. b--set theItem to choose file -- uncomment to test in an AS editor
  27939.     tell application "Finder"
  27940.         open item "Dev.CD Jul 94"
  27941.         activate
  27942.     end tell
  27943. on error errMsg number errNum
  27944.     --enter statements to perform when no records are found such as...
  27945.     display dialog "Sorry, the item you selected could not be found."
  27946.     return
  27947. end try
  27948. not be found."
  27949.     return
  27950. end try
  27951. damentally
  27952. further
  27953. future
  27954. futures
  27955. g3-class
  27956. g3/233
  27957. g3/266
  27958. g3/26620th
  27959. gadgets
  27960. gaining
  27961. gains
  27962. games
  27963. garbage
  27964. gateway
  27965. gateways
  27966. gather
  27967. gathering
  27968. gearing
  27969. gelphman
  27970. gemma
  27971. general
  27972. generally
  27973. generate
  27974. Jul 95
  27975. b--set theItem to choose file -- uncomment to test in an AS editor
  27976.     tell application "Finder"
  27977.         open item "Dev.CD Jul 95"
  27978.         activate
  27979.     end tell
  27980. on error errMsg number errNum
  27981.     --enter statements to perform when no records are found such as...
  27982.     display dialog "Sorry, the item you selected could not be found."
  27983.     return
  27984. end try
  27985. All Packages
  27986. System 7.5 Update 1.0O
  27987. Dev.CD Jul 95P
  27988. Dev.CD Jul 9V
  27989. 6602X
  27990. Jul 95
  27991. b--set theItem to choose file -- uncomment to test in an AS editor
  27992.     tell application "Finder"
  27993.         open item "Dev.CD Jul 95"
  27994.         activate
  27995.     end tell
  27996. on error errMsg number errNum
  27997.     --enter statements to perform when no records are found such as...
  27998.     display dialog "Sorry, the item you selected could not be found."
  27999.     return
  28000. end try
  28001. All Packages
  28002. System 7.5 Update 1.0O
  28003. Dev.CD Jul 95P
  28004. Dev.CD Jul 9V
  28005. 6603X
  28006. Jul 95
  28007. code-like
  28008. viable
  28009. video
  28010. videotape
  28011. viewed
  28012. viewer
  28013. viewing
  28014. views
  28015. vincent
  28016. virtual
  28017. virtual
  28018. primary
  28019. apple
  28020. computer
  28021. virtually
  28022. viruses
  28023. visemrj
  28024. visibility
  28025. visible
  28026. visigenic
  28027. we're
  28028. we've
  28029. weather
  28030. chinese
  28031. chiropractic
  28032. chock
  28033. choice
  28034. choices
  28035. choose
  28036. chooser
  28037. chooses
  28038. choosing
  28039. christine
  28040. chromakey
  28041. chromakeying
  28042. chromakeymovie
  28043. chromakeymovie
  28044. chromakey
  28045. movie
  28046. simple
  28047. application
  28048. which
  28049. chunks
  28050. cicn's
  28051. cincludes
  28052. circumstances
  28053. clauses
  28054. clean
  28055. cleaner
  28056. clear
  28057. clearly
  28058. click
  28059. click-dragging
  28060. clicking
  28061. clicks
  28062. client
  28063. client-server
  28064. client/server
  28065. clipboard
  28066. clipper
  28067. clipping
  28068. clock
  28069. clocksW
  28070. close
  28071. closed
  28072. clouseau
  28073. clues
  28074. clusters
  28075. cmd-opt-o-f
  28076. Summary: This is the electronic version of develop magazine.
  28077.  Issue 5 highlights:
  28078. Asynchronous Background Networking on the Macintosh by Harry Chesley.   A MacApp class for handling asynchronous network activities, used in an application that propagates messages among machines on the AppleTalk network.
  28079. Scanning from ProDOS  by Matt Gulick.   Including support for the Apple Scanner in your Apple II applications: it
  28080. s easier than you think. 
  28081. Print Hints with Luke & Zz   Tips and tricks 
  28082. from the print masters. This time: a cautionary fable, and a little known constant.
  28083. Palette Manager Animation  by Rich Collyer.   Techniques for color table animation are presented, along with some of the newer features of the Palette Manager and the reasons you should use it. 
  28084. The Power of Macintosh Common Lisp  by Ruben Kleiman.   An introduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  28085. Vol IIIL
  28086. Jun 95
  28087. target
  28088. tcp/ip
  28089. administration
  28090. image
  28091. tcp/ip
  28092. connection
  28093. image
  28094. tcp/ip
  28095. mib-ii
  28096. alias
  28097. technical
  28098. technique
  28099. techniques
  28100. technotes
  28101. techpubsfeedback
  28102. techpubsfeedback
  28103. techpubsfind
  28104. techpubsfind
  28105. techqa
  28106. techqa
  28107. shtml
  28108. telecom
  28109. telephone
  28110. telephone
  28111. manager
  28112. telephony
  28113. telephony
  28114. suite
  28115. template
  28116. template
  28117. terminology
  28118. terminology
  28119. script
  28120. target
  28121. test3dsound
  28122. testbanks
  28123. testbanks
  28124. testcpp
  28125. testhooks
  28126. testhooks
  28127. testhooks
  28128. testhooks
  28129. testhooks
  28130. makeout
  28131. testing
  28132. testmagic
  28133. testmagic
  28134. tests
  28135. testvrmedia
  28136. testvrmedia
  28137. encoding
  28138. converter
  28139. issue
  28140. highlights
  28141. issue
  28142. highlights
  28143. issue
  28144. highlights
  28145. issue
  28146. highlights
  28147. issue
  28148. highlights
  28149. issues
  28150. issues
  28151. compiles
  28152. issues
  28153. utility
  28154. compatible
  28155. system
  28156. 5729X
  28157. Feb 00^
  28158. --set theItem to choose file -- uncomment to test in an AS editor
  28159.     tell application "Finder"
  28160.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:"
  28161.         activate
  28162.     end tell
  28163. on error errMsg number errNum
  28164.     --enter statements to perform when no records are found such as...
  28165.     display dialog "Sorry, the item you selected could not be found."
  28166.     return
  28167. end try
  28168. e    No Changef
  28169. Apple Events
  28170. AppleEventsq
  28171. Dev.CD Feb 00 TC
  28172. AE User Terminology 3/92I
  28173. Summary: This folder contains the Apple Event User Terminology resource.
  28174. Features: This package contains the "Terminology Dev Note 3/92" and files needed for adding the 'aeut' to your application.J
  28175. AETE ResEdit Template
  28176. AEUserTermTypes.r
  28177. aeut resource
  28178. AppleEventTypes.h
  28179. EnglishMiscellaneous.r
  28180. EnglishMiscellaneous.rsrc
  28181. EnglishTerminology.r
  28182. EnglishTerminology.rsrc
  28183. Terminology Dev Note 3/92K
  28184. May 92L
  28185. May 94M
  28186. System 7.0N
  28187. AE, Apple Events, AppleEventsents, AppleEvents
  28188. summary
  28189. stack
  28190. contains
  28191. collection
  28192. apple
  28193. event
  28194. summary
  28195. stack
  28196. allow
  28197. users
  28198. register
  28199. creator
  28200. summary
  28201. submission
  28202. contains
  28203. virtual
  28204. external
  28205. summary
  28206. application
  28207. demonstrates
  28208. debugging
  28209. performance
  28210. power
  28211. powerpc
  28212. emulator
  28213. declaration
  28214. decompress
  28215. cumentation
  28216. publications
  28217. technical
  28218. publications
  28219. developers
  28220. development
  28221. device
  28222. device
  28223. driver
  28224. block
  28225. storage
  28226. drive
  28227. gestalt
  28228. cd-rom
  28229. devnotes
  28230. dialog
  28231. dictation
  28232. interleaving
  28233. memory
  28234. configuration
  28235. disassembler
  28236. disassembly
  28237. utility
  28238. drive
  28239. setup
  28240. display
  28241. display
  28242. manager
  28243. resolution
  28244. screen
  28245. monitor
  28246. pixel
  28247. depth
  28248. display
  28249. manager
  28250. window
  28251. arrangement
  28252. display
  28253. pixel
  28254. depth
  28255. disposeresource
  28256. packages
  28257. produce
  28258. producer
  28259. produces
  28260. module
  28261. product
  28262. production
  28263. productivity
  28264. products
  28265. professional
  28266. professionals
  28267. profile
  28268. profile's
  28269. profiler
  28270. profilerenamer
  28271. profiles
  28272. profit
  28273. profound
  28274. progammer's
  28275. programQ
  28276. program
  28277. sample
  28278. demonstrate
  28279. apple
  28280. events
  28281. program's
  28282. programatically
  28283. OUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:PcDev.CD Feb 00 TC
  28284.  - What's New?
  28285.  - Sample Code
  28286.  - QuickTime
  28287.  - QuickTime for Java
  28288.  - QTSimpleAppletV
  28289. 6244X
  28290. Feb 00^
  28291. --set theItem to choose file -- uncomment to test in an AS editor
  28292.     tell application "Finder"
  28293.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:"
  28294.         activate
  28295.     end tell
  28296. on error errMsg number errNum
  28297.     --enter statements to perform when no records are found such as...
  28298.     display dialog "Sorry, the item you selected could not be found."
  28299.     return
  28300. end try
  28301. New Packagef
  28302. QuickTime
  28303. Dev.CD Feb 00 TC
  28304. D.All Packages
  28305. Tool Chest Edition
  28306. New & RevisedF
  28307. QTStreamingAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  28308. J*AppletTag.js
  28309. classes
  28310. README.txt
  28311. sa.bat
  28312. Feb 00
  28313. :Sample Code:QuickTime:QuickTime for Java:QTStreamingApplet:V
  28314. 6245X
  28315. New Package
  28316. 7.5O)Dev.CD Jul 95
  28317. Dev.CD Apr 95
  28318. Dev.CD Jan 95P(Dev.CD Jul 95
  28319. Dev.CD Apr 95
  28320. Dev.CD Jan 9
  28321. hidemenubar
  28322. hidemenubaretc
  28323. hiding
  28324. hierarchical
  28325. hiermenus
  28326. hifi-color
  28327. high-end
  28328. high-level
  28329. high-performance
  28330. high-quality
  28331. high-visibility
  28332. higher
  28333. higher-quality
  28334. highest
  28335. highlighting
  28336. highlights
  28337. highly
  28338. highly-successful
  28339. hilighted
  28340. hilighting
  28341. hilite
  28342. hindi
  28343. however
  28344. --set theItem to choose file -- uncomment to test in an AS editor
  28345.     tell application "Finder"
  28346.         open item "Dev.CD Apr 94
  28347. Dev.CD Jan 94
  28348. Dev.CD Oct 93
  28349. Dev.CD Jul 93
  28350. Dev.CD Apr 93"
  28351.         activate
  28352.     end tell
  28353. on error errMsg number errNum
  28354.     --enter statements to perform when no records are found such as...
  28355.     display dialog "Sorry, the item you selected could not be found."
  28356.     return
  28357. end try
  28358. rds are found such as...
  28359.     display dialog "Sorry, the item you selected could not be found."
  28360.     return
  28361. end try
  28362. e    No Changeq
  28363. Dev.CD Feb 00 TC
  28364. ColorPicker 2.1.1 SDKI
  28365. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  28366. Features: No new features- only bug fixesJ
  28367. Color Picker SDK.sitK
  28368. Aug 97L
  28369. Jan 98N
  28370. Color Picker 2.1.1OADev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Jan 00 SDK1
  28371.  - Development Kits
  28372.  - Mac OS
  28373.  - ColorPicker 2.1.1 SDKV
  28374. 2164X
  28375. Jan 00^
  28376. Jan 00^
  28377. e    No Change
  28378. --set theItem to choose file -- uncomment to test in an AS editor
  28379.     tell application "Finder"
  28380.         open item "Dev.CD Apr 94
  28381. Dev.CD Jan 94
  28382. Dev.CD Oct 93
  28383. Dev.CD Jul 93
  28384. Dev.CD Apr 93"
  28385.         activate
  28386.     end tell
  28387. on error errMsg number errNum
  28388.     --enter statements to perform when no records are found such as...
  28389.     display dialog "Sorry, the item you selected could not be found."
  28390.     return
  28391. end try
  28392. p--set theItem to choose file -- uncomment to test in an AS editor
  28393.     tell application "Finder"
  28394.         open item "Dev.CD Jan 94
  28395. Dev.CD Oct 93"
  28396.         activate
  28397.     end tell
  28398. on error errMsg number errNum
  28399.     --enter statements to perform when no records are found such as...
  28400.     display dialog "Sorry, the item you selected could not be found."
  28401.     return
  28402. end try
  28403. hardware
  28404. developer
  28405. documentation
  28406. developer
  28407. notes
  28408. devnotes
  28409. heaps
  28410. hebrew
  28411. hierarchical
  28412. sub-menus
  28413. helper
  28414. menubar
  28415. corners
  28416. desktop
  28417. finder
  28418. grayrgn
  28419. hierarchical
  28420. level
  28421. toolbox
  28422. morefiles
  28423. moreisbetter
  28424. wrapper
  28425. hp-ux
  28426. htmlrenderinglib
  28427. packages
  28428. htmlrenderinglib
  28429. human
  28430. 5896X
  28431. Dec 99^
  28432. --set theItem to choose file -- uncomment to test in an AS editor
  28433.     tell application "Finder"
  28434.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  6:"
  28435.         activate
  28436.     end tell
  28437. on error errMsg number errNum
  28438.     --enter statements to perform when no records are found such as...
  28439.     display dialog "Sorry, the item you selected could not be found."
  28440.     return
  28441. end try
  28442. Next CDq
  28443. Dev.CD Dec 99 RL
  28444. D(All Packages
  28445. Reference Library Edition
  28446. develop Issue  7
  28447.         return
  28448. end try
  28449. Movedf"quicktime jpeg compress decompressq
  28450. Dev.CD Feb 00 TC
  28451. #D!All Packages
  28452. Tool Chest Edition
  28453. JSaverI
  28454. JSaver is a Screen Saver module for Berkeley Systems After Dark package that uses the JManager API to run Java applets as screen saver modules.  
  28455. JManager APIs
  28456. Fat CFM code resources
  28457. JavaJ'Sample Code.img
  28458. Windows Sample Code.imgK
  28459. Aug 97:Sample Code:V
  28460. 4159X
  28461. 1e    No Change
  28462. --set theItem to choose file -- uncomment to test in an AS editor
  28463.     tell application "Finder"
  28464.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:"
  28465.         activate
  28466.     end tell
  28467. on error errMsg number errNum
  28468.     --enter statements to perform when no records are found such as...
  28469.     display dialog "Sorry, the item you selected could not be found."
  28470.     return
  28471. end try
  28472.     C9ome solutions. Also sharks, surfboards, and surfer dudes.
  28473. J(develop Issue  6:
  28474. develop Issue  6 code:K
  28475. Vol IIIL
  28476. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  6:PJDev.CD Dec 99 RL
  28477.  - Technical Documentation
  28478.  - develop
  28479.  - develop Issue  6 form of global event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  28480. JejGNE Helper.68K.cw7.
  28481. jGNE Helper.68K.tpm7.
  28482. jGNE Helper.c
  28483. MW jGNE Helper
  28484. native jGNE
  28485. TPM jGNE HelperK
  28486. Mar 96MNAny Macintosh; Metrowerks CodeWarrior CW7 or Symantec THINK Project Manager 7.N6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperO5Dev.CD Feb 00 TC:Tool Chest:OS Utilities:jGNE Helper:P=Dev.CD Feb 00 TC
  28487.  - Tool Chest
  28488.  - OS Utilities
  28489.  - jGNE Helper
  28490. developer
  28491. developer
  28492. forms
  28493. developer
  28494. notes
  28495. update
  28496. developer's
  28497. developerdocumentati
  28498. developerdocumentati
  28499. carbon
  28500. developerdocumentati
  28501. corefoundation
  28502. developerdocumentati
  28503. hardware
  28504. developerdocumentati
  28505. developernotes
  28506. developers
  28507. development
  28508. devices
  28509. diagnostic
  28510. diagnostic
  28511. sound
  28512. sampler
  28513. dictation
  28514. digests
  28515. digital
  28516. config&interleave
  28517. directions
  28518. disinfectant
  28519. disinfectant
  28520. 3.7.1
  28521. performance
  28522. tools
  28523. diskfiller
  28524. display
  28525. display
  28526. display
  28527. manager
  28528. disposeresource
  28529. disposeresource
  28530. distribution
  28531. drive
  28532. utilities
  28533. driver
  28534. driver
  28535. installer
  28536. drivergestaltexplore
  28537. dronezone
  28538. D!All Packages
  28539. Tool Chest Edition
  28540. AE User Terminology 3/92I
  28541. Summary: This folder contains the Apple Event User Terminology resource.
  28542. Features: This package contains the "Terminology Dev Note 3/92" and files needed for adding the 'aeut' to your application.J
  28543. AETE ResEdit Template
  28544. AEUserTermTypes.r
  28545. aeut resource
  28546. AppleEventTypes.h
  28547. EnglishMiscellaneous.r
  28548. EnglishMiscellaneous.rsrc
  28549. EnglishTerminology.r
  28550. EnglishTerminology.rsrc
  28551. Terminology Dev Note 3/92K
  28552. May 92L
  28553. May 94M
  28554. System 7.0N
  28555. AE, Apple Events, AppleEventsmponent
  28556. compresspictfile
  28557. compresspictfile
  28558. concordia
  28559. concordia
  28560. conferencing
  28561. config
  28562. config&interleave
  28563. configuration
  28564. connect
  28565. connect
  28566. connection
  28567. connectivity
  28568. contacts
  28569. content
  28570. contents
  28571. contents
  28572. extensions
  28573. contents
  28574. bootvol
  28575. contextual
  28576. contextual
  28577. development
  28578. contextual
  28579. machack
  28580. goodies
  28581. 5742X
  28582. Nov 99^
  28583. --set theItem to choose file -- uncomment to test in an AS editor
  28584.     tell application "Finder"
  28585.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:"
  28586.         activate
  28587.     end tell
  28588. on error errMsg number errNum
  28589.     --enter statements to perform when no records are found such as...
  28590.     display dialog "Sorry, the item you selected could not be found."
  28591.     return
  28592. end try
  28593. Deletedq
  28594. Dev.CD Nov 99 TC
  28595. (D!All Packages
  28596. Tool Chest Edition
  28597. Apple Directions 1996ICSummary:  Apple Directions, The Developer Business Report, 1-12/96.J
  28598. Apple Directions 01/96
  28599. Apple Directions 02/96
  28600. Apple Directions 03/96
  28601. Apple Directions 04/96
  28602. Apple Directions 05/96
  28603. Apple Directions 06/96
  28604. Apple Directions 07/96
  28605. Apple Directions 08/96
  28606. Apple Directions 09/96
  28607. Apple Directions 10/96
  28608. Apple Directions 11-12/96K
  28609. Mar 96L
  28610. Nov 96OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:
  28611.  by a computer graphics program 
  28612. b--set theItem to choose file -- uncomment to test in an AS editor
  28613.     tell application "Finder"
  28614.         open item "Dev.CD Jan 95"
  28615.         activate
  28616.     end tell
  28617. on error errMsg number errNum
  28618.     --enter statements to perform when no records are found such as...
  28619.     display dialog "Sorry, the item you selected could not be found."
  28620.     return
  28621. end try
  28622. s are found such as...
  28623.     display dialog "Sorry, the item you selected could not be found."
  28624.     return
  28625. end try
  28626. All Packages
  28627. F    QuickTimeO
  28628. Dev.CD Jul 93
  28629. Dev.CD Apr 93P
  28630. Dev.CD Jul 93
  28631. Dev.CD Apr 9V
  28632. 4537X
  28633. Jul 93
  28634. p--set theItem to choose file -- uncomment to test in an AS editor
  28635.     tell application "Finder"
  28636.         open item "Dev.CD Jul 93
  28637. Dev.CD Apr 93"
  28638.         activate
  28639.     end tell
  28640. on error errMsg number errNum
  28641.     --enter statements to perform when no records are found such as...
  28642.     display dialog "Sorry, the item you selected could not be found."
  28643.     return
  28644. end try
  28645. All Packages
  28646. never
  28647. never-before-possibl
  28648. nevertheless
  28649. roups
  28650. newsletter
  28651. newton
  28652. newton-related
  28653. nicest
  28654. nichols
  28655. Summary: This is the electronic version of develop magazine.
  28656.  Issue 6 highlights:
  28657. Threads on the Macintosh  by Michael Gough.   Multiple concurrent 
  28658. threads of execution on the Macintosh? You bet! This article presents a complete threads package, talks about its implementation, and shows you how to use it.
  28659. QuickDraw's CopyBits Procedure: Better Than Ever in System 7.0  by Konstantin Othmer.   In System 7.0, the internal workings of this versatile routine have changed (for the better, o
  28660. f course!). Learn all about the differences, and check out some simple but useful image processing techniques.
  28661. MacTCP Cookbook: Constructing Network-Aware Applications   
  28662. by Steve Falkenburg.   Networking for the rest of us. Here's an introduction to the TCP/IP protocol suite, and a library of routines that make using MacTCP a (relative) breeze.
  28663. Print Hints from Luke & Zz: Color Printing with LaserWriter 6.0 Revisited  by Pete 
  28664.  Alexander.   A potential color printing problem, and s
  28665. datamaster
  28666. datamaster
  28667. datasheet
  28668. dateconverter
  28669. dateconverter
  28670. aliases
  28671. dcmds
  28672. debabelizer
  28673. debabelizer
  28674. camera
  28675. cameron
  28676. campaign
  28677. campaigns
  28678. campfire
  28679. can't
  28680. differs
  28681. difficult
  28682. difficulties
  28683. difficulty
  28684. digest
  28685. digit
  28686. digital
  28687. digitizer
  28688. digitizers
  28689. digitizing
  28690. dilemmas
  28691. dimension
  28692. dimensions
  28693. dimmed
  28694. dimming
  28695. dimms
  28696. diractive
  28697. direct
  28698. direct-manipulation
  28699. direction
  28700. directional
  28701. directions
  28702. directly
  28703. directories
  28704. directoryW
  28705. directs
  28706. directsetentries
  28707. direformat
  28708. dirid
  28709. iguator
  28710. disappear
  28711. disassemble
  28712. disassembly
  28713. discard
  28714. disclaimer
  28715. AJEAbout AppleShare Client API
  28716. AppleShareClientAPI.pdf
  28717. Headers
  28718. LibrariesK
  28719. Jan 00L
  28720. Jan 00MIMac OS 9 is recommended.  The minimum requirement is Mac OS 7.6 or later.N'AppleShare, Client, AFP, shared volumesOEDev.CD Jan 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:PMDev.CD Jan 00 SDK1
  28721.  - Development Kits
  28722.  - Mac OS
  28723.  - AppleShare Client API SDKV
  28724. 5768X
  28725. Jan 00^
  28726. --set theItem to choose file -- uncomment to test in an AS editor
  28727.     tell application "Finder"
  28728.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:"
  28729.         activate
  28730.     end tell
  28731. on error errMsg number errNum
  28732.     --enter statements to perform when no records are found such as...
  28733.     display dialog "Sorry, the item you selected could not be found."
  28734.     return
  28735. end try
  28736. e    No Changef$AppleShare
  28737. Client
  28738. shared volumesoPftp://ftp.apple.com/developer/Development_Kits/AppleShare_Client_API_SDK.img.hqxq
  28739. Dev.CD Jan 00 SDK1
  28740. BD!All Packages
  28741. Mac OS SDK Edition
  28742. elines
  28743. 5897X
  28744. Dec 99^
  28745. --set theItem to choose file -- uncomment to test in an AS editor
  28746.     tell application "Finder"
  28747.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  7:"
  28748.         activate
  28749.     end tell
  28750. on error errMsg number errNum
  28751.     --enter statements to perform when no records are found such as...
  28752.     display dialog "Sorry, the item you selected could not be found."
  28753.     return
  28754. end try
  28755. Next CDq
  28756. Dev.CD Dec 99 RL
  28757. D(All Packages
  28758. Reference Library Edition
  28759. develop Issue  8
  28760. D!All Packages
  28761. Mac OS SDK Edition
  28762. Communications Toolbox
  28763. versatility
  28764. version
  28765. versionedit
  28766. visible
  28767. visit
  28768. visually
  28769. vocabulary
  28770. voice
  28771. volume
  28772. volumes
  28773. w/sys
  28774. walk-through
  28775. walkthrough
  28776. O:Dev.CD Feb 00 TC:Tool Chest:Toolbox:Ticket to Program 1.0:PBDev.CD Feb 00 TC
  28777.  - Tool Chest
  28778.  - Toolbox
  28779.  - Ticket to Program 1.0V
  28780. 6890X
  28781. Feb 00^
  28782. --set theItem to choose file -- uncomment to test in an AS editor
  28783.     tell application "Finder"
  28784.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:Ticket to Program 1.0:"
  28785.         activate
  28786.     end tell
  28787. on error errMsg number errNum
  28788.     --enter statements to perform when no records are found such as...
  28789.     display dialog "Sorry, the item you selected could not be found."
  28790.     return
  28791. end try
  28792. e    No Changeq
  28793. Dev.CD Feb 00 TC
  28794. D.All Packages
  28795. Tool Chest Edition
  28796. New & RevisedF
  28797. TimeCodeIIThis demo program shows how to add and remove TimeCode tracks to a movie.J+README.txt
  28798. tc.bat
  28799. TimeCode
  28800. TimeCode.zipK
  28801. Feb 00
  28802. :Sample Code:QuickTime:QuickTime for Java:TimeCode:V
  28803. 6891X
  28804. New Package
  28805. stack
  28806. standard
  28807. standard
  28808. samples
  28809. standardfileicons
  28810. standards
  28811. starter
  28812. saver
  28813. 2.1.1
  28814. stopxpp
  28815. stopxpp
  28816. stream
  28817. streamnop
  28818. strip
  28819. style
  28820. success
  28821. suite
  28822. suites
  28823. super
  28824. survey
  28825. 2.0b6
  28826. switch
  28827. switch
  28828. stack
  28829. synccatch
  28830. synchronization
  28831. synthesis
  28832. sysconfig
  28833. sysconfig
  28834. 1.5b16
  28835. systemO
  28836. D!All Packages
  28837. Tool Chest Edition
  28838. 5thColumn
  28839. Summary: 5thColumn
  28840.  allows one CPU to control or get information on another CPU remotely. This is done by executing functions over an AppleTalk network (LocalTalk, EtherTalk, TokenTalk).
  28841. Features: 5thColumn
  28842.  can synchronize clocks, shutdown, restart, take screen shots, launch applications, read memory, get gestalt information, delete files/folders, get directory IDs and drop CPU into MacsBug executing commands.
  28843. VU3.0.1d3.smiK
  28844. Vol IVL
  28845. Vol VIM[Runs on all Macintoshes and system software. As of now it needs MPW on the controlling end.OEDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PMDev.CD Feb 00 TC
  28846.  - Tool Chest
  28847.  - Testing & Debugging
  28848.  - Virtual User 3.0.1d3V
  28849. 5086X
  28850. Feb 00^
  28851. #nter statements to perform when no records are found such as...
  28852.     display dialog "Sorry, the item you selected could not be found."
  28853.     return
  28854. end try
  28855. D!All Packages
  28856. Tool Chest Edition
  28857. Worldwide QuickDraw GX
  28858. by Scott 
  28859.  Zimmerman.   How can you add Balloon Help to your custom Print dialog items? Zz will tell you all about it.
  28860. J(develop Issue  7:
  28861. develop Issue  7 code:K
  28862. Vol IIIL
  28863. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  7:PJDev.CD Dec 99 RL
  28864.  - Technical Documentation
  28865.  - develop
  28866.  - develop Issue  7 Halftone Dither Sample CodeO
  28867. Dev.CD Feb 00 TC:Sample Code:P
  28868. Dev.CD Feb 00 TC
  28869.  - Sample CodeV
  28870. 4152X
  28871. Feb 00^
  28872. r--set theItem to choose file -- uncomment to test in an AS editor
  28873.     tell application "Finder"
  28874.         open item "Dev.CD Feb 00 TC:Sample Code:"
  28875.         activate
  28876.     end tell
  28877. on error errMsg number errNum
  28878.     --enter statements to perform when no records are found such as...
  28879.     display dialog "Sorry, the item you selected could not be found."
  28880.     return
  28881. end try
  28882. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Code
  28883. developer
  28884. developer
  28885. documentation
  28886. developer
  28887. information
  28888. developer
  28889. notes
  28890. developer
  28891. university
  28892. developertutorial
  28893. developertutorial
  28894. development
  28895. devenvguide
  28896. device
  28897. devicemanagers
  28898. devices
  28899. devtools
  28900. diagrams
  28901. dialogtest
  28902. dictionary
  28903. difference
  28904. differences
  28905. disclaimer
  28906. disinfectant
  28907. 6.3.3
  28908. quick
  28909. reference
  28910. display
  28911. display
  28912. display
  28913. device
  28914. driver
  28915. guide
  28916. displaymanager
  28917. displaymanager
  28918. distributors/localiz
  28919. -the system software that comes with the iBook 
  28920. Features:
  28921. Hardware Product list covered:
  28922. Servers
  28923. Printers
  28924. Device Services
  28925. Power Macintosh
  28926. Portables
  28927. 68040 Macintosh Desktop
  28928. 68040 Macintosh Portables
  28929. 68030 and Earlier Deesktops
  28930. 68030 and Earlier Portables
  28931. JeAboutThisSite:
  28932. Developer_Notes:
  28933. DeviceManagers:
  28934. hardware.html
  28935. hardware2.html
  28936. images:
  28937. legacy:
  28938. Updates:K
  28939. Sep 98L
  28940. Dec 99N
  28941. Developer Notes, Hardware, Technical Publications, iMac, iBook, Power Macintosh, PowerBooks, Servers, Device Managers and Drivers, Updates, Printers, Desktops, PortablesO8Dev.CD Dec 99 RL Disk 2:Technical Publications:hardware:P=Dev.CD Dec 99 RL Disk 2
  28942.  - Technical Publications
  28943.  - hardware
  28944. Dev.CD Jul 98 SSW/SDV
  28945. 5662X
  28946. Jul 98
  28947. j--set theItem to choose file -- uncomment to test in an AS editor
  28948.     tell application "Finder"
  28949.         open item "Dev.CD Jul 98 SSW/SDK"
  28950.         activate
  28951.     end tell
  28952. on error errMsg number errNum
  28953.     --enter statements to perform when no records are found such as...
  28954.     display dialog "Sorry, the item you selected could not be found."
  28955.     return
  28956. end try
  28957. All Packages
  28958. Dev.CD Jul 98 SSW/SDKP
  28959. Dev.CD Jul 98 SSW/SDV
  28960. 5663X
  28961. Jul 98
  28962. j--set theItem to choose file -- uncomment to test in an AS editor
  28963.     tell application "Finder"
  28964.         open item "Dev.CD Jul 98 SSW/SDK"
  28965.         activate
  28966.     end tell
  28967. on error errMsg number errNum
  28968.     --enter statements to perform when no records are found such as...
  28969.     display dialog "Sorry, the item you selected could not be found."
  28970.     return
  28971. end try
  28972. All Packages
  28973. Dev.CD Jul 98 SSW/SDKP
  28974. Dev.CD Jul 98 SSW/SDV
  28975. 5664X
  28976. Jul 98
  28977. ts using different sizes
  28978. All Packages
  28979. QuickDraw GXO
  28980. Dev.CD Jul 95P
  28981. Dev.CD Jul 9V
  28982. 6296X
  28983. Jul 95
  28984. b--set theItem to choose file -- uncomment to test in an AS editor
  28985.     tell application "Finder"
  28986.         open item "Dev.CD Jul 95"
  28987.         activate
  28988.     end tell
  28989. on error errMsg number errNum
  28990.     --enter statements to perform when no records are found such as...
  28991.     display dialog "Sorry, the item you selected could not be found."
  28992.     return
  28993. end try
  28994. All Packages
  28995. QuickDraw GXO
  28996. Dev.CD Jul 95P
  28997. Dev.CD Jul 9V
  28998. 6297X
  28999. Jul 95
  29000. b--set theItem to choose file -- uncomment to test in an AS editor
  29001.     tell application "Finder"
  29002.         open item "Dev.CD Jul 95"
  29003.         activate
  29004.     end tell
  29005. on error errMsg number errNum
  29006.     --enter statements to perform when no records are found such as...
  29007.     display dialog "Sorry, the item you selected could not be found."
  29008.     return
  29009. end try
  29010. All Packages
  29011. QuickDraw GXO
  29012. Dev.CD Jul 95P
  29013. Dev.CD Jul 9V
  29014. 6298X
  29015. Jul 95
  29016. ODDev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:PIDev.CD Dec 99 RL Disk 1
  29017.  - Technical Documentation
  29018.  - ABS Technical NotesV
  29019. 5719X
  29020. Dec 99^    RL Disk 1
  29021. --set theItem to choose file -- uncomment to test in an AS editor
  29022.     tell application "Finder"
  29023.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:"
  29024.         activate
  29025.     end tell
  29026. on error errMsg number errNum
  29027.     --enter statements to perform when no records are found such as...
  29028.     display dialog "Sorry, the item you selected could not be found."
  29029.     return
  29030. end try
  29031. Deletedf-ESD
  29032. AppleSearch
  29033. AppleShare
  29034. IP Gatewayq
  29035. Dev.CD Dec 99 RL Disk 1
  29036. D!All Packages
  29037. Tool Chest Edition
  29038. Ad Lib 3.0.1
  29039.     works with 68K or PowerPC.
  29040. J'Sample Code.img
  29041. Windows Sample Code.imgK
  29042. Feb 92L
  29043. Nov 96O
  29044. Dev.CD Feb 00 TC:Sample Code:P
  29045. Dev.CD Feb 00 TC
  29046.  - Sample CodeV
  29047. 4639X
  29048. Feb 00^
  29049. w/sys
  29050. walk-through
  29051. --set theItem to choose file -- uncomment to test in an AS editor
  29052.     tell application "Finder"
  29053.         open item "Dev.CD Apr 94
  29054. Dev.CD Jan 94
  29055. Dev.CD Oct 93
  29056. Dev.CD Jul 93"
  29057.         activate
  29058.     end tell
  29059. on error errMsg number errNum
  29060.     --enter statements to perform when no records are found such as...
  29061.     display dialog "Sorry, the item you selected could not be found."
  29062.     return
  29063. end try
  29064. at-attachment
  29065. folder
  29066. database
  29067. database
  29068. suite
  29069. databases-standalone
  29070. datamaster
  29071. datamaster
  29072. datasheet
  29073. dateconverter
  29074. dateconverter
  29075. aliases
  29076. dcmds
  29077. debabelizer
  29078. debabelizer
  29079. 5898X
  29080. Dec 99^
  29081. --set theItem to choose file -- uncomment to test in an AS editor
  29082.     tell application "Finder"
  29083.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  8:"
  29084.         activate
  29085.     end tell
  29086. on error errMsg number errNum
  29087.     --enter statements to perform when no records are found such as...
  29088.     display dialog "Sorry, the item you selected could not be found."
  29089.     return
  29090. end try
  29091. Next CDq
  29092. Dev.CD Dec 99 RL
  29093. D(All Packages
  29094. Reference Library Edition
  29095. develop Issue  9
  29096. D!All Packages
  29097. Mac OS SDK Edition
  29098. ContextualMenuManagerSDK 1.0.3
  29099. Summary: This is the electronic version of develop magazine.
  29100.  Issue 7 highlights:
  29101. QuickTime 1.0: 
  29102. You Oughta Be in Pictures
  29103.   by Guillermo A. Ortiz.
  29104. An introduction to QuickTime that shows you how to create and play back simple movies.
  29105. Scoring Points With TrueType  by Konstantin Othmer and Mike Reed.   This article demonstrates some snazzy, never-before-possible text effects.
  29106. Threaded Communications With Futures  by Michael Gough.   Futures are an addition to the Threads Package that 
  29107. can make your IPC code even cleaner.
  29108. Using C++ Objects in a World of Exceptions  by Michael C. Greenspon.   This article explores some subtle gotchas that can occur when mixing Pascal and C++ objects, and provides guidelines for avoiding them.
  29109. The Subspace Manager in System 7.0  by Harry R. Chesley.   A little-known Macintosh Manager is revealed for the first time, and the (hairy) implications for life on earth are discussed.
  29110. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  29111. QuickDraw
  29112.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  29113. QuickDraw 3D v1.5.2K
  29114. Sep 97N
  29115. QuickDraw 3D, Windows, MetafileOCDev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:PHDev.CD Apr 99 SDK1
  29116.  - Development Kits
  29117.  - QuickDraw 3D for Windows 1.5.2cuments
  29118. domain
  29119. double-byte
  29120. driver
  29121. table
  29122. drivers
  29123. stylechat
  29124. duplication
  29125. dynamic
  29126. dynamic
  29127. linking
  29128. dynamic
  29129. scrolling
  29130. protocol
  29131. editor
  29132. eject
  29133. objectsupportlib
  29134. obscure
  29135. obsolete
  29136. obsolete/pre-asip
  29137. obtain
  29138. occurs
  29139. october
  29140. PODev.CD Feb 00 TC
  29141.  - Tool Chest
  29142.  - Devices
  29143.  - Apple Desktop Bus
  29144.  - ADBReInit 1.0V
  29145. 5724X
  29146. Feb 00^
  29147. --set theItem to choose file -- uncomment to test in an AS editor
  29148.     tell application "Finder"
  29149.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:"
  29150.         activate
  29151.     end tell
  29152. on error errMsg number errNum
  29153.     --enter statements to perform when no records are found such as...
  29154.     display dialog "Sorry, the item you selected could not be found."
  29155.     return
  29156. end try
  29157. e    No Changef
  29158. Dev.CD Feb 00 TC
  29159. D(All Packages
  29160. Reference Library Edition
  29161. F!Adobe Acrobat Exchange LE 2.0.1r3
  29162.     rChkGestaltFunction provides an alternative to the CheckGestalt clause which requires that the scripter provide all possible matches to the results of the Gestalt call.  With the User Function, the script writer can simply check for the existence of a gestalt selector, without having to worry about it's return values.
  29163. Windoid:  Windoid is a MacApp 3.0 
  29164. off-by-one
  29165. off-screen
  29166. off-the-shelf
  29167. offer
  29168. offered
  29169. on-line-service
  29170. on-screen
  29171. online
  29172. opendoc
  29173. operate
  29174. operating
  29175. operation
  29176. operations
  29177. opportunity
  29178. optimizer
  29179. optimizing
  29180. Summary: This is the electronic version of develop magazine.
  29181.  Issue 8 highlights:
  29182. Curves Ahead: Working With Curves in QuickDraw  by Mike Reed and Konstantin Othmer.   All about quadratic B
  29183. zier curves on the Macintosh, including using the curves from TrueType fonts.
  29184. Validating Date and Time Entry in MacApp  by James Plamondon.   Here
  29185. s a new MacApp class that provides robust and flexible entry validation.
  29186. Macintosh Debugging: A Weird Journey Into the Belly of the Beast  by Bo3b Johns
  29187. on and Fred Huxham.   This article presents some very useful debugging techniques that every Macintosh developer needs to know about.
  29188. Macintosh Hybrid Applications for A/UX  by John Morley.   This is an introduction to writing Macintosh applications meant to run under A/UX, explaining the basics and pointing out some potential gotchas.
  29189. Print Hints From Luke & Zz: CopyMask, CopyDeepMask, and LaserWriter Driver 7.0  by Pete 
  29190.  Alexander.   How do you print graphics that use CopyMask an
  29191. d CopyDeepMask with LaserWriter driver 7.0? Read this column to find out.
  29192. Be Our Guest: GWorlds and NuBus Memory  by Forrest Tanaka and Paul Snively.   Taking advantage of NuBus memory for off-screen graphics is tricky. Here are some tips on how to do it in a friendly, compatible way.
  29193. J(develop Issue  8:
  29194. develop Issue  8 code:K
  29195. Vol IIIL
  29196. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  8:PJDev.CD Dec 99 RL
  29197.  - Technical Documentation
  29198.  - develop
  29199.  - develop Issue  8pdates to this documentation will happen within this Technical Note.
  29200. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  29201. JMControl Strip
  29202. Control Strip Sample
  29203. Control Strip Technical Note
  29204. MacCalendar 
  29205. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Jan 00 SDK1
  29206.  - Development Kits
  29207.  - Mac OS
  29208.  - Control Strip
  29209. Save Print Record:  Walks you through the style and job dialogs to create a print record ready-to-print-with, and then saves it to a resource file with resource type 'YO!!' and ID 128.  The first step towards saving print records for multiple printers.
  29210. Scalable PostScript PICT:  Shows how you can use the PostScript clip in combination with the QuickDraw clipping region to make PostScript code that scales at run-time.  Has some limitations, but a useful technique.
  29211. SetPDiMC:  This MPW toolG
  29212.  sets the 
  29213. Printer Driver Is MultiFinder Compatible
  29214.  flag (see 
  29215. Learning to Drive
  29216.  on the Developer Essentials disc).
  29217. Stylemap:  Yet another code illustration for the Q&A on "intrinsic styles of a PostScript font" in d e v e l o p, Summer 1991.
  29218. J'Sample Code.img
  29219. Windows Sample Code.imgK
  29220. Nov 94L
  29221. Nov 96O
  29222. Dev.CD Feb 00 TC:Sample Code:P
  29223. Dev.CD Feb 00 TC
  29224.  - Sample Code
  29225. routines
  29226. patching
  29227. manager
  29228. simulate
  29229. contro
  29230. Summary:  The Sample Code Board has devised a survey that we hope will provide us with information about which samples developers recognize as valuable and which obsolete,  which technology areas need more coverage and which are over-represented, which levels of expertise need more attention, etc.  Please fill this out and return to DEVSUPPORT.
  29231. The Developer Support Center is currently evaluating available code samples and defining new standards for presentation.  We are soliciting develoBjper feedback, so that we can provide you with the samples you need, or improve the samples that exist now.
  29232. Sample Code SurveyK
  29233. Jan 94M
  29234. TeachText or any word-processorN&sample code survey, developer feedbackO/Dev.CD Nov 99 TC:Sample Code:Sample Code SurveyP4Dev.CD Nov 99 TC
  29235.  - Sample Code
  29236.  - Sample Code Surve
  29237. develop
  29238. develop
  29239. issue
  29240. Dev.CD Apr 97 SSV
  29241. 5564X
  29242. Apr 97
  29243. f--set theItem to choose file -- uncomment to test in an AS editor
  29244.     tell application "Finder"
  29245.         open item "Dev.CD Apr 97 SSW"
  29246.         activate
  29247.     end tell
  29248. on error errMsg number errNum
  29249.     --enter statements to perform when no records are found such as...
  29250.     display dialog "Sorry, the item you selected could not be found."
  29251.     return
  29252. end try
  29253. All Packages
  29254. 7.5.3 (PB 1400)O
  29255. Dev.CD Apr 97 SSWP
  29256. Dev.CD Apr 97 SSV
  29257. 5565X
  29258. Apr 97
  29259. f--set theItem to choose file -- uncomment to test in an AS editor
  29260.     tell application "Finder"
  29261.         open item "Dev.CD Apr 97 SSW"
  29262.         activate
  29263.     end tell
  29264. on error errMsg number errNum
  29265.     --enter statements to perform when no records are found such as...
  29266.     display dialog "Sorry, the item you selected could not be found."
  29267.     return
  29268. end try
  29269. All Packages
  29270. 7.5.3 (PB 1400)O
  29271. Dev.CD Apr 97 SSWP
  29272. Dev.CD Apr 97 SSV
  29273. 5566X
  29274. Apr 97
  29275. pci-based
  29276. pci-pci
  29277. defined
  29278. defines
  29279. defining
  29280. definition
  29281. definitions
  29282. definitive
  29283. stration
  29284. cross-platform
  29285. cryptographic
  29286. cryptographic
  29287. authentication
  29288. appleshare
  29289. appearance
  29290. cryptography
  29291. ctabhandle
  29292. ctseed
  29293. cursors
  29294. custom
  29295. customgetfile
  29296. customgetfile
  29297. customputfile
  29298. dialog
  29299. select
  29300. folder
  29301. balloo
  29302. customputfile
  29303. cyrillic
  29304. 5899X
  29305. Dec 99^
  29306. --set theItem to choose file -- uncomment to test in an AS editor
  29307.     tell application "Finder"
  29308.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  9:"
  29309.         activate
  29310.     end tell
  29311. on error errMsg number errNum
  29312.     --enter statements to perform when no records are found such as...
  29313.     display dialog "Sorry, the item you selected could not be found."
  29314.     return
  29315. end try
  29316. Next CDq
  29317. Dev.CD Dec 99 RL
  29318. D(All Packages
  29319. Reference Library Edition
  29320. Developer Forms
  29321.     cards
  29322.  Apple Built-In Ethernet version 1.0.1, containing drivers for all built-in ethernets
  29323.  TokenTalk version 2.5.7
  29324.  Token Ring Control Panel version 1.0.1
  29325.  Token Ring driver version 2.5.2 for the TokenTalk NB Card
  29326.  Token Ring driver version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  29327.  A/ROSE 1.2.1, for use in some token ring configurations
  29328. See the document "NSI 1.5.1 - Read Me First" for details.
  29329. Aug 92L
  29330. Jul 95
  29331. talking
  29332. talks
  29333. talktool
  29334. tampa
  29335. tanaka
  29336. tantek
  29337. tanzania
  29338. tanzania-family
  29339. target
  29340. targeted
  29341. targeting
  29342. targets
  29343. targetted
  29344. tasks
  29345. tbltdrvr
  29346. tcp/ip
  29347. tcp/ip
  29348. administration
  29349. macintosh
  29350. v2.0.4
  29351. tcp/ip
  29352. connection
  29353. macintosh
  29354. v2.0.4
  29355. technote
  29356. technotes
  29357. tells
  29358. template
  29359. templates
  29360. temporal
  29361. temporarily
  29362. temporary
  29363. tensor
  29364. terminal
  29365. --set theItem to choose file -- uncomment to test in an AS editor
  29366.     tell application "Finder"
  29367.         open item "Dev.CD Apr 94
  29368. Dev.CD Jan 94
  29369. Dev.CD Oct 93
  29370. Dev.CD Jul 93
  29371. Dev.CD Apr 93"
  29372.         activate
  29373.     end tell
  29374. on error errMsg number errNum
  29375.     --enter statements to perform when no records are found such as...
  29376.     display dialog "Sorry, the item you selected could not be found."
  29377.     return
  29378. end try
  29379. sample
  29380. demonstrating
  29381. certain
  29382. kinds
  29383. samples
  29384. satisfy
  29385. satisfying
  29386. saves
  29387. saving
  29388. savory
  29389. savvy
  29390. sawitzki
  29391. sbarcdef
  29392. scanned
  29393. scanner
  29394. scanning
  29395. scans
  29396. schedule
  29397. schedules
  29398. schemes
  29399. schneider
  29400. science
  29401. scoop
  29402. score
  29403. scoring
  29404. scott
  29405. Summary: This is the electronic version of develop magazine.
  29406.  Issue 9 highlights:
  29407. Making the Most of Color on 1-Bit Devices  by Konstantin Othmer and Daniel Lipton.  A two-part article: how to create color PICTs on black-and-white machines, and the theory and practice of dithering.
  29408. The TextBox You
  29409. ve Always Wanted  by Bryan K. (
  29410. Beaker
  29411. ) Ressler.   Here
  29412. s a replacement for TextBox, with better performance, more flexibility, and international compatibility. What more do you want?
  29413. Makin
  29414. g Your Macintosh Sound Like an Echo Box  by Rich Collyer.   Learn how to use double buffering techniques to simultaneously record and play sounds.
  29415. Simple Text Windows via the Terminal Manager  by Craig Hotchkiss.  The Terminal Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  29416. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  29417. All Packages
  29418. 6.0.7.1OpDev.CD Apr 94
  29419. Dev.CD Jan 94
  29420. Dev.CD Oct 93
  29421. Dev.CD Aug 93
  29422. Dev.CD Mar 92
  29423. Dev.CD Feb 92
  29424. Dev.CD Jan 92
  29425. Dev.CD Vol. XIPoDev.CD Apr 94
  29426. Dev.CD Jan 94
  29427. Dev.CD Oct 93
  29428. Dev.CD Aug 93
  29429. Dev.CD Mar 92
  29430. Dev.CD Feb 92
  29431. Dev.CD Jan 92
  29432. Dev.CD Vol. XV
  29433. 5194X
  29434. Apr 94
  29435. --set theItem to choose file -- uncomment to test in an AS editor
  29436.     tell application "Finder"
  29437.         open item "Dev.CD Apr 94
  29438. Dev.CD Jan 94
  29439. Dev.CD Oct 93
  29440. Dev.CD Aug 93
  29441. Dev.CD Mar 92
  29442. Dev.CD Feb 92
  29443. Dev.CD Jan 92
  29444. Dev.CD Vol. XI"
  29445.         activate
  29446.     end tell
  29447. on error errMsg number errNum
  29448.     --enter statements to perform when no records are found such as...
  29449.     display dialog "Sorry, the item you selected could not be found."
  29450.     return
  29451. end try
  29452. All Packages
  29453. 6.0.7.1O8Dev.CD Mar 92
  29454. Dev.CD Feb 92
  29455. Dev.CD Jan 92
  29456. Dev.CD Vol. XIP7Dev.CD Mar 92
  29457. Dev.CD Feb 92
  29458. Dev.CD Jan 92
  29459. Dev.CD Vol. XV
  29460. 5195X
  29461. Mar 92
  29462. cket to Program.c
  29463. Ticket to Program.hK
  29464. Vol IXM
  29465. Written in Think C 4.0en in Think C 4.0W
  29466. Aug 93M*AppleTalk or TCP/IP networking connectionsN
  29467. SNMP, Network ManagementO=Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:SNMP Development:PHDev.CD Feb 00 TC
  29468.  - Tool Chest
  29469.  - Networking
  29470.  - SNMP
  29471.  - SNMP DevelopmentV
  29472. 6527X
  29473. Feb 00^
  29474. --set theItem to choose file -- uncomment to test in an AS editor
  29475.     tell application "Finder"
  29476.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:SNMP Development:"
  29477.         activate
  29478.     end tell
  29479. on error errMsg number errNum
  29480.     --enter statements to perform when no records are found such as...
  29481.     display dialog "Sorry, the item you selected could not be found."
  29482.     return
  29483. end try
  29484. e    No Changef
  29485. Network Managementq
  29486. Dev.CD Feb 00 TC
  29487. 9D!All Packages
  29488. Mac OS SDK Edition
  29489. SOMobjects
  29490.  for Mac OS
  29491.     sborne
  29492. oserr
  29493. osl-compliant
  29494. otioctl
  29495. otlifo
  29496. otserverlimits
  29497. otstreamlogviewer
  29498. All Packages
  29499. QuickDraw GXO
  29500. Dev.CD Aug 96 TCP
  29501. Dev.CD Aug 96 TV
  29502. 6339X
  29503. Aug 96
  29504. e--set theItem to choose file -- uncomment to test in an AS editor
  29505.     tell application "Finder"
  29506.         open item "Dev.CD Aug 96 TC"
  29507.         activate
  29508.     end tell
  29509. on error errMsg number errNum
  29510.     --enter statements to perform when no records are found such as...
  29511.     display dialog "Sorry, the item you selected could not be found."
  29512.     return
  29513. end try
  29514. All Packages
  29515. QuickDraw GXO
  29516. Dev.CD Aug 96 TCP
  29517. Dev.CD Aug 96 TV
  29518. 6340X
  29519. Aug 96
  29520. e--set theItem to choose file -- uncomment to test in an AS editor
  29521.     tell application "Finder"
  29522.         open item "Dev.CD Aug 96 TC"
  29523.         activate
  29524.     end tell
  29525. on error errMsg number errNum
  29526.     --enter statements to perform when no records are found such as...
  29527.     display dialog "Sorry, the item you selected could not be found."
  29528.     return
  29529. end try
  29530. All Packages
  29531. QuickDraw GXO
  29532. Dev.CD Jun 97 SSWP
  29533. Dev.CD Jun 97 SSV
  29534. 6341X
  29535. All Packages
  29536. 7.1OsDev.CD Apr 94
  29537. Dev.CD Jan 94
  29538. Dev.CD Oct 93
  29539. Dev.CD Jul 93
  29540. Dev.CD Apr 93
  29541. Dev.CD Feb 93
  29542. Dev.CD Jan 93
  29543. Dev.CD Nov/Dec 92PrDev.CD Apr 94
  29544. Dev.CD Jan 94
  29545. Dev.CD Oct 93
  29546. Dev.CD Jul 93
  29547. Dev.CD Apr 93
  29548. Dev.CD Feb 93
  29549. Dev.CD Jan 93
  29550. Dev.CD Nov/Dec 9V
  29551. 5287X
  29552. Apr 94
  29553. --set theItem to choose file -- uncomment to test in an AS editor
  29554.     tell application "Finder"
  29555.         open item "Dev.CD Apr 94
  29556. Dev.CD Jan 94
  29557. Dev.CD Oct 93
  29558. Dev.CD Jul 93
  29559. Dev.CD Apr 93
  29560. Dev.CD Feb 93
  29561. Dev.CD Jan 93
  29562. Dev.CD Nov/Dec 92"
  29563.         activate
  29564.     end tell
  29565. on error errMsg number errNum
  29566.     --enter statements to perform when no records are found such as...
  29567.     display dialog "Sorry, the item you selected could not be found."
  29568.     return
  29569. end try
  29570. All Packages
  29571. 7.1OEDev.CD Apr 94
  29572. Dev.CD Jan 94
  29573. Dev.CD Oct 93
  29574. Dev.CD Jul 93
  29575. Dev.CD Apr 93PDDev.CD Apr 94
  29576. Dev.CD Jan 94
  29577. Dev.CD Oct 93
  29578. Dev.CD Jul 93
  29579. Dev.CD Apr 9V
  29580. 5288X
  29581. Apr 94
  29582. dictation
  29583. dictionaries
  29584. dictionary
  29585. dierks
  29586. All Packages
  29587. 7.5.3O
  29588. Dev.CD Oct 96 SSWP
  29589. Dev.CD Oct 96 SSV
  29590. 5525X
  29591. Oct 96
  29592. f--set theItem to choose file -- uncomment to test in an AS editor
  29593.     tell application "Finder"
  29594.         open item "Dev.CD Oct 96 SSW"
  29595.         activate
  29596.     end tell
  29597. on error errMsg number errNum
  29598.     --enter statements to perform when no records are found such as...
  29599.     display dialog "Sorry, the item you selected could not be found."
  29600.     return
  29601. end try
  29602. All Packages
  29603. 7.5.3O"Dev.CD Dec 96 SE
  29604. Dev.CD Oct 96 SSWP!Dev.CD Dec 96 SE
  29605. Dev.CD Oct 96 SSV
  29606. 5526X
  29607. Dec 96
  29608. w--set theItem to choose file -- uncomment to test in an AS editor
  29609.     tell application "Finder"
  29610.         open item "Dev.CD Dec 96 SE
  29611. Dev.CD Oct 96 SSW"
  29612.         activate
  29613.     end tell
  29614. on error errMsg number errNum
  29615.     --enter statements to perform when no records are found such as...
  29616.     display dialog "Sorry, the item you selected could not be found."
  29617.     return
  29618. end try
  29619. All Packages
  29620. 7.5.3V
  29621. 5527X
  29622. ~--set theItem to choose file -- uncomment to test in an AS editor
  29623.     tell application "Finder"
  29624.         open item "Dev.CD Apr 94
  29625. Dev.CD Jan 94
  29626. Dev.CD Oct 93"
  29627.         activate
  29628.     end tell
  29629. on error errMsg number errNum
  29630.     --enter statements to perform when no records are found such as...
  29631.     display dialog "Sorry, the item you selected could not be found."
  29632.     return
  29633. end try
  29634. aecoercion
  29635. aecoercioninit
  29636. aegestalt
  29637. aegizmos
  29638. aeobject-edition1.0.
  29639. aerecords
  29640. aesend
  29641. aetracker
  29642. affect
  29643. affected
  29644. affects
  29645. affordable
  29646. affordance
  29647. afloat
  29648. after
  29649. again
  29650. against
  29651. age-old
  29652. agent
  29653. agents
  29654. aggregate
  29655. aggressive
  29656. A.html
  29657. AlphaSelector.html
  29658. B.html
  29659. C.html
  29660. D.html
  29661. E.html
  29662. F.html
  29663. FunctionIndex.html
  29664. G.html
  29665. H.html
  29666. I.html
  29667. J.html
  29668. K.html
  29669. L.html
  29670. M.html
  29671. N.html
  29672. O.html
  29673. P.html
  29674. Q.html
  29675. R.html
  29676. S.html
  29677. T.html
  29678. U.html
  29679. V.html
  29680. W.html
  29681. X.html
  29682. Y.html
  29683. Z.htmlK
  29684. Mar 99L
  29685. Sep 99N%Function Index, Mac OS 8, Inside Mac.O=Dev.CD Dec 99 RL Disk 2:Technical Publications:FunctionIndex:PBDev.CD Dec 99 RL Disk 2
  29686.  - Technical Publications
  29687.  - FunctionIndexV
  29688. 6876X
  29689. Dec 99^    RL Disk 2
  29690. --set theItem to choose file -- uncomment to test in an AS editor
  29691.     tell application "Finder"
  29692.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:FunctionIndex:"
  29693.         activate
  29694.     end tell
  29695. on error errMsg number errNum
  29696.     --enter statements to perform when no records are found such as...
  29697.     display dialog "Sorry, the item you selected could not be found."
  29698.     return
  29699. end try
  29700. e    No Changef#Function Index
  29701. Mac OS 8
  29702. Inside Mac.q
  29703. Dev.CD Dec 99 RL Disk 2
  29704. All Packages
  29705. F Technical Publications: Hardware
  29706. 6877X
  29707. MbNormal Macs, System 6.0.7 or better. Works well on system 7 but there is no Apple event awareness.O?Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD Feb 00 TC
  29708.  - Tool Chest
  29709.  - Testing & Debugging
  29710.  - Hardware toolsV
  29711. 6901X
  29712. Feb 00^
  29713. --set theItem to choose file -- uncomment to test in an AS editor
  29714.     tell application "Finder"
  29715.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  29716.         activate
  29717.     end tell
  29718. on error errMsg number errNum
  29719.     --enter statements to perform when no records are found such as...
  29720.     display dialog "Sorry, the item you selected could not be found."
  29721.     return
  29722. end try
  29723. e    No Changeq
  29724. Dev.CD Feb 00 TC
  29725. D.All Packages
  29726. Tool Chest Edition
  29727. New & RevisedF
  29728. TweenCameraI
  29729. This demo program shows how to apply camera actions to a 3D model (a 3D media track) in a movie using the Tween Media type of QuickTime.J1readme.txt
  29730. tc.bat
  29731. TweenCamera
  29732. TweenCamera.zipK
  29733. Feb 00
  29734. manage
  29735. management
  29736. manager
  29737. manager's
  29738. manager-related
  29739. manually
  29740. manuals
  29741. manufactured
  29742. manufacturers
  29743. terminology
  29744. terms
  29745. ternasky
  29746. tesample
  29747. test-harness
  29748. test/demo
  29749. testaccelration
  29750. testarbitraryallocat
  29751. testarbitraryallocat
  29752. tested
  29753. testgestalt
  29754. testnbp
  29755. tests
  29756. testylesample
  29757. tetextbox
  29758. extractor
  29759. plug-ins
  29760. content
  29761. extra
  29762. text-handling
  29763. text-to-speech
  29764. textbox
  29765. textedit
  29766. 1.0.0d3
  29767. 1.0.2
  29768. 1.0.3
  29769. 1.0.6
  29770. 1.0a5
  29771. 1.0b2
  29772. 1.0b4
  29773. 1.0d8
  29774. 1.1.1
  29775. 1.1.2
  29776. 1.1.3
  29777. 1.1.4
  29778. 1.1.6
  29779. 1.1b1
  29780. 1.1d2
  29781. 1.2.1
  29782. 1.2.3
  29783. 1.2d1
  29784. 1.3.5
  29785. 1.4.6
  29786. 1.4.9
  29787. 1.4b6
  29788. 1.4d16
  29789. 1.4d5
  29790. 1.5.1
  29791. 1.5.2
  29792. 1.6.1
  29793. 1.7.1
  29794. 1.7.2
  29795. 1.7.3
  29796. 1/1/70
  29797. 100lc
  29798. ion from your driver, greatly easing your debugging woes.
  29799. Graphics Hints From Forrest: Using the Palette Manager Off-Screen  by Forrest Tanaka.  Can you use the Palette Manager to manage colors in off-screen ports? Well, yes, but there are some caveats.
  29800. Be Our Guest: Background-Only Applications in System 7  by C. K. Haun.   Faceless background tasks provide a handy way out of some sticky situations. C. K. shows you the basics.
  29801. J(develop Issue  9:
  29802. develop Issue  9 code:K
  29803. Vol IIIL
  29804. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  9:PJDev.CD Dec 99 RL
  29805.  - Technical Documentation
  29806.  - develop
  29807.  - develop Issue  9I
  29808. Pre-release of 3.3 Universal Interfaces to support CarbonLib 1.0, OS 9, and QuickTime 4.0 development.
  29809. This is a special pre-release to help developers adopt OS 9.  The 3.3 UI will be FM in two weeks.J
  29810. UniversalInterfaces3.3a1.imgK
  29811. Feb 94L
  29812. Dec 99O@Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Interfaces&Libraries:ge
  29813. 5900X
  29814. Dec 99^
  29815. --set theItem to choose file -- uncomment to test in an AS editor
  29816.     tell application "Finder"
  29817.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  29818.         activate
  29819.     end tell
  29820. on error errMsg number errNum
  29821.     --enter statements to perform when no records are found such as...
  29822.     display dialog "Sorry, the item you selected could not be found."
  29823.     return
  29824. end try
  29825. Deletedq
  29826. Dev.CD Dec 99 RL
  29827. D&All Packages
  29828. System Software Edition
  29829. Developer Notes Update
  29830. cDescriptions of new hardware and software features, comparisons with existing CPUs, and expansion card design information.  This month features the following new note:
  29831. Power Macintosh 4400
  29832. This developer note describes the Power Macintosh 4400 computer, which is a new Macintosh model that uses a logic board based on the Apple Logic Board Design LPX-40.
  29833. Power Macintosh 4400K
  29834. Apr 97O5Dev.CD Apr 97 SSW:What's New?:Developer Notes Update:nd."
  29835.     return
  29836. end try
  29837. sergeant
  29838. serial
  29839. series
  29840. serve
  29841. server
  29842. server's
  29843. servers
  29844. serves
  29845. service
  29846. services
  29847. serving
  29848. session
  29849. sessions
  29850. set-top
  29851. set/access
  29852. setadbinfo
  29853. ~--set theItem to choose file -- uncomment to test in an AS editor
  29854.     tell application "Finder"
  29855.         open item "Dev.CD Apr 94
  29856. Dev.CD Jan 94
  29857. Dev.CD Oct 93"
  29858.         activate
  29859.     end tell
  29860. on error errMsg number errNum
  29861.     --enter statements to perform when no records are found such as...
  29862.     display dialog "Sorry, the item you selected could not be found."
  29863.     return
  29864. end try
  29865. Apr 93"
  29866.         activate
  29867.     end tell
  29868. on error errMsg number errNum
  29869.     --enter statements to perform when no records are found such as...
  29870.     display dialog "Sorry, the item you selected could not be found."
  29871.     return
  29872. end try
  29873. All Packages
  29874. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  29875. Dev.CD Jan 94
  29876. Dev.CD Oct 93
  29877. Dev.CD Jul 93
  29878. Dev.CD Apr 93PDDev.CD Apr 94
  29879. Dev.CD Jan 94
  29880. Dev.CD Oct 93
  29881. Dev.CD Jul 93
  29882. Dev.CD Apr 9V
  29883. 4937X
  29884. Apr 94
  29885. doesn't
  29886. doesn't
  29887. documents
  29888. properly
  29889. doesnt
  29890. dogcow
  29891. COCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  29892.  - Programs & Marketing
  29893.  - Market & Distribution GuidesV
  29894. 6538X
  29895. May 98^
  29896. --set theItem to choose file -- uncomment to test in an AS editor
  29897.     tell application "Finder"
  29898.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  29899.         activate
  29900.     end tell
  29901. on error errMsg number errNum
  29902.     --enter statements to perform when no records are found such as...
  29903.     display dialog "Sorry, the item you selected could not be found."
  29904.     return
  29905. end try
  29906. e    No Changeq
  29907. Dev.CD May 98 TC
  29908. DD!All Packages
  29909. Tool Chest Edition
  29910. SPEC S&L v.1.0.1
  29911.  Summary:  set of Virtual User scripts and libraries for automated testing purposes
  29912. Features:
  29913. Electronic Documentation in Apple DocViewer form.
  29914. 27 different 3rd party application scripts.
  29915. 26 Virtual User libraries
  29916. Several V.U. external tools to aid test automation
  29917. Issues:  Not supported
  29918.     No Change
  29919. nchronous SCSI Managers, including a working SCSI device driver. All samples work under the asynchronous SCSI Manager (SCSI Manager 4.3) and, where appropriate under the original (Inside Mac IV) SCSI Manager and have been compiled under several C environments (MPW, Think C, MetroWerks). Some snippets require the Asynchronous SCSI Manager (SCSI Manager 4.3).
  29920. TbltDrvr:  'ADBS' resources are loaded and executed at boot time (before INIT 31), and they are made of two main parts, the installat
  29921. ion or initialization code and the the actual driver. In this example, the installation portion allocates memory in the system heap for the service routine and the 
  29922. optional data area.
  29923.  It installs the driver using the Apple Desktop Bus (ADB) Manager call _SetADBInfo.
  29924. TradDriverLoaderLib 1.0b4:  The TradDriverLoaderLib provides a bunch of routines helpful for installing traditional Mac OS device drivers (DRVRs). It mimicks the API of the PCI 
  29925. DriverLoaderLib
  29926.  as much as possible, which ma
  29927. Summary:  This folder contains electronic forms that allow developers to register creator & file types, Apple II file & auxiliary types, and NuBus boards, and to report bugs and name & address changes.
  29928.  Apple Bug Reporter
  29929. The Apple Bug Reporter is a HyperCard stack that allows developers to report bugs against Macintosh software and hardware. When you have completed a bug, the stack puts it in your AppleLink Out Basket. When you next log on to AppleLink, your bug is sent to APPLE.BUGS.
  29930.  AppleII File and Auxiliary Type
  29931. Before you ship your application, you must request file type and auxiliary type assignments for files you create from Apple Developer Technical Support. File type and auxiliary type combinations are used to identify files and their contents.  The limited supply of file types requires that file types be defined generically and that specific auxiliary types be assigned by Apple for application use.
  29932.  C/F Registration Requests
  29933. This stack will allow users to 
  29934. --set theItem to choose file -- uncomment to test in an AS editor
  29935.     tell application "Finder"
  29936.         open item "Dev.CD Apr 94
  29937. Dev.CD Jan 94
  29938. Dev.CD Oct 93
  29939. Dev.CD Jul 93
  29940. Dev.CD Apr 93"
  29941.         activate
  29942.     end tell
  29943. on error errMsg number errNum
  29944.     --enter statements to perform when no records are found such as...
  29945.     display dialog "Sorry, the item you selected could not be found."
  29946.     return
  29947. end try
  29948. entered
  29949. entering
  29950. enterprise
  29951. enterprise
  29952. objects
  29953. enterprise
  29954. objects
  29955. documentation
  29956. entertainment
  29957. entire
  29958. entirely
  29959. entities
  29960. entries
  29961. entry
  29962. enviroment
  29963. environement
  29964. environment
  29965. environmental
  29966. summary
  29967. definition
  29968. binhex
  29969. protocol
  29970. summary
  29971. developer
  29972. edition
  29973. quickview
  29974. devel
  29975. summary
  29976. developer's
  29977. transl
  29978. summary
  29979. electronic
  29980. version
  29981. develop
  29982. magazine
  29983. summary
  29984. prgram
  29985. guide
  29986. macintosh
  29987. power
  29988. summary
  29989. software
  29990. apple
  29991. macintosh
  29992. display
  29993. summary
  29994. latest
  29995. version
  29996. shimmermate
  29997. names
  29998. summary
  29999. package
  30000. contains
  30001. summary
  30002. package
  30003. contains
  30004. debugging
  30005. version
  30006. summary
  30007. package
  30008. contains
  30009. application
  30010. demonstrat
  30011. systemsoft
  30012. t-shirt
  30013. tab-delimited
  30014. table
  30015. 5070X
  30016. nt CD 
  30017. e--set theItem to choose file -- uncomment to test in an AS editor
  30018.     tell application "Finder"
  30019.         open item "Excellent CD (I)"
  30020.         activate
  30021.     end tell
  30022. on error errMsg number errNum
  30023.     --enter statements to perform when no records are found such as...
  30024.     display dialog "Sorry, the item you selected could not be found."
  30025.     return
  30026. end try
  30027. All Packages
  30028. 1.1OqDev.CD Vol. VII
  30029. Dev CD Vol. VI
  30030. Dev CD Vol. V
  30031. Dev CD Vol. IV Developer CD (III)
  30032. Developer CD (II)
  30033. Excellent CD (I)PpDev.CD Vol. VII
  30034. Dev CD Vol. VI
  30035. Dev CD Vol. V
  30036. Dev CD Vol. IV Developer CD (III)
  30037. Developer CD (II)
  30038. Excellent CD (IV
  30039. 5071X
  30040. Vol. V
  30041. apple
  30042. detectors
  30043. technology
  30044. scans
  30045. searchi@
  30046. appletalk/ip@
  30047. applications@
  30048. arbitrary@
  30049. arrived@
  30050. asip@
  30051. aslm@
  30052. autoguest
  30053. control
  30054. panel
  30055. attempts
  30056. prevent
  30057. bare@
  30058. beaker@
  30059. beyond@
  30060. bringing@
  30061. butcdef@
  30062. call@
  30063. All Packages
  30064. 7.5 (Slim)O
  30065. Dev.CD Apr 95P
  30066. Dev.CD Apr 9V
  30067. 5412X
  30068. Apr 95
  30069. b--set theItem to choose file -- uncomment to test in an AS editor
  30070.     tell application "Finder"
  30071.         open item "Dev.CD Apr 95"
  30072.         activate
  30073.     end tell
  30074. on error errMsg number errNum
  30075.     --enter statements to perform when no records are found such as...
  30076.     display dialog "Sorry, the item you selected could not be found."
  30077.     return
  30078. end try
  30079. All Packages
  30080. 7.5.1O
  30081. Dev.CD Jan 96 SDK2P
  30082. Dev.CD Jan 96 SDKV
  30083. 5413X
  30084. Jan 96
  30085. g--set theItem to choose file -- uncomment to test in an AS editor
  30086.     tell application "Finder"
  30087.         open item "Dev.CD Jan 96 SDK2"
  30088.         activate
  30089.     end tell
  30090. on error errMsg number errNum
  30091.     --enter statements to perform when no records are found such as...
  30092.     display dialog "Sorry, the item you selected could not be found."
  30093.     return
  30094. end try
  30095. All Packages
  30096. 7.5.1O
  30097. Dev.CD Jan 96 SDK2P
  30098. Dev.CD Jan 96 SDKV
  30099. 5414X
  30100. Jan 96
  30101. f--set theItem to choose file -- uncomment to test in an AS editor
  30102.     tell application "Finder"
  30103.         open item "Dev.CD Jun 97 SSW"
  30104.         activate
  30105.     end tell
  30106. on error errMsg number errNum
  30107.     --enter statements to perform when no records are found such as...
  30108.     display dialog "Sorry, the item you selected could not be found."
  30109.     return
  30110. end try
  30111. em you selected could not be found."
  30112.     return
  30113. end try
  30114. quickdraw
  30115. graphics
  30116. library
  30117. define
  30118. quickdraw
  30119. dimension
  30120. macintosh
  30121. graphics
  30122. pablo
  30123. quickdraw
  30124. enables
  30125. computer
  30126. display
  30127. three-dimensio
  30128. quickdraw's
  30129. quickdrax
  30130. quickly
  30131. quickstart
  30132. quicktake
  30133. quicktime
  30134. as-is
  30135. top-selling
  30136. topic
  30137. topics
  30138. topping
  30139. total
  30140. totally
  30141. totals
  30142. touch
  30143. touches
  30144. track
  30145. tracking
  30146. tracks
  30147. trade
  30148. trade-offs
  30149. trademark
  30150. traditional
  30151. traffic
  30152. trained
  30153. training
  30154. transfer
  30155. transferred
  30156. transfers
  30157. transform
  30158. transition
  30159. translate
  30160. translated
  30161. translation
  30162. translations
  30163. translucent
  30164. transmission
  30165. transmitted
  30166. transparent
  30167. transparently
  30168. transport
  30169. 6897X
  30170. Feb 00^
  30171. r--set theItem to choose file -- uncomment to test in an AS editor
  30172.     tell application "Finder"
  30173.         open item "Dev.CD Feb 00 TC:Sample Code:"
  30174.         activate
  30175.     end tell
  30176. on error errMsg number errNum
  30177.     --enter statements to perform when no records are found such as...
  30178.     display dialog "Sorry, the item you selected could not be found."
  30179.     return
  30180. end try
  30181. e    No Changeq
  30182. Dev.CD Feb 00 TC
  30183. D!All Packages
  30184. Tool Chest Edition
  30185. TransferProvider
  30186. This sample demonstrates how to use OTTransferProviderOwnership to transfer the ownership of an Open Transport provider (eg an endpoint) between Open Transport clients.  In this example, an endpoint is transferred between a shared library and an application that calls that shared library.  The code from this sample is featured in the latest release (v1.2) of the book 
  30187. Inside Macintosh: Open Transport
  30188. J'Sample Code.img
  30189. Windows Sample Code.imgK
  30190. Nov 97:Sample Code:V
  30191. 6898X
  30192. 1e    No Change
  30193. All Packages
  30194. 7.1.2O
  30195. Dev.CD Jul 94P
  30196. Dev.CD Jul 9V
  30197. 5363X
  30198. Jul 94
  30199. b--set theItem to choose file -- uncomment to test in an AS editor
  30200.     tell application "Finder"
  30201.         open item "Dev.CD Jul 94"
  30202.         activate
  30203.     end tell
  30204. on error errMsg number errNum
  30205.     --enter statements to perform when no records are found such as...
  30206.     display dialog "Sorry, the item you selected could not be found."
  30207.     return
  30208. end try
  30209. All Packages
  30210. 7.1.2O
  30211. Dev.CD Jul 94P
  30212. Dev.CD Jul 9V
  30213. 5364X
  30214. Jul 94
  30215. b--set theItem to choose file -- uncomment to test in an AS editor
  30216.     tell application "Finder"
  30217.         open item "Dev.CD Jul 94"
  30218.         activate
  30219.     end tell
  30220. on error errMsg number errNum
  30221.     --enter statements to perform when no records are found such as...
  30222.     display dialog "Sorry, the item you selected could not be found."
  30223.     return
  30224. end try
  30225. All Packages
  30226. 7.1.2O
  30227. Dev.CD Jul 94P
  30228. Dev.CD Jul 9V
  30229. 5365X
  30230. Jul 94
  30231. 4885X
  30232. Apr 93
  30233. groups
  30234. Dev.CD Feb 00 TC:Sample Code:P
  30235. Dev.CD Feb 00 TC
  30236.  - Sample Code
  30237. typography
  30238. 1.1.1
  30239. spooler
  30240. patch
  30241. 1.0.2
  30242. 1.1.2
  30243. spooler
  30244. patch
  30245. 1.0.2
  30246. 1.1.3
  30247. spooler
  30248. patch
  30249. 1.0.2
  30250. qt3-more
  30251. qt3-more
  30252. video
  30253. technical
  30254. backgrounder
  30255. qtdevdocs
  30256. quick
  30257. start
  30258. quickdraw
  30259. quickdraw
  30260. v1.5.2
  30261. quickdraw
  30262. update
  30263. quickdraw
  30264. first
  30265. quickstart
  30266. quicktake
  30267. quicktake
  30268. documentation
  30269. quicktake
  30270. marketing
  30271. items
  30272. quicktake
  30273. first
  30274. quicktake/macintosh
  30275. quicktake/macintosh
  30276. image
  30277. quicktake/windows
  30278. quicktake/windows
  30279. quicktime
  30280. quicktime
  30281. xcmds
  30282. alias
  30283. r13u4
  30284. rdocproc
  30285. rdocproc
  30286. registration
  30287. request
  30288. ng or Technical contact as well. If you have recently moved or had a contact change, please take a few minutes to fill out and send this form to ensure we have the most current and accurate information for your company.
  30289.  NuBus Board Registration
  30290. This stack contains a questionaire that allows Macintosh board developers to register their board information in order to receive board ids and functional sResource values for their boards. Because this stack creates a file, YOU MUST FIRST COPY TFkHIS STACK TO A DISK THAT IS NOT WRITE PROTECTED. Please fill out one of these questionaires for each board.
  30291. JvAppleII File and Auxiliary Type
  30292. Bug Reporting
  30293. C/F Registration Requests:
  30294. Dev Info Change Form
  30295. NuBus Board RegistrationK
  30296. Apr 94L
  30297. May 96O+Dev.CD Dec 99 RL:Utilities:Developer Forms:P0Dev.CD Dec 99 RL
  30298.  - Utilities
  30299.  - Developer Forms
  30300. register creator and file type IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.
  30301.   The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creator/file type database.  It also automatically creates an AppleLink to send to DEVSUPPORT.  Re
  30302. quires Hypercard 2.1.
  30303. Creator/File Types can now be registered on the Web.  Before registering, you can search the existing creator/file type database to see if the ID you want has been taken.  If not, fill out the Web registration form to claim that ID.  This service is at <http://dev.info.apple.com/cftype/>
  30304.  Dev Info Change Form
  30305. Developer Programs delivers its monthly mailings to the Certified contact at your company.  We may occasionally deliver specialized information to the Marketi
  30306. mirror
  30307. misaligned
  30308. misalignment
  30309. miscellaneous
  30310. miscreant
  30311. misdemeanors
  30312. misguided
  30313. mismatched
  30314. misrecognized
  30315. missing
  30316. mistake
  30317. mixed
  30318. mixed-mode
  30319. mixed-partition
  30320. mixer
  30321. mixing
  30322. mobile
  30323. mockup
  30324. modal
  30325. modallist
  30326. model
  30327. modeled
  30328. modeless
  30329. modeling
  30330. models
  30331. modem
  30332. moderate
  30333. moderated
  30334. moderm
  30335. modern
  30336. modes
  30337. modification
  30338. modified
  30339. modifier
  30340. modifiers
  30341. modify
  30342. summary
  30343. allows
  30344. developer
  30345. monitor
  30346. summary
  30347. makes
  30348. survey
  30349. people
  30350. electron
  30351. summary
  30352. training
  30353. stack
  30354. gives
  30355. general
  30356. overview
  30357. summary
  30358. allows
  30359. hypertalk
  30360. scripter
  30361. display
  30362. summary
  30363. supplementing
  30364. documentation
  30365. summary
  30366. validator
  30367. utility
  30368. testing
  30369. sierra/i
  30370. summary
  30371. simple
  30372. macintosh
  30373. application
  30374. supports
  30375. summary
  30376. network
  30377. software
  30378. installer
  30379. insta
  30380. sun's
  30381. sunsoft
  30382. supersedes
  30383. suport
  30384. supplement
  30385. supplementing
  30386. supplied
  30387. supply
  30388. support
  30389. project
  30390. includes
  30391. project
  30392. large
  30393. project
  30394. large
  30395. project
  30396. quick
  30397. start
  30398. guide
  30399. projectdrag
  30400. projectdrag
  30401. applets
  30402. projectdrag
  30403. manual
  30404. projectfolders
  30405. projectmenu
  30406. projects
  30407. projectxplugin68k
  30408. projectxplugin68knfp
  30409. projectxpluginppc
  30410. projlistmenu
  30411. promptoid
  30412. promptoid
  30413. protocol
  30414. protos
  30415. prototyping
  30416. prototyping
  30417. toolkit
  30418. ptags
  30419. ptags
  30420. manual
  30421. ptags
  30422. manual
  30423. pubscatalog
  30424. pubscatalog
  30425. pubsorderform
  30426. pubsorderform
  30427. Nov 97
  30428. f--set theItem to choose file -- uncomment to test in an AS editor
  30429.     tell application "Finder"
  30430.         open item "Dev.CD Nov 97 SSW"
  30431.         activate
  30432.     end tell
  30433. on error errMsg number errNum
  30434.     --enter statements to perform when no records are found such as...
  30435.     display dialog "Sorry, the item you selected could not be found."
  30436.     return
  30437. end try
  30438. All Packages
  30439. F    8.0 ImageO
  30440. Dev.CD Nov 97 SSWP
  30441. Dev.CD Nov 97 SSV
  30442. 5634X
  30443. Nov 97
  30444. f--set theItem to choose file -- uncomment to test in an AS editor
  30445.     tell application "Finder"
  30446.         open item "Dev.CD Nov 97 SSW"
  30447.         activate
  30448.     end tell
  30449. on error errMsg number errNum
  30450.     --enter statements to perform when no records are found such as...
  30451.     display dialog "Sorry, the item you selected could not be found."
  30452.     return
  30453. end try
  30454. All Packages
  30455. F    8.0 ImageO
  30456. Dev.CD Nov 97 SSWP
  30457. Dev.CD Nov 97 SSV
  30458. 5635X
  30459. Nov 97
  30460. ing:Virtual User tools:ge
  30461. shipping
  30462. Dev.CD Oct 94P
  30463. Dev.CD Oct 9V
  30464. 6853X
  30465. Oct 94
  30466. b--set theItem to choose file -- uncomment to test in an AS editor
  30467.     tell application "Finder"
  30468.         open item "Dev.CD Oct 94"
  30469.         activate
  30470.     end tell
  30471. on error errMsg number errNum
  30472.     --enter statements to perform when no records are found such as...
  30473.     display dialog "Sorry, the item you selected could not be found."
  30474.     return
  30475. end try
  30476. All Packages
  30477. System UpdateO
  30478. Dev.CD Oct 94P
  30479. Dev.CD Oct 9V
  30480. 6854X
  30481. Oct 94
  30482. b--set theItem to choose file -- uncomment to test in an AS editor
  30483.     tell application "Finder"
  30484.         open item "Dev.CD Oct 94"
  30485.         activate
  30486.     end tell
  30487. on error errMsg number errNum
  30488.     --enter statements to perform when no records are found such as...
  30489.     display dialog "Sorry, the item you selected could not be found."
  30490.     return
  30491. end try
  30492. All Packages
  30493. System UpdateO
  30494. Dev.CD Oct 94P
  30495. Dev.CD Oct 9V
  30496. 6855X
  30497. Oct 94
  30498. sourcebug
  30499. spooler
  30500. forms
  30501. formulate
  30502. forrest
  30503. forth
  30504. fortran
  30505. forward
  30506. forwarders
  30507. forwards
  30508. found
  30509. foundation
  30510. foundation
  30511. reference
  30512. fragile
  30513. fragment
  30514. fragments
  30515. frame
  30516. frames
  30517. frames/sec
  30518. framework
  30519. framework-based
  30520. frameworks
  30521. francois
  30522. franke
  30523. freed
  30524. freeing
  30525. freely
  30526. freeware
  30527. french
  30528. freqforeverchange
  30529. frequency
  30530. frequently
  30531. front
  30532. P8Dev.CD Jan 00 SDK1
  30533.  - Development Kits
  30534.  - Mac OS
  30535.  - AIAT-- uncomment to test in an AS editor
  30536.     tell application "Finder"
  30537.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):ScriptX:"
  30538.         activate
  30539.     end tell
  30540. on error errMsg number errNum
  30541.     --enter statements to perform when no records are found such as...
  30542.     display dialog "Sorry, the item you selected could not be found."
  30543.     return
  30544. end try
  30545. Deletedq
  30546. Dev.CD Apr 98 SDK2
  30547. D!All Packages
  30548. Tool Chest Edition
  30549. folder contains several
  30550.  snippets that illustrate the original and asynchronous SCSI Managers, including a working SCSI device driver.
  30551. All samples work under the asynchronous SCSI Manager (SCSI Manager 4.3) and, where appropriate under the original (Inside Mac IV) SCSI Manager and have been compiled under several C environments (MPW, Think C, MetroWerks).
  30552. Some snippets require the Asynchronous SCSI Manager (SCSI Manager 4.3).
  30553. Known bugs/incompatibilites:
  30554. These snippets 
  30555. These snippets 
  30556. Appearance
  30557. Appearance Extension
  30558. Appearance Sample Code
  30559. Appearance SDK Read Me
  30560. Appearance Versions
  30561. AppearanceCDEV
  30562. Documents
  30563. Prefs for use with System 7.x
  30564. Tools
  30565. _KeyboardK
  30566. Oct 98L
  30567. Sep 99N$Appearance, .Keyboard, function keysO@Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:PHDev.CD Jan 00 SDK1
  30568.  - Development Kits
  30569.  - Mac OS
  30570.  - Appearance SDK 1.0.4V
  30571. 5737X
  30572. Jan 00^
  30573. --set theItem to choose file -- uncomment to test in an AS editor
  30574.     tell application "Finder"
  30575.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:"
  30576.         activate
  30577.     end tell
  30578. on error errMsg number errNum
  30579.     --enter statements to perform when no records are found such as...
  30580.     display dialog "Sorry, the item you selected could not be found."
  30581.     return
  30582. end try
  30583. e    No Changef"Appearance
  30584. .Keyboard
  30585. function keysq
  30586. Dev.CD Jan 00 SDK1
  30587. #D(All Packages
  30588. Reference Library Edition
  30589. Apple CD-ROM Handbook
  30590.     sage
  30591. meta-content
  30592. meta-content
  30593. format
  30594. Dev.CD Vol. X
  30595. Dev.CD Vol. IX
  30596. Dev.CD Vol. VIII
  30597. Dev.CD Vol. VII
  30598. Dev CD Vol. VI
  30599. Dev CD Vol. V
  30600. Dev CD Vol. IV Developer CD (III)
  30601. Developer CD (II)
  30602. Excellent CD (I)P
  30603. Dev.CD Vol. X
  30604. Dev.CD Vol. IX
  30605. Dev.CD Vol. VIII
  30606. Dev.CD Vol. VII
  30607. Dev CD Vol. VI
  30608. Dev CD Vol. V
  30609. Dev CD Vol. IV Developer CD (III)
  30610. Developer CD (II)
  30611. Excellent CD (IV
  30612. 5088X
  30613. Vol. X
  30614. --set theItem to choose file -- uncomment to test in an AS editor
  30615.     tell application "Finder"
  30616.         open item "Dev.CD Vol. X
  30617. Dev.CD Vol. IX
  30618. Dev.CD Vol. VIII
  30619. Dev.CD Vol. VII
  30620. Dev CD Vol. VI
  30621. Dev CD Vol. V
  30622. Dev CD Vol. IV Developer CD (III)
  30623. Developer CD (II)
  30624. Excellent CD (I)"
  30625.         activate
  30626.     end tell
  30627. on error errMsg number errNum
  30628.     --enter statements to perform when no records are found such as...
  30629.     display dialog "Sorry, the item you selected could not be found."
  30630.     return
  30631. nd try
  30632. All Packages
  30633. 6.0.2O"Developer CD (II)
  30634. Excellent CD (I)P!Developer CD (II)
  30635. Excellent CD (IV
  30636. 5089X
  30637. er CD 
  30638. decompression@
  30639. beyond
  30640. bezier
  30641. bidirectional
  30642. bigscrolling
  30643. binary
  30644. binding
  30645. binhex
  30646. bit-depth
  30647. bitmap
  30648. bitmapped
  30649. bitmaps
  30650. black
  30651. black&white
  30652. board
  30653. boards
  30654. bones
  30655. bookmarks
  30656. books
  30657. boost
  30658. bottleneck
  30659. bottom
  30660. boundaries
  30661. boundary
  30662. boxes
  30663. branch
  30664. brand
  30665. brave
  30666. braving
  30667. break
  30668. breaks
  30669. breakthroughs
  30670. breeze
  30671. brian
  30672. bridge
  30673. bridges
  30674. e    No Changef
  30675. ADBOp
  30676. CFM-68Kq
  30677. Dev.CD Feb 00 TC
  30678. D.All Packages
  30679. Tool Chest Edition
  30680. New & RevisedF
  30681. SetupGL
  30682. SetupGL is a set of functions that can be used in new and exitsing applications to handle all aspects of OpenGL setup on the Macintosh under OS 9.  It is designed to handle windowed or full screen set up with good error handling and fall back cases.  The key to SetupGL is that it attempts to match your 3D context requests with the device that is able to handle them rather than pick a single device and hoping that it can handle the 3D requirements.  A version of SetupGL is used in the "Quakitles
  30683. tnetworkbuf
  30684. tnetworkiostream
  30685. tnetworkistream
  30686. tnetworkostream
  30687. Feb 00^
  30688. Revised
  30689. --set theItem to choose file -- uncomment to test in an AS editor
  30690.     tell application "Finder"
  30691.         open item "Dev.CD Feb 00 TC:What's New?:Technical Publications:Technical Documentation:Developer Documentation:"
  30692.         activate
  30693.     end tell
  30694. on error errMsg number errNum
  30695.     --enter statements to perform when no records are found such as...
  30696.     display dialog "Sorry, the item you selected could not be found."
  30697.     return
  30698. end try
  30699. Updatedf`Developer Documentation
  30700. Publications
  30701. Technical Publications
  30702. Techpubs
  30703. documentation
  30704. Hardwareo.http://developer.apple.com/techpubs/index.htmlq
  30705. Dev.CD Feb 00 TC
  30706. D!All Packages
  30707. Mac OS SDK Edition
  30708. DeveloperDocumentation: Carbon
  30709.     kDraw GX printing objects to customize printing and perform advanced printing-related tasks.
  30710. QuickDraw GX Printing Extensions and Drivers
  30711. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  30712. its to colorize a picture.  You select a foreground and background color, and copybits colorizes the picture.
  30713. Compressed PICT Info:  This snippet shows how to use the StdPix proc to intercept and display the compression type and depth of any compressed PICT within a PICT resource.
  30714. CopyBits vs. CopyMask:  This snippet drag races CopyBits (using a mask region) and CopyMask (using a mask BitMap). Which do you think is faster? The results may surprise you.
  30715. CopybitsSpeedPalette:  This progra
  30716. m demostrates ways to increase copybits speed when using palettes.
  30717. CopyDeepMask:  This program demonstrates the use of CopyDeepMask using 2 PICTS (one a photograph and the other a triangular mask).  It uses 2 offscreen gworlds to hold the source and mask pixmaps. CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order to avoid altering pixel sizes.
  30718. CopyMask:  Shows how Copy
  30719. ppclist
  30720. ppclist
  30721. ppcnumerics
  30722. ppcsoftware
  30723. pre-asip
  30724. pre-release
  30725. pre-release
  30726. prebuilt
  30727. preferences
  30728. prefix
  30729. prefs
  30730. prefs
  30731. system
  30732. previous
  30733. primer
  30734. print
  30735. print
  30736. total
  30737. pages
  30738. print2
  30739. printaetypes
  30740. printaetypes
  30741. printing
  30742. printpict
  30743. printpict
  30744. printpictlist
  30745. printpictlist
  30746. privileges
  30747. privileges
  30748. process
  30749. processes
  30750. processor
  30751. product
  30752. products
  30753. profile
  30754. profiler
  30755. profilerenamer
  30756. profilerenamer
  30757. project
  30758. large
  30759. project
  30760. quick
  30761. start
  30762. guide
  30763. projectfolders
  30764. projectmenu
  30765. projects
  30766. projectxplugin68k
  30767. projectxplugin68knfp
  30768. All Packages
  30769. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  30770. Dev.CD Jan 94
  30771. Dev.CD Oct 93
  30772. Dev.CD Jul 93
  30773. Dev.CD Apr 93PDDev.CD Apr 94
  30774. Dev.CD Jan 94
  30775. Dev.CD Oct 93
  30776. Dev.CD Jul 93
  30777. Dev.CD Apr 9V
  30778. 6680X
  30779. Apr 94
  30780. --set theItem to choose file -- uncomment to test in an AS editor
  30781.     tell application "Finder"
  30782.         open item "Dev.CD Apr 94
  30783. Dev.CD Jan 94
  30784. Dev.CD Oct 93
  30785. Dev.CD Jul 93
  30786. Dev.CD Apr 93"
  30787.         activate
  30788.     end tell
  30789. on error errMsg number errNum
  30790.     --enter statements to perform when no records are found such as...
  30791.     display dialog "Sorry, the item you selected could not be found."
  30792.     return
  30793. end try
  30794. All Packages
  30795. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  30796. Dev.CD Jan 94
  30797. Dev.CD Oct 93
  30798. Dev.CD Jul 93
  30799. Dev.CD Apr 93PDDev.CD Apr 94
  30800. Dev.CD Jan 94
  30801. Dev.CD Oct 93
  30802. Dev.CD Jul 93
  30803. Dev.CD Apr 9V
  30804. 6681X
  30805. Apr 94
  30806. didn't
  30807. dierks
  30808. differ
  30809. All Packages
  30810. 7.5.3 (5400)O
  30811. Dev.CD Oct 96 SSWP
  30812. Dev.CD Oct 96 SSV
  30813. 5542X
  30814. Oct 96
  30815. f--set theItem to choose file -- uncomment to test in an AS editor
  30816.     tell application "Finder"
  30817.         open item "Dev.CD Oct 96 SSW"
  30818.         activate
  30819.     end tell
  30820. on error errMsg number errNum
  30821.     --enter statements to perform when no records are found such as...
  30822.     display dialog "Sorry, the item you selected could not be found."
  30823.     return
  30824. end try
  30825. All Packages
  30826. 7.5.3 (5400)O
  30827. Dev.CD Oct 96 SSWP
  30828. Dev.CD Oct 96 SSV
  30829. 5543X
  30830. Oct 96
  30831. f--set theItem to choose file -- uncomment to test in an AS editor
  30832.     tell application "Finder"
  30833.         open item "Dev.CD Oct 96 SSW"
  30834.         activate
  30835.     end tell
  30836. on error errMsg number errNum
  30837.     --enter statements to perform when no records are found such as...
  30838.     display dialog "Sorry, the item you selected could not be found."
  30839.     return
  30840. end try
  30841. All Packages
  30842. 7.5.3 (5400)O
  30843. Dev.CD Oct 96 SSWV
  30844. 5544X
  30845. Jul 96
  30846. All Packages
  30847. 7.1 (PB 145B)O
  30848. Dev.CD Jul 93P
  30849. Dev.CD Jul 9V
  30850. 5304X
  30851. Jul 93
  30852. b--set theItem to choose file -- uncomment to test in an AS editor
  30853.     tell application "Finder"
  30854.         open item "Dev.CD Jul 93"
  30855.         activate
  30856.     end tell
  30857. on error errMsg number errNum
  30858.     --enter statements to perform when no records are found such as...
  30859.     display dialog "Sorry, the item you selected could not be found."
  30860.     return
  30861. end try
  30862. All Packages
  30863. 7.1 (PB 145B)O
  30864. Dev.CD Jul 93P
  30865. Dev.CD Jul 9V
  30866. 5305X
  30867. Jul 93
  30868. b--set theItem to choose file -- uncomment to test in an AS editor
  30869.     tell application "Finder"
  30870.         open item "Dev.CD Jul 93"
  30871.         activate
  30872.     end tell
  30873. on error errMsg number errNum
  30874.     --enter statements to perform when no records are found such as...
  30875.     display dialog "Sorry, the item you selected could not be found."
  30876.     return
  30877. end try
  30878. All Packages
  30879. 7.1 (PB 145B)O
  30880. Dev.CD Jul 93P
  30881. Dev.CD Jul 9V
  30882. 5306X
  30883. Jul 93
  30884. technical
  30885. publications
  30886. techniques
  30887. technote
  30888. techpubs
  30889. telephone
  30890. telephone
  30891. manager
  30892. telephony
  30893. television
  30894. tendpointinfo
  30895. testing
  30896. encoding
  30897. encoding
  30898. converter
  30899. text-to-speech
  30900. textedit
  30901. textedit
  30902. replacement
  30903. utilities
  30904. update
  30905. usage
  30906. utilities
  30907. utility
  30908. variable
  30909. variables
  30910. vector
  30911. version
  30912. video
  30913. video
  30914. device
  30915. video
  30916. toolkit
  30917. viewer
  30918. virtual
  30919. virtual
  30920. virtualuser
  30921. volumes
  30922. vtwin
  30923. wannabe
  30924. browser
  30925. webobjects
  30926. window
  30927. window
  30928. arrangement
  30929. window
  30930. attributes
  30931. window
  30932. class
  30933. window
  30934. classes
  30935. window
  30936. layers
  30937. window
  30938. manager
  30939. windows
  30940. world
  30941. world
  30942. 1.3.1
  30943. 1.3.4
  30944. 1.3.6
  30945. 1.3a6
  30946. 1.4.2
  30947. 1.4.6
  30948. 1.4mb
  30949. 1.5.1
  30950. 1.5b16
  30951. 10-newton
  30952. 10/95
  30953. 10/96
  30954. 10/97
  30955. files
  30956. 11-12/96
  30957. 11-other
  30958. 11-other
  30959. topics
  30960. 11/95
  30961. 11/97
  30962. 12-training
  30963. 12-training
  30964. schedule
  30965. 12/95
  30966. 13-du
  30967. 13-du
  30968. training
  30969. sites
  30970. 2-1.1.3
  30971. 2.0.1
  30972. 2.0.2
  30973. 2.0.6
  30974. 2.0.6
  30975. files
  30976. 2.0b6
  30977. ords are found such as...
  30978.     display dialog "Sorry, the item you selected could not be found."
  30979.     return
  30980. end try
  30981. P:Dev.CD Apr 97 SSW
  30982.  - What's New?
  30983.  - Developer Notes UpdateV
  30984. 5901X
  30985. Apr 97^
  30986. --set theItem to choose file -- uncomment to test in an AS editor
  30987.     tell application "Finder"
  30988.         open item "Dev.CD Apr 97 SSW:What's New?:Developer Notes Update:"
  30989.         activate
  30990.     end tell
  30991. on error errMsg number errNum
  30992.     --enter statements to perform when no records are found such as...
  30993.     display dialog "Sorry, the item you selected could not be found."
  30994.     return
  30995. end try
  30996. Deletedq
  30997. Dev.CD Apr 97 SSW
  30998. D.All Packages
  30999. Tool Chest Edition
  31000. New & RevisedF
  31001. DeveloperDocumentation
  31002. Developer DocumentationJ
  31003. hardwareK
  31004. Jan 00L
  31005. Feb 00NfDeveloper Documentation, Publications, Technical Publications, Techpubs, documentation, docs, HardwareOdDev.CD Feb 00 TC:What's New?:Technical Publications:Technical Documentation:Developer Documentation:PoDev.CD Feb 00 TC
  31006.  - What's New?
  31007.  - Technical Publications
  31008.  - Technical Documentation
  31009.  - Developer DocumentationV
  31010. 5902X
  31011. 1le.com/techpubs/index.html
  31012. older" example that shows the files in the folder grayed out.
  31013. SettingUpStdFile:  This snippet demonstrates how to make Standard File select an initial file under both System 6 and System 7.
  31014. SFGetFolder C:  This sample uses the new System 7 CustomGetFile routine to provide a StandardGetFolder call to be used by applications when the user needs to select a folder instead of a file. C Version.
  31015. SFGetFolder Pascal:  This sample uses the new System 7 CustomGetFile routine to provide a Standar
  31016. dGetFolder call to be used by applications when the user needs to select a folder instead of a file. Pascal Version.
  31017. stdFilterHacking:  The new Standard Dialog Filter in 7.0 and later has a problem: if you dim a button and then your dialog gets an activate event,  the button will be re-enabled! Here's some code to fix the problem.
  31018. Un/mount:  This sample demonstrates how to handle disk-inserted events in a modal dialog. Along the way, it demonstrates how to field a disk-inserted event wit
  31019. ews (1 million Power Macs; Apple Licenses MacOS; QuickTime Conferencing; AppleShare and AppleSearch for Windows; MessagePad 120; Motorola Newton Wireless Device); Strategy Mosaic (Blueprint for Future: Communications and Collaboration); Editor's Note (Delays); IndustryWatch.
  31020. Technology: News (develop issue 21); CD Highlights;  Human Interface (Disambiguator, pt 1); OpenDoc HI Q&A, pt 3; QuickDraw 3D.
  31021. Business & Marketing:  Market Research Monthly (Server Software); Special Market Report 
  31022. (Newton Vertical Market); Marketing Feature (User Group Marketing).
  31023. This is final draft copy from the February Apple Directions, 
  31024.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  31025. February 1995 Apple Directions Articles
  31026. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  31027. crcpatch
  31028. crcpatch
  31029. folder
  31030. createalias
  31031. createalias
  31032. createcopy
  31033. createcopy
  31034. new/updated
  31035. newccursor
  31036. newer
  31037. newfolder
  31038. newgworld
  31039. newly
  31040. newsgroup
  31041. newsgroups
  31042. newsletter
  31043. newswatcher
  31044. newton
  31045. newton-related
  31046. nicer
  31047. nicest
  31048. nichols
  31049. ~--set theItem to choose file -- uncomment to test in an AS editor
  31050.     tell application "Finder"
  31051.         open item "Dev.CD Jan 94
  31052. Dev.CD Oct 93
  31053. Dev.CD Jul 93"
  31054.         activate
  31055.     end tell
  31056. on error errMsg number errNum
  31057.     --enter statements to perform when no records are found such as...
  31058.     display dialog "Sorry, the item you selected could not be found."
  31059.     return
  31060. end try
  31061. jbindery
  31062. jdirect
  31063. jmanager
  31064. joystick
  31065. kernel
  31066. keyboard
  31067. keyboard
  31068. keychain
  31069. keychain
  31070. password
  31071. storage
  31072. passphrase
  31073. password
  31074. keychain
  31075. access
  31076. cryptography
  31077. signing
  31078. kibitz
  31079. korean
  31080. label
  31081. language
  31082. language
  31083. analysis
  31084. language
  31085. analysis
  31086. architecture
  31087. japanese
  31088. macapp
  31089. macapp
  31090. framework
  31091. object-oriented
  31092. classes
  31093. editor
  31094. resou
  31095. machine
  31096. ple outside yo
  31097. Summary:  The QuickDraw GX Print Spooler Patch fixes a problem when trying to print to AppleShare and Novell Netware print spoolers.  This patch makes changes to the QuickDraw GX extension and the LaserWriter GX printer driver.  You should work with copies of the GX extension and GX driver, and then move the modified files into your system's Extensions folder.
  31098. These spooler patches replace any previous versions. This version fixes a problem where users were unable to patch certain localizB
  31099. ed versions of GX.
  31100. JuGX Spooler Patch Read Me
  31101. QDGX 1.1.1 Spooler Patch 1.0.2
  31102. QDGX 1.1.2 Spooler Patch 1.0.2
  31103. QDGX 1.1.3 Spooler Patch 1.0.2K
  31104. Jun 96M3QuickDraw GX (minimum 1.1.1), System 7.5 (minimum).N:QuickDraw GX spooler print patch AppleShare Novell NetwareOBDev.CD Feb 00 TC:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:PJDev.CD Feb 00 TC
  31105.  - Tool Chest
  31106.  - QuickDraw GX
  31107.  - QDGX Spooler Patch 1.0.2
  31108. window
  31109. manager
  31110. windows
  31111. wombat
  31112. world
  31113. world
  31114. tionQ
  31115. --set theItem to choose file -- uncomment to test in an AS editor
  31116.     tell application "Finder"
  31117.         open item "Dev.CD Jan 92
  31118. Dev.CD Vol. XI
  31119. Dev.CD Vol. X"
  31120.         activate
  31121.     end tell
  31122. on error errMsg number errNum
  31123.     --enter statements to perform when no records are found such as...
  31124.     display dialog "Sorry, the item you selected could not be found."
  31125.     return
  31126. end try
  31127. t be found."
  31128.     return
  31129. end try
  31130. e    No Change
  31131. encoding
  31132. Unicode
  31133. script
  31134. language
  31135. conversion
  31136. games
  31137. input device
  31138. sprocket
  31139. joystick
  31140. gamepad
  31141. gaming
  31142. blanking
  31143. screen
  31144. display
  31145. buffering
  31146. games
  31147. sprocket
  31148. gaming
  31149. networking
  31150. games
  31151. multiprocessing
  31152. preemptive task
  31153. multitasking
  31154. threads
  31155. threading
  31156. Icon Services
  31157. Icon Utilities
  31158. 'icns'
  31159. icon family
  31160. icon resources
  31161. IconRef
  31162. icon plotting
  31163. Navigation Services
  31164. Standard File
  31165. file management
  31166. file navigation
  31167. opening files
  31168. saving files
  31169. Network Services Location
  31170. file preview
  31171. Apple Help
  31172. Apple Guide
  31173. user assista
  31174. 5903X
  31175. Jan 00^
  31176. --set theItem to choose file -- uncomment to test in an AS editor
  31177.     tell application "Finder"
  31178.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:"
  31179.         activate
  31180.     end tell
  31181. on error errMsg number errNum
  31182.     --enter statements to perform when no records are found such as...
  31183.     display dialog "Sorry, the item you selected could not be found."
  31184.     return
  31185. end try
  31186. e    No ChangefNprinting
  31187. Carbon
  31188. Carbon printing
  31189. Carbon Printing Manager
  31190. print
  31191. imaging
  31192. graphicso.http://developer.apple.com/techpubs/index.htmlq
  31193. Dev.CD Jan 00 SDK1
  31194. D!All Packages
  31195. Mac OS SDK Edition
  31196. F&DeveloperDocumentation: Corefoundation
  31197.     tionq
  31198. Dev.CD Feb 00 TC
  31199. D(All Packages
  31200. Reference Library Edition
  31201. Inside Macintosh - QuickDraw GX
  31202. detector
  31203. detector
  31204. contextual
  31205. apple
  31206. detectors
  31207. detectors
  31208. developer
  31209. developer
  31210. documentation
  31211. publications
  31212. technical
  31213. publications
  31214. developer
  31215. notes
  31216. hardware
  31217. technical
  31218. publications
  31219. ibook
  31220. developers
  31221. development
  31222. device
  31223. device
  31224. driver
  31225. block
  31226. storage
  31227. drive
  31228. gestalt
  31229. cd-rom
  31230. devices
  31231. devnotes
  31232. dialog
  31233. dialogs
  31234. dictation
  31235. dictionary
  31236. digital
  31237. interleaving
  31238. memory
  31239. configuration
  31240. disabled
  31241. disassembler
  31242. disassembly
  31243. utility
  31244. drive
  31245. setup
  31246. drive
  31247. setup
  31248. utilities
  31249. display
  31250. display
  31251. manager
  31252. resolution
  31253. screen
  31254. monitor
  31255. pixel
  31256. depth
  31257. display
  31258. manager
  31259. window
  31260. arrangement
  31261. display
  31262. pixel
  31263. depth
  31264. disposeresource
  31265. conversion
  31266. All Packages
  31267. QuickDraw GXO
  31268. Dev.CD Aug 96 TCP
  31269. Dev.CD Aug 96 TV
  31270. 6329X
  31271. Aug 96
  31272. e--set theItem to choose file -- uncomment to test in an AS editor
  31273.     tell application "Finder"
  31274.         open item "Dev.CD Aug 96 TC"
  31275.         activate
  31276.     end tell
  31277. on error errMsg number errNum
  31278.     --enter statements to perform when no records are found such as...
  31279.     display dialog "Sorry, the item you selected could not be found."
  31280.     return
  31281. end try
  31282. All Packages
  31283. QuickDraw GXO
  31284. Dev.CD Aug 96 TCP
  31285. Dev.CD Aug 96 TV
  31286. 6330X
  31287. Aug 96
  31288. e--set theItem to choose file -- uncomment to test in an AS editor
  31289.     tell application "Finder"
  31290.         open item "Dev.CD Aug 96 TC"
  31291.         activate
  31292.     end tell
  31293. on error errMsg number errNum
  31294.     --enter statements to perform when no records are found such as...
  31295.     display dialog "Sorry, the item you selected could not be found."
  31296.     return
  31297. end try
  31298. All Packages
  31299. QuickDraw GXO
  31300. Dev.CD Aug 96 TCP
  31301. Dev.CD Aug 96 TV
  31302. 6331X
  31303. chestW
  31304. mOrDev.CD July 92
  31305. Dev.CD June 92
  31306. Dev.CD May 92
  31307. Dev.CD Apr 92
  31308. Dev.CD Mar 92
  31309. Dev.CD Feb 92
  31310. Dev.CD Jan 92
  31311. Dev.CD Vol. XIPqDev.CD July 92
  31312. Dev.CD June 92
  31313. Dev.CD May 92
  31314. Dev.CD Apr 92
  31315. Dev.CD Mar 92
  31316. Dev.CD Feb 92
  31317. Dev.CD Jan 92
  31318. Dev.CD Vol. XV
  31319. 5172X
  31320. July 9
  31321. --set theItem to choose file -- uncomment to test in an AS editor
  31322.     tell application "Finder"
  31323.         open item "Dev.CD July 92
  31324. Dev.CD June 92
  31325. Dev.CD May 92
  31326. Dev.CD Apr 92
  31327. Dev.CD Mar 92
  31328. Dev.CD Feb 92
  31329. Dev.CD Jan 92
  31330. Dev.CD Vol. XI"
  31331.         activate
  31332.     end tell
  31333. on error errMsg number errNum
  31334.     --enter statements to perform when no records are found such as...
  31335.     display dialog "Sorry, the item you selected could not be found."
  31336.     return
  31337. end try
  31338. All Packages
  31339. 6.0.7O
  31340. Dev.CD July 92
  31341. Dev.CD June 92
  31342. Dev.CD May 92
  31343. Dev.CD Apr 92
  31344. Dev.CD Mar 92
  31345. Dev.CD Feb 92
  31346. Dev.CD Jan 92
  31347. Dev.CD Vol. XI
  31348. Dev.CD Vol. X
  31349. Dev.CD Vol. IX
  31350. Dev.CD Vol. VIII
  31351. Dev.CD Vol. VIIV
  31352. 5173X
  31353. sk 1:What's New:Sample Code:Text:TypeServicesForUnicode:W
  31354. spooler
  31355. All Packages
  31356. 7.1OsDev.CD Apr 94
  31357. Dev.CD Jan 94
  31358. Dev.CD Oct 93
  31359. Dev.CD Jul 93
  31360. Dev.CD Apr 93
  31361. Dev.CD Feb 93
  31362. Dev.CD Jan 93
  31363. Dev.CD Nov/Dec 92PrDev.CD Apr 94
  31364. Dev.CD Jan 94
  31365. Dev.CD Oct 93
  31366. Dev.CD Jul 93
  31367. Dev.CD Apr 93
  31368. Dev.CD Feb 93
  31369. Dev.CD Jan 93
  31370. Dev.CD Nov/Dec 9V
  31371. 5284X
  31372. Apr 94
  31373. --set theItem to choose file -- uncomment to test in an AS editor
  31374.     tell application "Finder"
  31375.         open item "Dev.CD Apr 94
  31376. Dev.CD Jan 94
  31377. Dev.CD Oct 93
  31378. Dev.CD Jul 93
  31379. Dev.CD Apr 93
  31380. Dev.CD Feb 93
  31381. Dev.CD Jan 93
  31382. Dev.CD Nov/Dec 92"
  31383.         activate
  31384.     end tell
  31385. on error errMsg number errNum
  31386.     --enter statements to perform when no records are found such as...
  31387.     display dialog "Sorry, the item you selected could not be found."
  31388.     return
  31389. end try
  31390. All Packages
  31391. 7.1OsDev.CD Apr 94
  31392. Dev.CD Jan 94
  31393. Dev.CD Oct 93
  31394. Dev.CD Jul 93
  31395. Dev.CD Apr 93
  31396. Dev.CD Feb 93
  31397. Dev.CD Jan 93
  31398. Dev.CD Nov/Dec 92V
  31399. 5285X
  31400. index
  31401. indian
  31402. plist
  31403. information
  31404. information
  31405. property
  31406. inline
  31407. inline
  31408. input
  31409. input
  31410. input
  31411. device
  31412. inputsprocket
  31413. inside
  31414. inside
  31415. inside
  31416. macintosh
  31417. installer
  31418. instance
  31419. instance
  31420. variables
  31421. instrumentation
  31422. integrity
  31423. interactive
  31424. interactive
  31425. media
  31426. solutions
  31427. interface
  31428. interface
  31429. builder
  31430. interfaces
  31431. interleaving
  31432. localized
  31433. strings
  31434. location
  31435. lproj
  31436. macapp
  31437. macintosh
  31438. macintosh
  31439. coprocessor
  31440. platform
  31441. macsbug
  31442. bundle
  31443. management
  31444. manager
  31445. manuals
  31446. media
  31447. memory
  31448. memory
  31449. manager
  31450. memory
  31451. monitor
  31452. items
  31453. manager
  31454. menus
  31455. missQ
  31456. mixed
  31457. System Enabler 065 (LC 575)O
  31458. Dev.CD Apr 94P
  31459. Dev.CD Apr 9V
  31460. 6712X
  31461. Apr 94
  31462. b--set theItem to choose file -- uncomment to test in an AS editor
  31463.     tell application "Finder"
  31464.         open item "Dev.CD Apr 94"
  31465.         activate
  31466.     end tell
  31467. on error errMsg number errNum
  31468.     --enter statements to perform when no records are found such as...
  31469.     display dialog "Sorry, the item you selected could not be found."
  31470.     return
  31471. end try
  31472. All Packages
  31473. System Enabler 065 (LC 575)O
  31474. Dev.CD Apr 94
  31475. Dev.CD Jan 94P
  31476. Dev.CD Apr 94
  31477. Dev.CD Jan 9V
  31478. 6713X
  31479. Apr 94
  31480. p--set theItem to choose file -- uncomment to test in an AS editor
  31481.     tell application "Finder"
  31482.         open item "Dev.CD Apr 94
  31483. Dev.CD Jan 94"
  31484.         activate
  31485.     end tell
  31486. on error errMsg number errNum
  31487.     --enter statements to perform when no records are found such as...
  31488.     display dialog "Sorry, the item you selected could not be found."
  31489.     return
  31490. end try
  31491. All Packages
  31492. 6714X
  31493. folder
  31494. contains
  31495. archives
  31496. format
  31497. apple
  31498. folder
  31499. contains
  31500. latest
  31501. version
  31502. controls
  31503. folder
  31504. contains
  31505. updated
  31506. documents
  31507. outlining
  31508. strategies
  31509. folder
  31510. contains
  31511. worldwide
  31512. updates
  31513. hypercard
  31514. update
  31515. features
  31516. including
  31517. powerplant
  31518. version
  31519. inputsprocket
  31520. update
  31521. appearance
  31522. 1.0.3
  31523. manager
  31524. manager
  31525. package
  31526. consists
  31527. files
  31528. provide
  31529. information
  31530. package
  31531. contains
  31532. number
  31533. routines
  31534. helpful
  31535. package
  31536. contains
  31537. appleshare
  31538. 3.6.5
  31539. first
  31540. states
  31541. basic
  31542. implmenetation
  31543. sample
  31544. demonstrates
  31545. variety
  31546. techniques
  31547. using
  31548. sample
  31549. demonstrates
  31550. variety
  31551. transport
  31552. sample
  31553. basic
  31554. implementation
  31555. sprite
  31556. nts to 7 on an extended keyboard
  31557. s lights repeatedly until the Shift and Caps Lock keys are pressed, or until it receives a Quit Application Apple event.
  31558. ModifyMouseAccl:  ModifyMouseAccl demonstrates the use of the CursorDeviceManager to adjust the mouse acceleration setting for the standard Apple mouse.  This quick sample obtains the CDM record associated with the standard mouse, saves the acceleration settings, then replaces the settings with some custom values defined in the program. 
  31559.  There is the option to specify a tablet like setting, or one which makes the mouse extremely sensitive to movement.  Set the define NOACCLCURVE to the desired value.  A discussion of the acceleration resource is provided in the Space Aliens ADB Tech Note.
  31560. Once the new values are set, the program makes the CursorDeviceSetAcceleration call, to have the Cursor Device Manager calculate the new acceleration curves to be used by the cursor draw routine.  After waving the mouse around to see 
  31561. textoid
  31562. textoid
  31563. textres
  31564. textres
  31565. texture
  31566. texture
  31567. sample
  31568. sighyper
  31569. hytime
  31570. snarfer
  31571. snarfer
  31572. snarfer
  31573. user's
  31574. guide
  31575. sound
  31576. manager
  31577. fully
  31578. threedmetafile
  31579. threedmetafile
  31580. threedmetafile
  31581. threedmetafile
  31582. timecode
  31583. timeslaving
  31584. title
  31585. system
  31586. folder
  31587. system
  31588. folder
  31589. 8.5.1
  31590. toolbox
  31591. toolkit
  31592. tools
  31593. themes
  31594. --set theItem to choose file -- uncomment to test in an AS editor
  31595.     tell application "Finder"
  31596.         open item "Dev.CD Apr 94
  31597. Dev.CD Jan 94
  31598. Dev.CD Oct 93
  31599. Dev.CD Jul 93
  31600. Dev.CD Apr 93"
  31601.         activate
  31602.     end tell
  31603. on error errMsg number errNum
  31604.     --enter statements to perform when no records are found such as...
  31605.     display dialog "Sorry, the item you selected could not be found."
  31606.     return
  31607. end try
  31608. end try
  31609. Next CDq
  31610. Dev.CD Dec 99 RL
  31611. D(All Packages
  31612. Reference Library Edition
  31613. develop Issue 11
  31614. 5904X
  31615. Jan 00^
  31616. --set theItem to choose file -- uncomment to test in an AS editor
  31617.     tell application "Finder"
  31618.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:"
  31619.         activate
  31620.     end tell
  31621. on error errMsg number errNum
  31622.     --enter statements to perform when no records are found such as...
  31623.     display dialog "Sorry, the item you selected could not be found."
  31624.     return
  31625. end try
  31626. e    No Change
  31627. Core Foundation
  31628. overview
  31629. opaque types
  31630. reference counts
  31631. Base Services
  31632. CFBase.h
  31633. CFRetain
  31634. CFRelease
  31635. Reference counting
  31636. allocators
  31637. custom allocators
  31638. CFAllocator
  31639. CFType
  31640. Polymorphic functions
  31641. CFTypeID
  31642. CFIndex
  31643. CFOptionFlags
  31644. CFHashCode
  31645. CFHash
  31646. compare
  31647. CFComparatorFunction
  31648. CFComparisonResult
  31649. CFEqual
  31650. CFRange
  31651. Bundle Services
  31652. CFBundle.h
  31653. CFBundle
  31654. bundle
  31655. main bundle
  31656. resources
  31657. resource management
  31658. localization
  31659. internationalization
  31660. cross-platform
  31661. application package
  31662. Application
  31663. Framework
  31664. Loadable bundle
  31665. EThis document provides preliminary information about the Carbon printing interface to help you convert your existing Mac OS 8 applications to Carbon. It offers code samples, detailed comparisons between the original Printing Manager and the new Carbon Printing Manager, and a complete  Carbon Printing Manager API reference.
  31666. CarbonPrintingMgrK
  31667. Jan 00NTprinting, Carbon, Carbon printing, Carbon Printing Manager, print, imaging, graphicsOkDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:PyDev.CD Jan 00 SDK1
  31668.  - What's New
  31669.  - Technical Documentation
  31670.  - Technical Publications
  31671.  - DeveloperDocumentation
  31672.  - carbonvides sample code for implementing inline input for TextEdit, the TSMTE interfaces, and the TSMTE extension. It is intended to be used along with Macintosh Technical Note TE 27 - Inline Input for TextEdit with TSMTE.
  31673. J'Sample Code.img
  31674. Windows Sample Code.imgK
  31675. Feb 94L
  31676. May 94:Sample Code:V
  31677. 4142X
  31678. Moved
  31679. tunnelsim
  31680. tupledumper
  31681. turkish
  31682. turkish
  31683. 1.1.3
  31684. tweencamera
  31685. tweencamera
  31686. typeservicesforunico
  31687. typeservicesforunico
  31688. typeservicesforunico
  31689. uk/eire
  31690. distributors/localiz
  31691. under
  31692. unicodeutilities
  31693. unicodeutilities
  31694. universal
  31695. universal
  31696. interfaces
  31697. universalinterfaces3
  31698. universalinterfaces3
  31699. university
  31700. unmountprojector
  31701. unsupported
  31702. unsupported
  31703. libraries
  31704. untitled
  31705. untitled
  31706. 1.4mb
  31707. format
  31708. unwrapcommenttext
  31709. update
  31710. --set theItem to choose file -- uncomment to test in an AS editor
  31711.     tell application "Finder"
  31712.         open item "Dev.CD Vol. VII
  31713. Dev CD Vol. V
  31714. Dev CD Vol. IV"
  31715.         activate
  31716.     end tell
  31717. on error errMsg number errNum
  31718.     --enter statements to perform when no records are found such as...
  31719.     display dialog "Sorry, the item you selected could not be found."
  31720.     return
  31721. end try
  31722. develop
  31723. issue
  31724. develop
  31725. issue
  31726. develop
  31727. issue
  31728. develop
  31729. issue
  31730. develop
  31731. issue
  31732. develop
  31733. issue
  31734. develop
  31735. issue
  31736. develop
  31737. issue
  31738. develop
  31739. issue
  31740. develop
  31741. issue
  31742. developer
  31743. developer
  31744. forms
  31745. developer
  31746. notes
  31747. update
  31748. developer's
  31749. developerdocumentati
  31750. developerdocumentati
  31751. carbon
  31752. developerdocumentati
  31753. corefoundation
  31754. digests
  31755. directions
  31756. driver
  31757. editor
  31758. emulator
  31759. complete
  31760. completed
  31761. completely
  31762. completes
  31763. completion
  31764. complex
  31765. complexity
  31766. compliance
  31767. complies
  31768. composited
  31769. compositing
  31770. compositor
  31771. compound
  31772. compound-document
  31773. compress
  31774. compressed
  31775. compressimage
  31776. compression
  31777. compression/decompre
  31778. compressor/decompres
  31779. computer
  31780. computer's
  31781. computer-based
  31782. computers
  31783. computing
  31784. concentrate
  31785. concepts
  31786.  find localized resources and dynamically load code into your program.
  31787. Core Foundation CollectionServices [NEW]
  31788. ---------------------------
  31789. This document explains the characteristics of collections and describes how to use specific kinds: arrays, dictionaries, sets, bags, and trees. It also describes Core Foundation's data object (CFData).
  31790. Core Foundation Overview [NEW]
  31791. ---------------------------
  31792. This document summarizes the benefits of Core Foundation and explains some of the key conce
  31793. pts, such as opaque types, reference counting, and memory management.
  31794. Core Foundation PropertyList [NEW]
  31795. ---------------------------
  31796. This document describes how to convert between XML property lists and objects of compatible Core Foundation types.
  31797. Core Foundation StringServices [NEW]
  31798. --------------------------- 
  31799. This document describes how the Unicode storage of character data is optimized. It also shows how to convert strings between encodings and perform other operations with string o
  31800. OsDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:P
  31801. Dev.CD Jan 00 SDK1
  31802.  - What's New
  31803.  - Technical Documentation
  31804.  - Technical Publications
  31805.  - DeveloperDocumentation
  31806.  - corefoundations, since it can display the SCSI ID when in use, and for people with internal drives.
  31807. Day.   The inside world of multibuffering sounds is exposed to the light, and we discover that it
  31808. s really not that gory.
  31809. Living In an Exceptional World  by 
  31810. Sean Parent.   Ever get mad at those 
  31811. Real programs check errors here
  31812.  comments you see so often in sample code? Here
  31813. s a workable error-handling methodology that might interest you.
  31814. The NetWork Project: Distributed Computing on the Macintosh  by G
  31815. nther Sawitzki.   Distributed computing is looming large on the horizon, and programmers need to be ready. NetWork enables you to experiment with distributed computing right now.
  31816. Graphical Truffles: Writing Directly to the Screen  by Brigham S
  31817. bjects.
  31818. J_CFBaseServices
  31819. CFBundleServices
  31820. CFCollectionServices
  31821. CFOverview
  31822. CFPropertyList
  31823. CFStringServicesK
  31824. Jan 00
  31825. Core Foundation, overview, opaque types, reference counts, Base Services, CFBase.h, CFRetain, CFRelease, Reference counting, allocators, custom allocators, CFAllocator, CFType, Polymorphic functions, CFTypeID, CFIndex, CFOptionFlags, CFHashCode, CFHash, compare, CFComparatorFunction, CFComparisonResult, CFEqual, CFRange, Bundle Services, CFBundle.h, CFBundle, bundle, main bundle, resources, resource management, localization, internationalization, cross-platform, application package, Applic
  31826. OsDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:
  31827. All Packages
  31828. Dev.CD Nov 99 SSWP
  31829. Dev.CD Nov 99 SSV
  31830. 5709X
  31831. Nov 99
  31832. f--set theItem to choose file -- uncomment to test in an AS editor
  31833.     tell application "Finder"
  31834.         open item "Dev.CD Nov 99 SSW"
  31835.         activate
  31836.     end tell
  31837. on error errMsg number errNum
  31838.     --enter statements to perform when no records are found such as...
  31839.     display dialog "Sorry, the item you selected could not be found."
  31840.     return
  31841. end try
  31842. All Packages
  31843. Dev.CD Nov 99 SSWP
  31844. Dev.CD Nov 99 SSV
  31845. 5710X
  31846. Nov 99
  31847. f--set theItem to choose file -- uncomment to test in an AS editor
  31848.     tell application "Finder"
  31849.         open item "Dev.CD Nov 99 SSW"
  31850.         activate
  31851.     end tell
  31852. on error errMsg number errNum
  31853.     --enter statements to perform when no records are found such as...
  31854.     display dialog "Sorry, the item you selected could not be found."
  31855.     return
  31856. end try
  31857. All Packages
  31858. Dev.CD Dec 99 SSWP
  31859. Dev.CD Dec 99 SSV
  31860. 5711X
  31861. Dec 99
  31862. tition 
  31863. f--set theItem to choose file -- uncomment to test in an AS editor
  31864.     tell application "Finder"
  31865.         open item "Dev.CD Jan 96 SSW"
  31866.         activate
  31867.     end tell
  31868. on error errMsg number errNum
  31869.     --enter statements to perform when no records are found such as...
  31870.     display dialog "Sorry, the item you selected could not be found."
  31871.     return
  31872. end try
  31873. ignoring
  31874. illustrate
  31875. illustrated
  31876. illustrates
  31877. illustrating
  31878. illustration
  31879. illustrations
  31880. Core Foundation Documentation:
  31881. Core Foundation is a library of low-level services which help you to build cross-platform, easily localized applications. Core Foundation provides abstractions for common data types, facilitates internationalization with Unicode string storage, and offers a suite of utilities such as plug-in support,  XML property lists, URL resource access, and preferences. Core Foundation is included as part of CarbonLib on Mac OS 8 and 9. For Mac OS X, Core Foundation wil
  31882. l be included as an independant framework.
  31883. Features:
  31884. =======================
  31885. What's New and Updated:
  31886. ======================
  31887. Core Foundation BaseServices [NEW]
  31888. ---------------------------
  31889. This document describes the base types and the polymorphic functions of Base Services and explains details of using and customizing memory allocators.
  31890. Core Foundation BundleServices [NEW]
  31891. ---------------------------
  31892. This document describes what a bundle is and shows how you can use Bundle  Services to
  31893. ation, Framework, Loadable bundle, Palette, code loading, dynamic linking, lproj, localized strings, Info.plist, Collection Services, CFArray.h, CFDictionary.h, CFBag.h, CFSet.h, CFTree.h, CFData.h, CFBinaryHeap.h, CFBitVector.h, CFArray, CFDictionary, CFBag, CFSet, CFTree, CFData, CFBinaryHeap, CFBitVector, collection, container, ordered collection, tree, set, bag, heap, vector, Property List Services, CFPropertyList.h, property list, information property list, info plist, Info.plist, CFA
  31894. rray, CFDictionary, CFDictionary, CFPropertyList, XML, Core Foundation, String Services, CFString.h, CFCharacterSet.h, CFStringEncodingsExt.h, CFString, string, mutable string, internationalization, localization, Unicode, character encoding, string encoding
  31895. "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  31896.  drives.
  31897. Vol VIII
  31898. code loading
  31899. dynamic linking
  31900. lproj
  31901. localized strings
  31902. Info.plist
  31903. Collection Services
  31904. CFArray.h
  31905. CFDictionary.h
  31906. CFBag.h
  31907. CFSet.h
  31908. CFTree.h
  31909. CFData.h
  31910. CFBinaryHeap.h
  31911. CFBitVector.h
  31912. CFArray
  31913. CFDictionary
  31914. CFBag
  31915. CFSet
  31916. CFTree
  31917. CFData
  31918. CFBinaryHeap
  31919. CFBitVector
  31920. collection
  31921. container
  31922. ordered collection
  31923. vector
  31924. Property List Services
  31925. CFPropertyList.h
  31926. property list
  31927. information property list
  31928. info plist
  31929. Info.plist
  31930. CFArray
  31931. CFDictionary
  31932. CFDictionary
  31933. CFPropertyList
  31934. Core Foundation
  31935. String SeC
  31936. rvices
  31937. CFString.h
  31938. CFCharacterSet.h
  31939. CFStringEncodingsExt.h
  31940. CFString
  31941. string
  31942. mutable string
  31943. internationalization
  31944. localization
  31945. Unicode
  31946. character encoding
  31947. string encoding
  31948. o.http://developer.apple.com/techpubs/index.htmlq
  31949. Dev.CD Jan 00 SDK1
  31950. D.All Packages
  31951. Tool Chest Edition
  31952. New & RevisedF DeveloperDocumentation: Hardware
  31953. =================
  31954. What's New and Updated:
  31955. ==================
  31956. Power Mac G4 Developer Note
  31957. --------------------------------------
  31958. This developer note provides technical information about the Power Mac G4 computer. The developer note includes information about 
  31959.        - features 
  31960.        - compatibility issues 
  31961.        - internal logic 
  31962.        - I/O ports and built-in I/O devices 
  31963.        - RAM expansion 
  31964.        - expansion slots 
  31965.        - system software 
  31966. G4.pdfK
  31967. Jan 00L
  31968. Feb 00NWHardware Developer Documentation, developer notes, devnotes, Power Mac, Power MacintoshOmDev.CD Feb 00 TC:What's New?:Technical Publications:Technical Documentation:Developer Documentation:hardware:loper.apple.com/techpubs/index.html
  31969. READ ME.txt
  31970. KCHR mappings
  31971. Virtual Keycode diffK
  31972. Vol VL
  31973. Vol VIIge
  31974.  tips from the masters.
  31975. Print Hints: Looking 
  31976. 6878X
  31977. Dec 99^    RL Disk 2
  31978. --set theItem to choose file -- uncomment to test in an AS editor
  31979.     tell application "Finder"
  31980.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:java:"
  31981.         activate
  31982.     end tell
  31983. on error errMsg number errNum
  31984.     --enter statements to perform when no records are found such as...
  31985.     display dialog "Sorry, the item you selected could not be found."
  31986.     return
  31987. end try
  31988. e    No Change
  31989. QuickTime For Java
  31990. Yellow Box and Java
  31991. AppKit Reference
  31992. Enterprise Objects Framework
  31993. Foundation Reference
  31994. Java Tutorial
  31995. WebObjects and Java
  31996. Enterprise Objects Framework
  31997. Foundation Reference Java Client
  31998. Mac OS Runtime for Java
  31999. MRJ Toolkit
  32000. JManager
  32001. JDirect
  32002. JBindery
  32003. Dev.CD Dec 99 RL Disk 2
  32004. All Packages
  32005. Technical Publications: MacITSummary:
  32006. Collection of Inside Macintosh books and related programming documentation.
  32007. Mar 99L
  32008. Sep 99V
  32009. 6879X
  32010. 1e    No Change
  32011. 1.0fc1
  32012. All Packages
  32013. 7.5.2 (7500/8500)O
  32014. Dev.CD Oct 95 SSWP
  32015. Dev.CD Oct 95 SSV
  32016. 5467X
  32017. Oct 95
  32018. f--set theItem to choose file -- uncomment to test in an AS editor
  32019.     tell application "Finder"
  32020.         open item "Dev.CD Oct 95 SSW"
  32021.         activate
  32022.     end tell
  32023. on error errMsg number errNum
  32024.     --enter statements to perform when no records are found such as...
  32025.     display dialog "Sorry, the item you selected could not be found."
  32026.     return
  32027. end try
  32028. All Packages
  32029. 7.5.2 (7500/8500)O
  32030. Dev.CD Oct 95 SSWP
  32031. Dev.CD Oct 95 SSV
  32032. 5468X
  32033. Oct 95
  32034. f--set theItem to choose file -- uncomment to test in an AS editor
  32035.     tell application "Finder"
  32036.         open item "Dev.CD Oct 95 SSW"
  32037.         activate
  32038.     end tell
  32039. on error errMsg number errNum
  32040.     --enter statements to perform when no records are found such as...
  32041.     display dialog "Sorry, the item you selected could not be found."
  32042.     return
  32043. end try
  32044. All Packages
  32045. 7.5.2 (7500/8500)O
  32046. Dev.CD Oct 95 SSWV
  32047. 5469X
  32048. user-interface
  32049. user-perceived
  32050. userchkgestaltfuncti
  32051. userfunction
  32052. useritem
  32053.         open item "Dev.CD Jun 97 SSW"
  32054.         activate
  32055.     end tell
  32056. on error errMsg number errNum
  32057.     --enter statements to perform when no records are found such as...
  32058.     display dialog "Sorry, the item you selected could not be found."
  32059.     return
  32060. end try
  32061. video
  32062. viewer
  32063. virtual
  32064. virtualuser
  32065. visigenic
  32066. volume
  32067. volumes
  32068. vtwin
  32069. virtual
  32070. capabilities of HyperCard, you can purchase the HyperCard Development Kit through an authorized Apple dealer.  The HyperCard Development Kit contains the HyperCard software, a complete set of manuals, sample files, and BEpre-scripted objects and tools to help you create software quickly.  
  32071. J=Addresses
  32072. Audio Help
  32073. HyperCard Player
  32074. What is HyperCard?K
  32075. Feb 92L
  32076. Jul 98N
  32077. HyperCard Player, stacksOHDev.CD Dec 99 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:PPDev.CD Dec 99 RL Disk 1
  32078.  - Utilities
  32079.  - HyperCard Player
  32080.  - HyperCard Player 2.4
  32081. settings
  32082. settingupstdfile
  32083. setup
  32084. setupgl
  32085. setupgl
  32086. functions
  32087. setvideomediagraphic
  32088. setwutime
  32089. several
  32090. severe
  32091. sfgetfolder
  32092. sfhookopenalias
  32093. sgdrawable
  32094. shading
  32095. shapes
  32096. share
  32097. shared
  32098. sharedlibs
  32099. shareware
  32100. sharing
  32101. sharks
  32102. sharp
  32103. sharware
  32104. sheet
  32105. sheets
  32106. shell
  32107. shelves
  32108. sherlock
  32109. sherlock's
  32110. shift
  32111. shift-command
  32112. shimmermate
  32113. Feb 00^
  32114. --set theItem to choose file -- uncomment to test in an AS editor
  32115.     tell application "Finder"
  32116.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:"
  32117.         activate
  32118.     end tell
  32119. on error errMsg number errNum
  32120.     --enter statements to perform when no records are found such as...
  32121.     display dialog "Sorry, the item you selected could not be found."
  32122.     return
  32123. end try
  32124. e    No ChangefMMacTCP
  32125. Communications Toolbox
  32126. Serial ports
  32127. CD Audio toolkit
  32128. Video toolkitq
  32129. Dev.CD Feb 00 TC
  32130. D!All Packages
  32131. Mac OS SDK Edition
  32132. ICC Profile SpecI&Latest ICC specification for profiles.J
  32133. Embedding ICC Profile in EPS
  32134. Embedding ICC Profile in GIF89a
  32135. Embedding ICC Profile in Pict
  32136. Embedding ICC Profiles in JFIF
  32137. Embedding ICC Profiles in TIFFK
  32138. Apr 98M
  32139. ColorSync 2.xN%ColorSync, ICC, Profile SpecificationOkDev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:ge
  32140. --set theItem to choose file -- uncomment to test in an AS editor
  32141.     tell application "Finder"
  32142.         open item "Dev.CD Feb 00 TC:Tool Chest:OS Utilities:ShowInitIcon:"
  32143.         activate
  32144.     end tell
  32145. on error errMsg number errNum
  32146.     --enter statements to perform when no records are found such as...
  32147.     display dialog "Sorry, the item you selected could not be found."
  32148.     return
  32149. end try
  32150. tear-off
  32151. technical
  32152. technical
  32153. overview
  32154. technically
  32155. technique
  32156. techniques
  32157. technogeek
  32158. PHDev.CD Apr 93
  32159. Dev.CD Mar 93
  32160. Dev.CD Feb 93
  32161. Dev.CD Jan 93
  32162. Dev.CD Nov/Dec 9V
  32163. 5371X
  32164. Apr 93
  32165. --set theItem to choose file -- uncomment to test in an AS editor
  32166.     tell application "Finder"
  32167.         open item "Dev.CD Apr 93
  32168. Dev.CD Mar 93
  32169. Dev.CD Feb 93
  32170. Dev.CD Jan 93
  32171. Dev.CD Nov/Dec 92"
  32172.         activate
  32173.     end tell
  32174. on error errMsg number errNum
  32175.     --enter statements to perform when no records are found such as...
  32176.     display dialog "Sorry, the item you selected could not be found."
  32177.     return
  32178. end try
  32179. All Packages
  32180. Dev.CD Jan 96 SSWP
  32181. Dev.CD Jan 96 SSV
  32182. 5372X
  32183. Jan 96
  32184. f--set theItem to choose file -- uncomment to test in an AS editor
  32185.     tell application "Finder"
  32186.         open item "Dev.CD Jan 96 SSW"
  32187.         activate
  32188.     end tell
  32189. on error errMsg number errNum
  32190.     --enter statements to perform when no records are found such as...
  32191.     display dialog "Sorry, the item you selected could not be found."
  32192.     return
  32193. end try
  32194. All Packages
  32195. 5373X
  32196. prevented
  32197. prevents
  32198. preview
  32199. previews
  32200. previous
  32201. previously
  32202. prgeneral
  32203. prgram
  32204. price
  32205. prices
  32206. primarily
  32207. primary
  32208. primer
  32209. primitive
  32210. primitives
  32211. principles
  32212. print
  32213. print2
  32214. printable
  32215. printdialogmagic
  32216. printing-related
  32217. prints
  32218. prior
  32219. priorities
  32220. private
  32221. chinese
  32222. chinese
  32223. dictation
  32224. speech
  32225. input
  32226. keyboard
  32227. chinese
  32228. handwriting
  32229. input
  32230. keyboard
  32231. tablet
  32232. chinese
  32233. language
  32234. traditional
  32235. simplified
  32236. choose
  32237. chooser
  32238. ciconhandle
  32239. class
  32240. classes
  32241. client
  32242. clock
  32243. clouseau
  32244. coach
  32245. coachmarks
  32246. codec
  32247. codes
  32248. codewarrior
  32249. collation
  32250. collection
  32251. color
  32252. color
  32253. controls
  32254. window
  32255. table
  32256. color
  32257. picker
  32258. 2.1.1
  32259. color2index
  32260. colorsync
  32261. colorsync
  32262. calibrator
  32263. scripting
  32264. profile
  32265. gamma
  32266. color
  32267. nditional
  32268. configuration
  32269. consumer
  32270. container
  32271. content
  32272. context
  32273. contextual
  32274. contextual
  32275. manager
  32276. control
  32277. control
  32278. strip
  32279. powerbook
  32280. control
  32281. panel
  32282. controls
  32283. Dev.CD Jan 94
  32284. Dev.CD Oct 93P
  32285. Dev.CD Jan 94
  32286. Dev.CD Oct 9V
  32287. 6366X
  32288. Jan 94
  32289. p--set theItem to choose file -- uncomment to test in an AS editor
  32290.     tell application "Finder"
  32291.         open item "Dev.CD Jan 94
  32292. Dev.CD Oct 93"
  32293.         activate
  32294.     end tell
  32295. on error errMsg number errNum
  32296.     --enter statements to perform when no records are found such as...
  32297.     display dialog "Sorry, the item you selected could not be found."
  32298.     return
  32299. end try
  32300. All Packages
  32301. F    QuickTimeO
  32302. Dev.CD Jan 94P
  32303. Dev.CD Jan 9V
  32304. 6367X
  32305. Jan 94
  32306. b--set theItem to choose file -- uncomment to test in an AS editor
  32307.     tell application "Finder"
  32308.         open item "Dev.CD Jan 94"
  32309.         activate
  32310.     end tell
  32311. on error errMsg number errNum
  32312.     --enter statements to perform when no records are found such as...
  32313.     display dialog "Sorry, the item you selected could not be found."
  32314.     return
  32315. end try
  32316. All Packages
  32317. F    QuickTimeO
  32318. Dev.CD Jan 94P
  32319. Dev.CD Jan 9V
  32320. 6368X
  32321. Jan 94
  32322. machine
  32323. --set theItem to choose file -- uncomment to test in an AS editor
  32324.     tell application "Finder"
  32325.         open item "Dev.CD Jan 96 SSW
  32326. Dev.CD Jul 95
  32327. Dev.CD Apr 95
  32328. Dev.CD Jan 95
  32329. Dev.CD Oct 94"
  32330.         activate
  32331.     end tell
  32332. on error errMsg number errNum
  32333.     --enter statements to perform when no records are found such as...
  32334.     display dialog "Sorry, the item you selected could not be found."
  32335.     return
  32336. end try
  32337. t be found."
  32338.     return
  32339. end try
  32340. All Packages
  32341. System Enabler 111 (PB 160/180)O
  32342. Dev.CD Apr 93P
  32343. Dev.CD Apr 9V
  32344. 4867X
  32345. Apr 93
  32346. b--set theItem to choose file -- uncomment to test in an AS editor
  32347.     tell application "Finder"
  32348.         open item "Dev.CD Apr 93"
  32349.         activate
  32350.     end tell
  32351. on error errMsg number errNum
  32352.     --enter statements to perform when no records are found such as...
  32353.     display dialog "Sorry, the item you selected could not be found."
  32354.     return
  32355. end try
  32356. All Packages
  32357. System Enabler 111 (PB 160/180)V
  32358. 4868X
  32359. 5732X
  32360. Feb 00^
  32361. --set theItem to choose file -- uncomment to test in an AS editor
  32362.     tell application "Finder"
  32363.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:"
  32364.         activate
  32365.     end tell
  32366. on error errMsg number errNum
  32367.     --enter statements to perform when no records are found such as...
  32368.     display dialog "Sorry, the item you selected could not be found."
  32369.     return
  32370. end try
  32371. e    No Changef
  32372. Apple Events
  32373. AppleEventsq
  32374. Dev.CD Feb 00 TC
  32375. D!All Packages
  32376. Tool Chest Edition
  32377. F    aevt dcmd
  32378. The aevt (Apple event) dcmd is a MacsBug tool that displays a formatted listing of the contents of an AppleEvent record.  It is most useful when used in conjuntion with an ATB or TVB set on AESend to examine the contents of an event being sent or the result returned.
  32379. Much improved on the previous version, including many bug fixes and several enhancement to display format and additional type displays.
  32380.     No Change
  32381. D!All Packages
  32382. Mac OS SDK Edition
  32383. ctabhandle
  32384. ctseed
  32385. cursors
  32386. custom
  32387. custom
  32388. allocators
  32389. custom
  32390. customgetfile
  32391. customputfile
  32392. cyrillic
  32393. conversion
  32394. database
  32395. debug
  32396. debug
  32397. sound
  32398. manager
  32399. 3.2.1
  32400. debugger
  32401. debuggers
  32402. debugging
  32403. declaration
  32404. decompress
  32405. disassembly
  32406. display
  32407. display
  32408. display
  32409. manager
  32410. display
  32411. disposeresource
  32412. dynamic
  32413. library
  32414. documentation
  32415. driver
  32416. driver
  32417. table
  32418. stylechat
  32419. dynamic
  32420. dynamic
  32421. linking
  32422. editor
  32423. emulator
  32424. encoding
  32425. environment
  32426. error
  32427. error
  32428. reports
  32429. apple
  32430. ethernet
  32431. ethernet
  32432. event
  32433. deleted
  32434. package
  32435. Dev.CD Oct 95 SSV
  32436. 5439X
  32437. Oct 95
  32438. f--set theItem to choose file -- uncomment to test in an AS editor
  32439.     tell application "Finder"
  32440.         open item "Dev.CD Oct 95 SSW"
  32441.         activate
  32442.     end tell
  32443. on error errMsg number errNum
  32444.     --enter statements to perform when no records are found such as...
  32445.     display dialog "Sorry, the item you selected could not be found."
  32446.     return
  32447. end try
  32448. All Packages
  32449. 7.5.2 (7200/9500)O
  32450. Dev.CD Oct 95 SSWP
  32451. Dev.CD Oct 95 SSV
  32452. 5440X
  32453. Oct 95
  32454. f--set theItem to choose file -- uncomment to test in an AS editor
  32455.     tell application "Finder"
  32456.         open item "Dev.CD Oct 95 SSW"
  32457.         activate
  32458.     end tell
  32459. on error errMsg number errNum
  32460.     --enter statements to perform when no records are found such as...
  32461.     display dialog "Sorry, the item you selected could not be found."
  32462.     return
  32463. end try
  32464. All Packages
  32465. 7.5.2 (7200/9500)O
  32466. Dev.CD Oct 95 SSWP
  32467. Dev.CD Oct 95 SSV
  32468. 5441X
  32469. Oct 95
  32470. system
  32471. P{Dev.CD Feb 00 TC
  32472.  - What's New?
  32473.  - Technical Publications
  32474.  - Technical Documentation
  32475.  - Developer Documentation
  32476.  - hardwareV
  32477. 5905X
  32478. Feb 00^
  32479. Revised
  32480. --set theItem to choose file -- uncomment to test in an AS editor
  32481.     tell application "Finder"
  32482.         open item "Dev.CD Feb 00 TC:What's New?:Technical Publications:Technical Documentation:Developer Documentation:hardware:"
  32483.         activate
  32484.     end tell
  32485. on error errMsg number errNum
  32486.     --enter statements to perform when no records are found such as...
  32487.     display dialog "Sorry, the item you selected could not be found."
  32488.     return
  32489. end try
  32490. UpdatedfSHardware Developer Documentation
  32491. developer notes
  32492. devnotes
  32493. Power Mac
  32494. Power Macintosho.http://developer.apple.com/techpubs/index.htmlq
  32495. Dev.CD Feb 00 TC
  32496. D!All Packages
  32497. Mac OS SDK Edition
  32498. F&DeveloperDocumentation: Mac OS 8 and 9
  32499. All Packages
  32500. F    QuickTimeO
  32501. Dev.CD Jan 94
  32502. Dev.CD Oct 93P
  32503. Dev.CD Jan 94
  32504. Dev.CD Oct 9V
  32505. 6369X
  32506. Jan 94
  32507. p--set theItem to choose file -- uncomment to test in an AS editor
  32508.     tell application "Finder"
  32509.         open item "Dev.CD Jan 94
  32510. Dev.CD Oct 93"
  32511.         activate
  32512.     end tell
  32513. on error errMsg number errNum
  32514.     --enter statements to perform when no records are found such as...
  32515.     display dialog "Sorry, the item you selected could not be found."
  32516.     return
  32517. end try
  32518. All Packages
  32519. F    QuickTimeO
  32520. Dev.CD Jan 94
  32521. Dev.CD Oct 93P
  32522. Dev.CD Jan 94
  32523. Dev.CD Oct 9V
  32524. 6370X
  32525. Jan 94
  32526. p--set theItem to choose file -- uncomment to test in an AS editor
  32527.     tell application "Finder"
  32528.         open item "Dev.CD Jan 94
  32529. Dev.CD Oct 93"
  32530.         activate
  32531.     end tell
  32532. on error errMsg number errNum
  32533.     --enter statements to perform when no records are found such as...
  32534.     display dialog "Sorry, the item you selected could not be found."
  32535.     return
  32536. end try
  32537. All Packages
  32538. Error Handler.c
  32539. Error Handler.h
  32540. Read Me
  32541. SetupDSp.c
  32542. SetupDSp.h
  32543. SetupGL Demo
  32544. SetupGL Main.c
  32545. SetupGL.c
  32546. SetupGL.CW2.
  32547. SetupGL.CW5.
  32548. SetupGL.hK
  32549. Feb 00MgPowerPC, System 8.1+, OpenGL SDK, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN%OpenGL, 3D, full screen, DrawSprocketO=Dev.CD Feb 00 TC:What's New?:Sample Code:Graphics 3D:SetupGL:PHDev.CD Feb 00 TC
  32550.  - What's New?
  32551.  - Sample Code
  32552.  - Graphics 3D
  32553.  - SetupGLulator
  32554. extensions
  32555. package
  32556. includes
  32557. transport
  32558. debug
  32559. package
  32560. compatible
  32561. package
  32562. system
  32563. compatible
  32564. program
  32565. displays
  32566. memory
  32567. configuration
  32568. release
  32569. keychain
  32570. focuses
  32571. password
  32572. storage
  32573. sample
  32574. accompanies
  32575. optimization
  32576. strategies
  32577. sample
  32578. demonstrates
  32579. laserwriter
  32580. communicatio
  32581. sample
  32582. demonstrates
  32583. variety
  32584. techniques
  32585. using
  32586. D&All Packages
  32587. System Software Edition
  32588. Dev.CD Oct 99 SSW:P
  32589. Dev.CD Oct 99 SSWV
  32590. 5704X
  32591. Oct 99^
  32592. g--set theItem to choose file -- uncomment to test in an AS editor
  32593.     tell application "Finder"
  32594.         open item "Dev.CD Oct 99 SSW:"
  32595.         activate
  32596.     end tell
  32597. on error errMsg number errNum
  32598.     --enter statements to perform when no records are found such as...
  32599.     display dialog "Sorry, the item you selected could not be found."
  32600.     return
  32601. end try
  32602. Dev.CD Oct 99 SSW
  32603. All Packages
  32604. Dev.CD Nov 99 SSWP
  32605. Dev.CD Nov 99 SSV
  32606. 5705X
  32607. Nov 99
  32608. f--set theItem to choose file -- uncomment to test in an AS editor
  32609.     tell application "Finder"
  32610.         open item "Dev.CD Nov 99 SSW"
  32611.         activate
  32612.     end tell
  32613. on error errMsg number errNum
  32614.     --enter statements to perform when no records are found such as...
  32615.     display dialog "Sorry, the item you selected could not be found."
  32616.     return
  32617. end try
  32618. All Packages
  32619. 5706X
  32620.  Copy
  32621. All Packages
  32622. 7.5.2 (PB 2300)O
  32623. Dev.CD Apr 96 SDK2P
  32624. Dev.CD Apr 96 SDKV
  32625. 5492X
  32626. Apr 96
  32627. g--set theItem to choose file -- uncomment to test in an AS editor
  32628.     tell application "Finder"
  32629.         open item "Dev.CD Apr 96 SDK2"
  32630.         activate
  32631.     end tell
  32632. on error errMsg number errNum
  32633.     --enter statements to perform when no records are found such as...
  32634.     display dialog "Sorry, the item you selected could not be found."
  32635.     return
  32636. end try
  32637. All Packages
  32638. 7.5.2 (PB 5300)O
  32639. Dev.CD Apr 96 SDK2P
  32640. Dev.CD Apr 96 SDKV
  32641. 5493X
  32642. Apr 96
  32643. g--set theItem to choose file -- uncomment to test in an AS editor
  32644.     tell application "Finder"
  32645.         open item "Dev.CD Apr 96 SDK2"
  32646.         activate
  32647.     end tell
  32648. on error errMsg number errNum
  32649.     --enter statements to perform when no records are found such as...
  32650.     display dialog "Sorry, the item you selected could not be found."
  32651.     return
  32652. end try
  32653. All Packages
  32654. 7.5.2 (PB 5300/2300/190)V
  32655. 5494X
  32656. editor
  32657. resedit
  32658. collection@
  32659. colorscreen@
  32660. compeffects@
  32661. connectivity@
  32662. crcpatch@
  32663. createcustomicon@
  32664. creating
  32665. csmp-digest-v3-011@
  32666. csmp-digest-v3-051@
  32667. csmp-digest-v3-091@
  32668. csmp-digest-v3-132@
  32669. ct-009-4433@
  32670. sample
  32671. 1.0b16@
  32672. datamaster@
  32673. solaris
  32674. someone
  32675. something
  32676. sometimes
  32677. somewhere
  32678. sophisticated
  32679. sorting
  32680. sound
  32681. sounds
  32682. soundsprocket
  32683. source
  32684. cfbundle
  32685. cfbundle
  32686. cfcharacterset
  32687. cfcharacterset
  32688. cfcomparatorfunction
  32689. cfcomparisonresult
  32690. cfdata
  32691. cfdata
  32692. cfdictionary
  32693. cfdictionary
  32694. cfequal
  32695. cfhash
  32696. cfhashcode
  32697. cfindex
  32698. cfm-68k
  32699. cfoptionflags
  32700. cfpropertylist
  32701. cfpropertylist
  32702. cfrange
  32703. cfrelease
  32704. cfretain
  32705. cfset
  32706. cfset
  32707. cfstring
  32708. cfstring
  32709. cfstringencodingsext
  32710. cfstringencodingsext
  32711. cftree
  32712. cftree
  32713. cftype
  32714. cftypeid
  32715. character
  32716. character
  32717. encoding
  32718. character
  32719. characters
  32720. charset
  32721. chinese
  32722. chinese
  32723. language
  32724. traditional
  32725. simplified
  32726. choose
  32727. chooser
  32728. ciconhandle
  32729. class
  32730. classes
  32731. client
  32732. clouseau
  32733. coach
  32734. coach
  32735. sequences
  32736. coachmarks
  32737. loading
  32738. resource
  32739. codec
  32740. --set theItem to choose file -- uncomment to test in an AS editor
  32741.     tell application "Finder"
  32742.         open item "Dev.CD Apr 94
  32743. Dev.CD Jan 94
  32744. Dev.CD Oct 93
  32745. Dev.CD Jul 93
  32746. Dev.CD Apr 93"
  32747.         activate
  32748.     end tell
  32749. on error errMsg number errNum
  32750.     --enter statements to perform when no records are found such as...
  32751.     display dialog "Sorry, the item you selected could not be found."
  32752.     return
  32753. end try
  32754.     end tell
  32755. on error errMsg number errNum
  32756.     --enter statements to perform when no records are found such as...
  32757.     display dialog "Sorry, the item you selected could not be found."
  32758.     return
  32759. end try
  32760. All Packages
  32761. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  32762. Dev.CD Jan 94
  32763. Dev.CD Oct 93
  32764. Dev.CD Jul 93
  32765. Dev.CD Apr 93PDDev.CD Apr 94
  32766. Dev.CD Jan 94
  32767. Dev.CD Oct 93
  32768. Dev.CD Jul 93
  32769. Dev.CD Apr 9V
  32770. 4963X
  32771. Apr 94
  32772. costs
  32773. counter
  32774. countersQ
  32775. country
  32776. course
  32777. courses
  32778. courseware
  32779. All Packages
  32780. 7.5.2 (7500/8500)O
  32781. Dev.CD Jan 96 SSWP
  32782. Dev.CD Jan 96 SSV
  32783. 5457X
  32784. Jan 96
  32785. f--set theItem to choose file -- uncomment to test in an AS editor
  32786.     tell application "Finder"
  32787.         open item "Dev.CD Jan 96 SSW"
  32788.         activate
  32789.     end tell
  32790. on error errMsg number errNum
  32791.     --enter statements to perform when no records are found such as...
  32792.     display dialog "Sorry, the item you selected could not be found."
  32793.     return
  32794. end try
  32795. All Packages
  32796. 7.5.2 (7500/8500)O
  32797. Dev.CD Jan 96 SSWP
  32798. Dev.CD Jan 96 SSV
  32799. 5458X
  32800. Jan 96
  32801. f--set theItem to choose file -- uncomment to test in an AS editor
  32802.     tell application "Finder"
  32803.         open item "Dev.CD Jan 96 SSW"
  32804.         activate
  32805.     end tell
  32806. on error errMsg number errNum
  32807.     --enter statements to perform when no records are found such as...
  32808.     display dialog "Sorry, the item you selected could not be found."
  32809.     return
  32810. end try
  32811. All Packages
  32812. 7.5.2 (7500/8500)O
  32813. Dev.CD Jan 96 SSWV
  32814. 5459X
  32815. All Packages
  32816. 7.1.1O
  32817. Dev.CD Jul 94P
  32818. Dev.CD Jul 9V
  32819. 5332X
  32820. Jul 94
  32821. b--set theItem to choose file -- uncomment to test in an AS editor
  32822.     tell application "Finder"
  32823.         open item "Dev.CD Jul 94"
  32824.         activate
  32825.     end tell
  32826. on error errMsg number errNum
  32827.     --enter statements to perform when no records are found such as...
  32828.     display dialog "Sorry, the item you selected could not be found."
  32829.     return
  32830. end try
  32831. All Packages
  32832. 7.1.1O
  32833. Dev.CD Jul 94P
  32834. Dev.CD Jul 9V
  32835. 5333X
  32836. Jul 94
  32837. b--set theItem to choose file -- uncomment to test in an AS editor
  32838.     tell application "Finder"
  32839.         open item "Dev.CD Jul 94"
  32840.         activate
  32841.     end tell
  32842. on error errMsg number errNum
  32843.     --enter statements to perform when no records are found such as...
  32844.     display dialog "Sorry, the item you selected could not be found."
  32845.     return
  32846. end try
  32847. All Packages
  32848. 7.1.1O
  32849. Dev.CD Jul 94P
  32850. Dev.CD Jul 9V
  32851. 5334X
  32852. Jul 94
  32853. f--set theItem to choose file -- uncomment to test in an AS editor
  32854.     tell application "Finder"
  32855.         open item "Dev.CD Jul 96 SSW"
  32856.         activate
  32857.     end tell
  32858. on error errMsg number errNum
  32859.     --enter statements to perform when no records are found such as...
  32860.     display dialog "Sorry, the item you selected could not be found."
  32861.     return
  32862. end try
  32863.  InfoV
  32864. 4700X
  32865. Feb 00^
  32866. --set theItem to choose file -- uncomment to test in an AS editor
  32867.     tell application "Finder"
  32868.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:System 7.0 Menu Def Info:"
  32869.         activate
  32870.     end tell
  32871. on error errMsg number errNum
  32872.     --enter statements to perform when no records are found such as...
  32873.     display dialog "Sorry, the item you selected could not be found."
  32874.     return
  32875. end try
  32876. e    No Changeq
  32877. Dev.CD Feb 00 TC
  32878. AD!All Packages
  32879. Tool Chest Edition
  32880. System 7.0 WDEF
  32881. All Packages
  32882. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  32883. Dev.CD Jan 94
  32884. Dev.CD Oct 93
  32885. Dev.CD Jul 93
  32886. Dev.CD Apr 93PDDev.CD Apr 94
  32887. Dev.CD Jan 94
  32888. Dev.CD Oct 93
  32889. Dev.CD Jul 93
  32890. Dev.CD Apr 9V
  32891. 6640X
  32892. Apr 94
  32893. --set theItem to choose file -- uncomment to test in an AS editor
  32894.     tell application "Finder"
  32895.         open item "Dev.CD Apr 94
  32896. Dev.CD Jan 94
  32897. Dev.CD Oct 93
  32898. Dev.CD Jul 93
  32899. Dev.CD Apr 93"
  32900.         activate
  32901.     end tell
  32902. on error errMsg number errNum
  32903.     --enter statements to perform when no records are found such as...
  32904.     display dialog "Sorry, the item you selected could not be found."
  32905.     return
  32906. end try
  32907. All Packages
  32908. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  32909. Dev.CD Jan 94
  32910. Dev.CD Oct 93
  32911. Dev.CD Jul 93
  32912. Dev.CD Apr 93PDDev.CD Apr 94
  32913. Dev.CD Jan 94
  32914. Dev.CD Oct 93
  32915. Dev.CD Jul 93
  32916. Dev.CD Apr 9V
  32917. 6641X
  32918. Apr 94
  32919. GfmSprockets
  32920. DrawSprocket
  32921. NetSprocket
  32922. InputSprocket
  32923. SoundSprocket
  32924. Sprite
  32925. CD Audio
  32926. Redbook audio
  32927. Dev.CD Feb 00 TC
  32928. HD!All Packages
  32929. Tool Chest Edition
  32930. Standard File Samples
  32931. Summary:  Three samples involving Standard File dialogs.
  32932. NOTE: StandardGetFolder replaces CustomGetFile
  32933.  StandardGetFolder: This demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  This sample is loosely based on the previous CustomGetFolder sample.  This fixes numerous bugs and is substantially better for localization, as it uses Script Manager calls to handle the strings.
  32934. CustomPutAppend:  This demonstrates a CustomPutDialog wit
  32935. macintosh's
  32936. macintoshes
  32937. macos
  32938. macro
  32939. macsbugW
  32940. macsnmp
  32941. mactcp
  32942. madness
  32943. power
  32944. developer
  32945. power
  32946. macintosh
  32947. debugger
  32948. advanced
  32949. source-code
  32950. debugger
  32951. power
  32952. macintosh
  32953. developers
  32954. power-on
  32955.  - Hardware toolsV
  32956. 4132X
  32957. Feb 00^
  32958. --set theItem to choose file -- uncomment to test in an AS editor
  32959.     tell application "Finder"
  32960.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  32961.         activate
  32962.     end tell
  32963. on error errMsg number errNum
  32964.     --enter statements to perform when no records are found such as...
  32965.     display dialog "Sorry, the item you selected could not be found."
  32966.     return
  32967. end try
  32968. e    No Changeq
  32969. Dev.CD Feb 00 TC
  32970. All Packages
  32971. HyperCard 2.4 Update
  32972. 4133X
  32973.  tips, tricks, and whizzy effects.
  32974. Pick Your Picker With Color Picker 2.0  by Shannon Holland. The new Color Picker Manager is flexible and customizable, allowing much tighter integration of color pickers with your application.
  32975. Implementing Inheritance in Scripts  by Paul G. Smith. Supporting inheritanc
  32976. white
  32977. whizzy
  32978. whole
  32979. wholesale
  32980. whose
  32981. -angle
  32982. widely
  32983. wildcard
  32984. wilderness
  32985. 5906X
  32986. Jan 00^
  32987. --set theItem to choose file -- uncomment to test in an AS editor
  32988.     tell application "Finder"
  32989.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:"
  32990.         activate
  32991.     end tell
  32992. on error errMsg number errNum
  32993.     --enter statements to perform when no records are found such as...
  32994.     display dialog "Sorry, the item you selected could not be found."
  32995.     return
  32996. end try
  32997. e    No Change
  32998. Display Manager
  32999. window arrangement
  33000. display mode
  33001. pixel depth
  33002. scan timing
  33003. display
  33004. display ID
  33005. video device
  33006. monitor
  33007. HTML rendering
  33008. web browser
  33009. HTML tags
  33010. Apple Help
  33011. World Wide Web
  33012. Help Center
  33013. HTML link
  33014. Unicode Utilities
  33015. Unicode
  33016. locales
  33017. collation
  33018. characters
  33019. Window Manager
  33020. windows
  33021. structure region
  33022. content region
  33023. window class
  33024. window classes
  33025. window layers
  33026. window attributes
  33027. scrolling
  33028. Menu Manager
  33029. menus
  33030. Carbon
  33031. Apple menu
  33032. menu items
  33033. /developer.apple.com/techpubs/index.html
  33034.     G?sample, which shows how to construct tear-off floating windows.
  33035. J'Sample Code.img
  33036. Windows Sample Code.imgK
  33037. Nov 94L
  33038. May 95O
  33039. Dev.CD Feb 00 TC:Sample Code:P
  33040. Dev.CD Feb 00 TC
  33041.  - Sample Code
  33042. ppc/appleevent
  33043. ppctoolbox
  33044. practical
  33045. practice
  33046. practices
  33047. pre-7.0
  33048. pre-7.5
  33049. pre-emptively
  33050. pre-installed
  33051. pre-mac
  33052. pre-measured
  33053. pre-release
  33054. pre-release
  33055. universal
  33056. interfaces
  33057. support
  33058. carbonlib
  33059. pre-release
  33060. v1.4b6
  33061. driver
  33062. development
  33063. include
  33064. pre-releases
  33065. pre-scripted
  33066. pre-testing
  33067. pre-train
  33068. pre-translate
  33069. precision
  33070. predefined
  33071. predicates
  33072. predictable
  33073. prediction
  33074. predispatch
  33075. preemptive
  33076. prefer
  33077. preference
  33078. preferences
  33079. 974-9456
  33080. makefile
  33081. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and 9 updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  33082. Features:
  33083. ======================
  33084. What's New and Updated
  33085. ======================
  33086. Carbon Menu Manager API [NEW]
  33087. -----------------------
  33088. This preliminary document describes the changes to the Menu Manager introduced in CarbonLib1.0 with Mac OS 9.0. Topics discussed include ch
  33089. anges to your application with Carbon, new Apple menu behavior, accessing opaque menu data, accessing menu item data using universal command IDs, writing a Carbon MDEF, working with menu and menu item attributes, and enabling and disabling menu items.
  33090. Carbon Window Manager API [NEW]
  33091. ------------------------
  33092. This preliminary document discusses the Window Manager features introduced in CarbonLib 1.0 with Mac OS 9.0. The CarbonLib 1.0 Window Manager API includes new functions for window cla
  33093. s for Mac OS 8.6 and 9.0 [NEW]
  33094. ---------------------------
  33095. This preliminary document describes the Locales protocols and API for Mac OS 8.6 and 9.0. You should read this document if you need to understand how to specify the language and/or region for a locale-sensitive text operation or if you need to obtain, for a specified language and/or region, the locale data that will enable the text operation to behave appropriately.
  33096. Unicode Utilities [NEW]
  33097. ---------------
  33098. This preliminary documen
  33099. t describes the Unicode Utilities functionality introduced in Mac OS 8.6 and 9.0. Mac OS 8.6 introduced support for locale-sensitive Unicode collation (comparing Unicode strings); this support is enhanced in Mac OS 9.0. Mac OS 8.6 also introduced support for locale-insensitive Unicode collation. Mac OS 9.0 introduces support for locale-sensitive Unicode text boundary location to determine the  boundaries of characters, clusters (for cursor movement) or words, and to determine potential lin
  33100. sses and layering, changing window attributes, window scrolling, creating windows with custom structure regions, and erasing the window's content region.
  33101. Display Manager [NEW]
  33102. ---------------
  33103. This document describes the application programming interface for the Display Manager. It provides a complete reference, as well as conceptual material and programming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  33104. devices, and setting the configurations and display modes for video devices.
  33105. HTML Rendering Library [NEW]
  33106. ---------------------
  33107. This preliminary document describes the version of the HTML Rendering Library available in Mac OS 9. It discusses the standard HTML Rendering Library functions and data types that allow you to manage the drawing environment, as well as the callbacks you can use to provide such additional services as event management, link tracking, and link redirection.
  33108. Locale
  33109. --set theItem to choose file -- uncomment to test in an AS editor
  33110.     tell application "Finder"
  33111.         open item "Dev.CD Apr 94
  33112. Dev.CD Jan 94
  33113. Dev.CD Oct 93
  33114. Dev.CD Jul 93
  33115. Dev.CD Apr 93"
  33116.         activate
  33117.     end tell
  33118. on error errMsg number errNum
  33119.     --enter statements to perform when no records are found such as...
  33120.     display dialog "Sorry, the item you selected could not be found."
  33121.     return
  33122. end try
  33123. xcmds
  33124. xfcns
  33125. xmodem
  33126. xresult
  33127. years
  33128. All Packages
  33129. System Enabler 403 (LC 520)O
  33130. Dev.CD Apr 94
  33131. Dev.CD Jan 94P
  33132. Dev.CD Apr 94
  33133. Dev.CD Jan 9V
  33134. 6845X
  33135. Apr 94
  33136. p--set theItem to choose file -- uncomment to test in an AS editor
  33137.     tell application "Finder"
  33138.         open item "Dev.CD Apr 94
  33139. Dev.CD Jan 94"
  33140.         activate
  33141.     end tell
  33142. on error errMsg number errNum
  33143.     --enter statements to perform when no records are found such as...
  33144.     display dialog "Sorry, the item you selected could not be found."
  33145.     return
  33146. end try
  33147. All Packages
  33148. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  33149. Dev.CD Jan 94
  33150. Dev.CD Oct 93P(Dev.CD Apr 94
  33151. Dev.CD Jan 94
  33152. Dev.CD Oct 9V
  33153. 6846X
  33154. Apr 94
  33155. addriverloaderlib1
  33156. transferprovider
  33157. translation
  33158. translation
  33159. manager
  33160. transport
  33161. transport/ppp
  33162. tune-up
  33163. tv-man
  33164. typeservicesforunico
  33165. Dev.CD Jan 00 SDK1
  33166.  - What's New
  33167.  - Technical Documentation
  33168.  - Technical Publications
  33169.  - DeveloperDocumentation
  33170.  - macos8_and_9olbox:HTMLSample:P]Dev.CD Dec 99 RL Disk 1
  33171.  - What's New
  33172.  - Sample Code
  33173.  - Human Interface Toolbox
  33174.  - HTMLSamplevate
  33175.     end tell
  33176. on error errMsg number errNum
  33177.     --enter statements to perform when no records are found such as...
  33178.     display dialog "Sorry, the item you selected could not be found."
  33179.     return
  33180. end try
  33181. e    No Changeq
  33182. Dev.CD Dec 99 RL Disk 1
  33183. All Packages
  33184. develop Issue 21
  33185. 2208X
  33186. using
  33187. usual
  33188. usually
  33189. utf-8
  33190. utilites
  33191. utilities
  33192. utility
  33193. utilization
  33194. utilized
  33195. utilizes
  33196. utitity
  33197. uunpredictable
  33198. v-twin
  33199. v1.0.1
  33200. v1.0.2
  33201. v1.1.3
  33202. All Packages
  33203. System 7 Tune-UpO
  33204. Dev.CD Sept 92
  33205. Dev.CD Aug 92P
  33206. Dev.CD Sept 92
  33207. Dev.CD Aug 9V
  33208. 6560X
  33209. Sept 9
  33210. q--set theItem to choose file -- uncomment to test in an AS editor
  33211.     tell application "Finder"
  33212.         open item "Dev.CD Sept 92
  33213. Dev.CD Aug 92"
  33214.         activate
  33215.     end tell
  33216. on error errMsg number errNum
  33217.     --enter statements to perform when no records are found such as...
  33218.     display dialog "Sorry, the item you selected could not be found."
  33219.     return
  33220. end try
  33221. All Packages
  33222. System 7 Tune-UpO
  33223. Dev.CD Sept 92
  33224. Dev.CD Aug 92P
  33225. Dev.CD Sept 92
  33226. Dev.CD Aug 9V
  33227. 6561X
  33228. Sept 9
  33229. q--set theItem to choose file -- uncomment to test in an AS editor
  33230.     tell application "Finder"
  33231.         open item "Dev.CD Sept 92
  33232. Dev.CD Aug 92"
  33233.         activate
  33234.     end tell
  33235. on error errMsg number errNum
  33236.     --enter statements to perform when no records are found such as...
  33237.     display dialog "Sorry, the item you selected could not be found."
  33238.     return
  33239. end try
  33240. o.http://developer.apple.com/techpubs/index.htmlq
  33241. Dev.CD Jan 00 SDK1
  33242. D!All Packages
  33243. Mac OS SDK Edition
  33244. DeveloperNotes
  33245. Macintosh PowerBook G3 Series Developer Note
  33246. This developer note describes the Macintosh PowerBook G3 Series computers, which use PowerPC G3 microprocessors with clock speeds ranging from 233 to 292 MHz and have color flat-panel displays of 12.1, 13.3, or 14.1 inches across.  The developer note includes information of most interest to developers and provides descriptions of the internal architecture, the I/O ports and devices, and the expansion features. 
  33247. PowerBookG3Series.pdfK
  33248. Vol XL
  33249. Jul 98N`Macintosh, PowerBook G3 Series, developers, PowerPC, backside, cache, expansion, I/O RAM CardBusOHDev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  33250.  - What's New
  33251.  - Technical Documentation
  33252.  - DeveloperNotesV
  33253. 5907X
  33254. Jul 98^
  33255. SSW/SDK
  33256. All Packages
  33257. F    PowerTalkO
  33258. Dev.CD Apr 95
  33259. Dev.CD Jan 95P
  33260. Dev.CD Apr 95
  33261. Dev.CD Jan 9V
  33262. 6204X
  33263. Apr 95
  33264. p--set theItem to choose file -- uncomment to test in an AS editor
  33265.     tell application "Finder"
  33266.         open item "Dev.CD Apr 95
  33267. Dev.CD Jan 95"
  33268.         activate
  33269.     end tell
  33270. on error errMsg number errNum
  33271.     --enter statements to perform when no records are found such as...
  33272.     display dialog "Sorry, the item you selected could not be found."
  33273.     return
  33274. end try
  33275. All Packages
  33276. F    PowerTalkO
  33277. Dev.CD Apr 95
  33278. Dev.CD Jan 95P
  33279. Dev.CD Apr 95
  33280. Dev.CD Jan 9V
  33281. 6205X
  33282. Apr 95
  33283. p--set theItem to choose file -- uncomment to test in an AS editor
  33284.     tell application "Finder"
  33285.         open item "Dev.CD Apr 95
  33286. Dev.CD Jan 95"
  33287.         activate
  33288.     end tell
  33289. on error errMsg number errNum
  33290.     --enter statements to perform when no records are found such as...
  33291.     display dialog "Sorry, the item you selected could not be found."
  33292.     return
  33293. end try
  33294. All Packages
  33295. --set theItem to choose file -- uncomment to test in an AS editor
  33296.     tell application "Finder"
  33297.         open item "Dev.CD Apr 94
  33298. Dev.CD Jan 94
  33299. Dev.CD Oct 93
  33300. Dev.CD Jul 93
  33301. Dev.CD Apr 93"
  33302.         activate
  33303.     end tell
  33304. on error errMsg number errNum
  33305.     --enter statements to perform when no records are found such as...
  33306.     display dialog "Sorry, the item you selected could not be found."
  33307.     return
  33308. end try
  33309. assist
  33310. modules
  33311. macapp
  33312. tutorial
  33313. scripts
  33314. vucollect
  33315. vucollect
  33316. vumeters
  33317. waste
  33318. waste
  33319. 1.3a6
  33320. tiresome
  33321. title
  33322. titled
  33323. titles
  33324. tnetworkbuf
  33325. tnetworkiostream
  33326. tnetworkistream
  33327. tnetworkostream
  33328. g--set theItem to choose file -- uncomment to test in an AS editor
  33329.     tell application "Finder"
  33330.         open item "Dev.CD Apr 96 SDK2"
  33331.         activate
  33332.     end tell
  33333. on error errMsg number errNum
  33334.     --enter statements to perform when no records are found such as...
  33335.     display dialog "Sorry, the item you selected could not be found."
  33336.     return
  33337. end try
  33338. und such as...
  33339.     display dialog "Sorry, the item you selected could not be found."
  33340.     return
  33341. end try
  33342. All Packages
  33343. System Enabler 065 (LC 575)O
  33344. Dev.CD Apr 94
  33345. Dev.CD Jan 94P
  33346. Dev.CD Apr 94
  33347. Dev.CD Jan 9V
  33348. 4836X
  33349. Apr 94
  33350. p--set theItem to choose file -- uncomment to test in an AS editor
  33351.     tell application "Finder"
  33352.         open item "Dev.CD Apr 94
  33353. Dev.CD Jan 94"
  33354.         activate
  33355.     end tell
  33356. on error errMsg number errNum
  33357.     --enter statements to perform when no records are found such as...
  33358.     display dialog "Sorry, the item you selected could not be found."
  33359.     return
  33360. end try
  33361. All Packages
  33362. Dev.CD Apr 96 SDK2P
  33363. Dev.CD Apr 96 SDKV
  33364. 5409X
  33365. Apr 96
  33366. g--set theItem to choose file -- uncomment to test in an AS editor
  33367.     tell application "Finder"
  33368.         open item "Dev.CD Apr 96 SDK2"
  33369.         activate
  33370.     end tell
  33371. on error errMsg number errNum
  33372.     --enter statements to perform when no records are found such as...
  33373.     display dialog "Sorry, the item you selected could not be found."
  33374.     return
  33375. end try
  33376. All Packages
  33377. 7.5 (Slim)O
  33378. Dev.CD Apr 95P
  33379. Dev.CD Apr 9V
  33380. 5410X
  33381. Apr 95
  33382. b--set theItem to choose file -- uncomment to test in an AS editor
  33383.     tell application "Finder"
  33384.         open item "Dev.CD Apr 95"
  33385.         activate
  33386.     end tell
  33387. on error errMsg number errNum
  33388.     --enter statements to perform when no records are found such as...
  33389.     display dialog "Sorry, the item you selected could not be found."
  33390.     return
  33391. end try
  33392. All Packages
  33393. 7.5 (Slim)O
  33394. Dev.CD Apr 95P
  33395. Dev.CD Apr 9V
  33396. 5411X
  33397. Apr 95
  33398. eturn
  33399. end try
  33400. shown
  33401. shows
  33402. pre-mixer
  33403. component
  33404. shrink
  33405. shrink-wrapped
  33406. shrinking
  33407. shutdownW
  33408. siegel
  33409. sierra
  33410. sierra/iso
  33411. signal
  33412. signals
  33413. signature
  33414. signatures
  33415. signaturetoapp
  33416. signed
  33417. significant
  33418. signing
  33419. silevelmeteronoff
  33420. silly
  33421. sillyballs
  33422. a-law
  33423. S 9. HTMLRenderingLib is Apple's light-weight HTML rendering engine capable of displaying HTML files.
  33424. - shows how to draw HTML in a window using the HTMLRenderingLib,
  33425. - shows how to use the URL utilities provided by the HTMLRenderingLib,
  33426. - shows how to maintain a history of visited links and provide call backs to the HTMLRenderingLib for providing information about visited links,
  33427. - shows h
  33428. vow to intercept URLs being displayed by the HTMLRenderingLib and re-direct them to other files.  In this example, we use this facility to allow you to launch applications by clicking on URLs that refer to application files.
  33429. - shows how to set up the drawing environment correctly for drawing other objects in the same window when the window contains a HTML rendering object.
  33430. Dec 99t-Oriented Approach to Hierarchical Lists  by Jan Bruyndonckx.  This article shows how to implement 
  33431. e break locations. Mac OS 9.0 also introduces support for obtaining the properties of a Unicode character, which is not a locale-sensitive operation.
  33432. Carbon_Menu_Mgr_API.pdf
  33433. Carbon_Window_Mgr_API.pdf
  33434. DisplayManager.pdf
  33435. HTML_RenderingLib.pdf
  33436. Locales_for_Mac_OS_8.6_9.0.pdf
  33437. UnicodeUtilities.pdf
  33438. Display Manager, window arrangement, display mode, pixel depth, scan timing, display, display ID, video device, monitor, HTML, HTML rendering, web browser, URL, HTML tags, Apple Help, World Wide Web, Help Center, HTML link, Unicode Utilities, Unicode, locales, text, collation, characters, Window Manager, windows, structure region, content region, window class, window classes, window layers, window attributes, scrolling, Menu Manager, menus, Carbon, Apple menu, MDEF, menu items
  33439. OqDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:cv not functional yet,  OT Listen/Accept loop needs improvementneeds improvement
  33440. you'll
  33441. access
  33442. documentation
  33443. software
  33444. technolo
  33445. you're
  33446. you've
  33447. Feb 00^
  33448. --set theItem to choose file -- uncomment to test in an AS editor
  33449.     tell application "Finder"
  33450.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:How to Detect a CD:"
  33451.         activate
  33452.     end tell
  33453. on error errMsg number errNum
  33454.     --enter statements to perform when no records are found such as...
  33455.     display dialog "Sorry, the item you selected could not be found."
  33456.     return
  33457. end try
  33458. e    No Changef
  33459. CD-ROM
  33460. Device Manager
  33461. Dev.CD Feb 00 TC
  33462. All Packages
  33463. HTMLSample
  33464. 4129X
  33465. setdeskcpat
  33466. setdialogdefaultitem
  33467. setenv
  33468. setgworld
  33469. setindstring
  33470. setmarkers
  33471. setmfsize
  33472. setpdimc
  33473. setproject
  33474. setprojector
  33475. setsoundinput
  33476. setting
  33477. titled
  33478. titles
  33479. tmon's
  33480. tmtask
  33481. tnetworkbuf
  33482. tnetworkiostream
  33483. tnetworkistream
  33484. tnetworkostream
  33485. Sample Code Update 2/97
  33486. Summary: This package contains five sample code examples, which will be rolled into the Sample Code folder on the May '97 Tool Chest edition.
  33487. CPUGestalt
  33488. This sample code illustrates the way to determine the processor type of the Macintosh you're running on
  33489. EditTextCDev
  33490. EditCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev. 
  33491. MoreFiles 1.4.6
  33492. MoreFiles is a collection of high-level roW
  33493. ounds
  33494. workbook
  33495. workers
  33496. workflows
  33497. workgroup
  33498. working
  33499. workings
  33500. works
  33501. works
  33502. under
  33503. appearance
  33504. workstation
  33505. redirection
  33506. otSauce is a technology demonstration based on MCF (Meta Content Format). MCF is a format for representing information about content.
  33507. The goal of MCF is to provide an adequate language for representing a wide range of information about content. The content targeted includes web pages, gopher and ftp files, desktop files, email and structured (i.e., relational and object oriented) databases, etc. The corresponding meta-content includes indices such as Yahoo!, gopher and ftp direB
  33508. ctory structures, email headers, data dictionaries, etc. 
  33509. ProjectX (aka HotSauce) is just one of the applications that is enabled by the MCF. It should be possible for many different applications to use the meta-content represented in the MCF. 
  33510. HotSauce standalone app FAQ
  33511. Meta-Content Format
  33512. Project X Large 68K:
  33513. Project X Large PPC:
  33514. Project X Quick Start Guide
  33515. ProjectXPlugIn68K
  33516. ProjectXPlugIn68KNFPU
  33517. ProjectXPlugInPPC
  33518. Standalone App Quick StartK
  33519. Nov 96
  33520. e    No Changeq
  33521. Dev.CD Feb 00 TC
  33522. D!All Packages
  33523. Tool Chest Edition
  33524. ResEdit 2.1.3
  33525. USummary: ResEdit is Apple's standard direct-manipulation resource editing and creation tool.  See the "About ResEdit 2.1.3" file within the "ResEdit 2.1.3" folder for a list of new features and bug fixes in this release.
  33526. Features: Supports editing of all major resource types. You can also write your own ResEdit editors and integrate them.
  33527. J'Sample Code.img
  33528. Windows Sample Code.imgK
  33529. Vol IIIL
  33530. Nov 94MnResEdit works on any Macintosh system with at least one megabyte of memory. It requires System 6.0.2 or later.O
  33531. Dev.CD Feb 00 TC:Sample Code:P
  33532. Dev.CD Feb 00 TC
  33533.  - Sample CodeV
  33534. 6454X
  33535. Feb 00^
  33536. #etextutils
  33537. moretoolbox
  33538. mountalias
  33539. mountalias
  33540. mountalias
  33541. helper
  33542. mybuildmenu
  33543. namerevisioncurrent
  33544. native
  33545. native
  33546. navig
  33547. install
  33548. netsprocket
  33549. netsprocket
  33550. ure and 
  33551. environments
  33552. enwall
  33553. eoaccess
  33554. eocontrol
  33555. eointerface
  33556. eomodeler
  33557. epoch
  33558. eprom
  33559. equilibrium
  33560. equilibrium's
  33561. equipment
  33562. equivalent
  33563. erase
  33564. erases
  33565. erasing
  33566. errata
  33567. erroneous
  33568. error
  33569. error-handling
  33570. errors
  33571. esfahani
  33572. eskimo
  33573. espana
  33574. especially
  33575. essence
  33576. essential
  33577. essentials
  33578. establish
  33579. establishing
  33580. establishment
  33581. w--set theItem to choose file -- uncomment to test in an AS editor
  33582.     tell application "Finder"
  33583.         open item "Dev.CD Dec 96 SE
  33584. Dev.CD Oct 96 SSW"
  33585.         activate
  33586.     end tell
  33587. on error errMsg number errNum
  33588.     --enter statements to perform when no records are found such as...
  33589.     display dialog "Sorry, the item you selected could not be found."
  33590.     return
  33591. end try
  33592. Dev.CD Apr 93"
  33593.         activate
  33594.     end tell
  33595. on error errMsg number errNum
  33596.     --enter statements to perform when no records are found such as...
  33597.     display dialog "Sorry, the item you selected could not be found."
  33598.     return
  33599. end try
  33600. All Packages
  33601. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  33602. Dev.CD Jan 94
  33603. Dev.CD Oct 93
  33604. Dev.CD Jul 93
  33605. Dev.CD Apr 93PDDev.CD Apr 94
  33606. Dev.CD Jan 94
  33607. Dev.CD Oct 93
  33608. Dev.CD Jul 93
  33609. Dev.CD Apr 9V
  33610. 4756X
  33611. Apr 94
  33612. sources
  33613. spain
  33614. spain
  33615. distribution
  33616. guide
  33617. 1.0.1
  33618. speech
  33619. speech
  33620. recognition
  33621. manager
  33622. speech
  33623. synthesis
  33624. manager
  33625. sphere
  33626. spooler
  33627. simpler
  33628. simplest
  33629. simpletext
  33630. simplified
  33631. simplifies
  33632. simplify
  33633. simply
  33634. simulate
  33635. simulates
  33636. simulator
  33637. simultaneously
  33638. since
  33639. single
  33640. sites
  33641. situation
  33642. situations
  33643. sizes
  33644. skills
  33645. skipped
  33646. slated
  33647. sleuthing
  33648. slots
  33649. slower
  33650. small
  33651. smaller
  33652. 7.5.3
  33653. 4400/200
  33654. 7.5.3
  33655. 7.5.3
  33656. 7.5.3
  33657. 7.5.5
  33658. 7.5.5
  33659. 73/76/86/9600
  33660. 7.6.1
  33661. 7.6.1
  33662. pb3400
  33663.     tell application "Finder"
  33664.         open item "Dev.CD Jul 95"
  33665.         activate
  33666.     end tell
  33667. on error errMsg number errNum
  33668.     --enter statements to perform when no records are found such as...
  33669.     display dialog "Sorry, the item you selected could not be found."
  33670.     return
  33671. end try
  33672. All Packages
  33673. System 7.5 Update 1.0O
  33674. Dev.CD Jul 95P
  33675. Dev.CD Jul 9V
  33676. 4719X
  33677. Jul 95
  33678. phrases
  33679. physical
  33680. physically
  33681. Dev.CD Apr 97 SSWP
  33682. Dev.CD Apr 97 SSV
  33683. 5589X
  33684. Apr 97
  33685. f--set theItem to choose file -- uncomment to test in an AS editor
  33686.     tell application "Finder"
  33687.         open item "Dev.CD Apr 97 SSW"
  33688.         activate
  33689.     end tell
  33690. on error errMsg number errNum
  33691.     --enter statements to perform when no records are found such as...
  33692.     display dialog "Sorry, the item you selected could not be found."
  33693.     return
  33694. end try
  33695. All Packages
  33696. 7.5.5 (73/76/86/9600)O
  33697. Dev.CD Apr 97 SSWP
  33698. Dev.CD Apr 97 SSV
  33699. 5590X
  33700. Apr 97
  33701. f--set theItem to choose file -- uncomment to test in an AS editor
  33702.     tell application "Finder"
  33703.         open item "Dev.CD Apr 97 SSW"
  33704.         activate
  33705.     end tell
  33706. on error errMsg number errNum
  33707.     --enter statements to perform when no records are found such as...
  33708.     display dialog "Sorry, the item you selected could not be found."
  33709.     return
  33710. end try
  33711. All Packages
  33712. 7.5.5 (73/76/86/9600)O
  33713. Dev.CD Apr 97 SSWP
  33714. Dev.CD Apr 97 SSV
  33715. 5591X
  33716. Apr 97
  33717. f--set theItem to choose file -- uncomment to test in an AS editor
  33718.     tell application "Finder"
  33719.         open item "Dev.CD Jul 99 SSW"
  33720.         activate
  33721.     end tell
  33722. on error errMsg number errNum
  33723.     --enter statements to perform when no records are found such as...
  33724.     display dialog "Sorry, the item you selected could not be found."
  33725.     return
  33726. end try
  33727. enabler
  33728. encoding
  33729. conceptual
  33730. concern
  33731. concerns
  33732. concerted
  33733. concordia
  33734. concrete
  33735. concurrent
  33736. concurrently
  33737. condition
  33738. conditional
  33739. conditions
  33740. condone
  33741. conference
  33742. conferences
  33743. conferencing
  33744. confessions
  33745. confident
  33746. confidential
  33747. config
  33748. configurable
  33749. configuration
  33750. configuration
  33751. dialog
  33752. configurations
  33753. configure
  33754. configured
  33755. configures
  33756. ifferent approaches.
  33757. Features:  C sample code demonstrating how to use the device manager, SCSI, and calls to the CD-ROM driver to give pretty good hints about whether a volume is a CD-ROM or not.
  33758. JRidentifyCD.
  33759. main.c
  33760. Makefile
  33761. Not used in this example
  33762. ReadMe
  33763. WhereCDs.c
  33764. WhereCDs.hK
  33765. Dec 95N CD-ROM, SCSI, Device Manager, CD. Thi
  33766. fileinfo@
  33767. files/folders@
  33768. finderheaps@
  33769. first-person@
  33770. fixing@
  33771. folders@
  33772. font@
  33773. footprint@
  33774. years
  33775. multimedia
  33776. developers
  33777. regarded
  33778. equilibrium's
  33779. forms@
  33780. foundation's@
  33781. fresh@
  33782. frontier@
  33783. full-features@
  33784. wide-angle
  33785. widely
  33786. wildcard
  33787. wilderness
  33788.  - develop Issue 23
  33789. collect
  33790. collected
  33791. collecting
  33792. collection
  33793. collection
  33794. inside
  33795. macintosh
  33796. books
  33797. related
  33798. programming
  33799. collection
  33800. developer
  33801. documentation
  33802. collection
  33803. documentation
  33804. developer
  33805. notes
  33806. collections
  33807. collectionservices
  33808. collectpictcolors
  33809. collects
  33810. collyer
  33811. color
  33812. color
  33813. picker
  33814. 2.1.1
  33815. contains
  33816. minor
  33817. fixes
  33818. colorcdef
  33819. colored
  33820. coloredcheckbox
  33821. colorization
  33822. colorize
  33823. com/colorsync
  33824. com/dev/swtechpubs/d
  33825. com/games
  33826. com/java
  33827. com/java/javatutoria
  33828. smalldaemon
  33829. smaller
  33830. smallest
  33831. smart
  33832. smith
  33833. smith's
  33834. snapshot
  33835. snapshot
  33836. sample
  33837. application
  33838. shows
  33839. snapshots
  33840. snapshotsample1.0b3
  33841. snarfer
  33842. snarfing
  33843. snazzy
  33844. sndforever
  33845. sndplay
  33846. sndplaydoublebuffer
  33847. sndplaydoublebuffera
  33848. sndstartfileplay
  33849. snippet
  33850. snippets
  33851. snively
  33852. snstartfileplay
  33853. All Packages
  33854. PPC EnablerO
  33855. Dev.CD Jul 95P
  33856. Dev.CD Jul 9V
  33857. 6224X
  33858. Jul 95
  33859. b--set theItem to choose file -- uncomment to test in an AS editor
  33860.     tell application "Finder"
  33861.         open item "Dev.CD Jul 95"
  33862.         activate
  33863.     end tell
  33864. on error errMsg number errNum
  33865.     --enter statements to perform when no records are found such as...
  33866.     display dialog "Sorry, the item you selected could not be found."
  33867.     return
  33868. end try
  33869. All Packages
  33870. PPC EnablerO
  33871. Dev.CD Jul 95P
  33872. Dev.CD Jul 9V
  33873. 6225X
  33874. Jul 95
  33875. b--set theItem to choose file -- uncomment to test in an AS editor
  33876.     tell application "Finder"
  33877.         open item "Dev.CD Jul 95"
  33878.         activate
  33879.     end tell
  33880. on error errMsg number errNum
  33881.     --enter statements to perform when no records are found such as...
  33882.     display dialog "Sorry, the item you selected could not be found."
  33883.     return
  33884. end try
  33885. All Packages
  33886. PPC EnablerO
  33887. Dev.CD Jul 95P
  33888. Dev.CD Jul 9V
  33889. 6226X
  33890. Jul 95
  33891. All Packages
  33892. System 7.5 Update 1.0O
  33893. Dev.CD Jan 96 SSWP
  33894. Dev.CD Jan 96 SSV
  33895. 6589X
  33896. Jan 96
  33897. f--set theItem to choose file -- uncomment to test in an AS editor
  33898.     tell application "Finder"
  33899.         open item "Dev.CD Jan 96 SSW"
  33900.         activate
  33901.     end tell
  33902. on error errMsg number errNum
  33903.     --enter statements to perform when no records are found such as...
  33904.     display dialog "Sorry, the item you selected could not be found."
  33905.     return
  33906. end try
  33907. All Packages
  33908. System 7.5 Update 1.0O
  33909. Dev.CD Jan 96 SSWP
  33910. Dev.CD Jan 96 SSV
  33911. 6590X
  33912. Jan 96
  33913. f--set theItem to choose file -- uncomment to test in an AS editor
  33914.     tell application "Finder"
  33915.         open item "Dev.CD Jan 96 SSW"
  33916.         activate
  33917.     end tell
  33918. on error errMsg number errNum
  33919.     --enter statements to perform when no records are found such as...
  33920.     display dialog "Sorry, the item you selected could not be found."
  33921.     return
  33922. end try
  33923. All Packages
  33924. System 7.5 Update 1.0V
  33925. 6591X
  33926. while in MacsBug  by adding this function to your program.  You can jump directly to this function from anywhere in your program using MacsBug commands, take a screen shot, and then continue with normal program execution.
  33927. Shared Lib. Mgr. C++:  This snippet shows how to turn a generic C++ class (not Pascal/Handle object based) into a Shared Library class. The Makefile is a suitable template for similar work.
  33928. ShowBalloon XFCN:  This XFCN allows you to use Balloon Help in conjunction with 
  33929. HyperCard. The source code and the demo stack will get you going.
  33930. UserFunction Gestalt:  This snippet is for Installer scripters.  The UserChkGestaltFunction provides an alternative to the CheckGestalt clause which requires that the scripter provide all possible matches to the results of the Gestalt call.  With the User Function, the script writer can simply check for the existence of a gestalt selector, without having to worry about it's return values.
  33931. Windoid:  Windoid is a MacApp 3.0 
  33932. readability
  33933. readable
  33934. reader
  33935. readers
  33936. readily
  33937. reading
  33938. readlocation
  33939. readme
  33940. readmes
  33941. reads
  33942. readsector
  33943. ready
  33944. ready-to-print-with
  33945. real-time
  33946. real-world
  33947. realistic
  33948. reality
  33949. really
  33950. realtime
  33951. rearrange
  33952. reason
  33953. reasonable
  33954. reasonably
  33955. reasons
  33956. reboot
  33957. rebooting
  33958. rebuild
  33959. rebuilding
  33960. rebuilds
  33961. rebuilt
  33962. receive
  33963. received
  33964. receiver
  33965. receives
  33966. receiving
  33967. recent
  33968. recently
  33969. reception
  33970. recipes
  33971. redesigned
  33972. b--set theItem to choose file -- uncomment to test in an AS editor
  33973.     tell application "Finder"
  33974.         open item "Dev.CD Jul 95"
  33975.         activate
  33976.     end tell
  33977. on error errMsg number errNum
  33978.     --enter statements to perform when no records are found such as...
  33979.     display dialog "Sorry, the item you selected could not be found."
  33980.     return
  33981. end try
  33982. pottier
  33983. powemac
  33984. power
  33985. ing HITEC, you have the ability to create new tests, execute and analyze existing tests and collect groups of tests into suites.  HITEC also provides various controls over the execution of tests and suites, such as setting a group of target systems on which to execute th
  33986. e tests, determining the CPU type of target system and making timing adjustments to best suit that system, and verifying that a system is still functional after the execution of previous tests. 
  33987. Hardware:  One controller system and at least one target system.  The controller system should have 1MB or more of RAM to run MPW 3.0 or higher.  The target system(s) should be a Macintosh Plus or higher.
  33988. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  33989. All Packages
  33990. 7.1.2O
  33991. Dev.CD Jul 94P
  33992. Dev.CD Jul 9V
  33993. 5366X
  33994. Jul 94
  33995. b--set theItem to choose file -- uncomment to test in an AS editor
  33996.     tell application "Finder"
  33997.         open item "Dev.CD Jul 94"
  33998.         activate
  33999.     end tell
  34000. on error errMsg number errNum
  34001.     --enter statements to perform when no records are found such as...
  34002.     display dialog "Sorry, the item you selected could not be found."
  34003.     return
  34004. end try
  34005. All Packages
  34006. 7.1.2O
  34007. Dev.CD Jul 94P
  34008. Dev.CD Jul 9V
  34009. 5367X
  34010. Jul 94
  34011. b--set theItem to choose file -- uncomment to test in an AS editor
  34012.     tell application "Finder"
  34013.         open item "Dev.CD Jul 94"
  34014.         activate
  34015.     end tell
  34016. on error errMsg number errNum
  34017.     --enter statements to perform when no records are found such as...
  34018.     display dialog "Sorry, the item you selected could not be found."
  34019.     return
  34020. end try
  34021. All Packages
  34022. 7.1.2O
  34023. Dev.CD Jul 94P
  34024. Dev.CD Jul 9V
  34025. 5368X
  34026. Jul 94
  34027. etzonelist
  34028. packages
  34029. All Packages
  34030. System Enabler 003 (LC III)OEDev.CD Apr 94
  34031. Dev.CD Jan 94
  34032. Dev.CD Oct 93
  34033. Dev.CD Jul 93
  34034. Dev.CD Apr 93PDDev.CD Apr 94
  34035. Dev.CD Jan 94
  34036. Dev.CD Oct 93
  34037. Dev.CD Jul 93
  34038. Dev.CD Apr 9V
  34039. 6666X
  34040. Apr 94
  34041. --set theItem to choose file -- uncomment to test in an AS editor
  34042.     tell application "Finder"
  34043.         open item "Dev.CD Apr 94
  34044. Dev.CD Jan 94
  34045. Dev.CD Oct 93
  34046. Dev.CD Jul 93
  34047. Dev.CD Apr 93"
  34048.         activate
  34049.     end tell
  34050. on error errMsg number errNum
  34051.     --enter statements to perform when no records are found such as...
  34052.     display dialog "Sorry, the item you selected could not be found."
  34053.     return
  34054. end try
  34055. All Packages
  34056. System Enabler 003 (LC III)O7Dev.CD Apr 94
  34057. Dev.CD Jan 94
  34058. Dev.CD Oct 93
  34059. Dev.CD Aug 93P6Dev.CD Apr 94
  34060. Dev.CD Jan 94
  34061. Dev.CD Oct 93
  34062. Dev.CD Aug 9V
  34063. 6667X
  34064. Apr 94
  34065. updated
  34066. updated
  34067. documentation
  34068. updated
  34069. grayscale
  34070. appearance
  34071. updater
  34072. updates
  34073. updates
  34074. updates
  34075. patches
  34076. upgrader
  34077. upgrader
  34078. 1.2.3
  34079. engines
  34080. upgrading
  34081. upgrading
  34082. bbedit
  34083. access
  34084. access
  34085. scripting
  34086. urlaccess
  34087. urlaccess
  34088. urlaccess
  34089. urlaccess
  34090. urlaccess68k
  34091. urlaccess68k
  34092. urlaccesslib
  34093. urlaccesslib
  34094. distribution
  34095. guide
  34096. usage
  34097. usage
  34098. history
  34099. software
  34100. locator
  34101. useful
  34102. useful
  34103. addmenu
  34104. script
  34105. manual
  34106. virtual
  34107. keycode
  34108. virtual
  34109. tools
  34110. vu3.0.1d3W
  34111. vu3.0.1d3
  34112. animation
  34113. guide
  34114. webobjects
  34115. ~--set theItem to choose file -- uncomment to test in an AS editor
  34116.     tell application "Finder"
  34117.         open item "Dev.CD Apr 94
  34118. Dev.CD Jan 94
  34119. Dev.CD Oct 93"
  34120.         activate
  34121.     end tell
  34122. on error errMsg number errNum
  34123.     --enter statements to perform when no records are found such as...
  34124.     display dialog "Sorry, the item you selected could not be found."
  34125.     return
  34126. end try
  34127. eron Esfahani.  How your application can live copacetically with the Display Manager.
  34128. MPW TIPS AND TRI
  34129. CKS:  Scripted Text Editing  by Tim Maroney.  An overview of MPW
  34130. s powerful, scriptable text editing capabilities. 
  34131. ACCORDING TO SCRIPT:  Attaching and Embedding Scripts by Cal Simone.  Integrating scripts in your application can have a big payoff for your users.
  34132. PRINT HINTS:  The Top 10 Printing Crimes Revisited by Dave Polaschek.  Despite our best efforts, developers continue to commit printing crimes. We
  34133. re not giving up.
  34134. BALANCE OF POWER:  Sleuthing Through Your Code  by Dave Evans.
  34135. f--set theItem to choose file -- uncomment to test in an AS editor
  34136.     tell application "Finder"
  34137.         open item "Dev.CD Jul 96 SSW"
  34138.         activate
  34139.     end tell
  34140. on error errMsg number errNum
  34141.     --enter statements to perform when no records are found such as...
  34142.     display dialog "Sorry, the item you selected could not be found."
  34143.     return
  34144. end try
  34145. goals
  34146. going
  34147. golden
  34148. gonzalez
  34149. gonzalez3
  34150. goodies
  34151. gopher
  34152. gotcha
  34153. gotchas
  34154. gough
  34155. gourdol
  34156. governed
  34157. grabber
  34158. grabguy
  34159. gracefully
  34160. grafport
  34161. graphical
  34162. graphically
  34163. b--set theItem to choose file -- uncomment to test in an AS editor
  34164.     tell application "Finder"
  34165.         open item "Dev.CD Jul 94"
  34166.         activate
  34167.     end tell
  34168. on error errMsg number errNum
  34169.     --enter statements to perform when no records are found such as...
  34170.     display dialog "Sorry, the item you selected could not be found."
  34171.     return
  34172. end try
  34173. uld not be found."
  34174.     return
  34175. end try
  34176. All Packages
  34177. System Enabler 111 (PB 160/180)O
  34178. Dev.CD Apr 93P
  34179. Dev.CD Apr 9V
  34180. 4874X
  34181. Apr 93
  34182. b--set theItem to choose file -- uncomment to test in an AS editor
  34183.     tell application "Finder"
  34184.         open item "Dev.CD Apr 93"
  34185.         activate
  34186.     end tell
  34187. on error errMsg number errNum
  34188.     --enter statements to perform when no records are found such as...
  34189.     display dialog "Sorry, the item you selected could not be found."
  34190.     return
  34191. end try
  34192. All Packages
  34193. System Enabler 111 (PB 160/180)O
  34194. Dev.CD Apr 93P
  34195. Dev.CD Apr 9V
  34196. 4875X
  34197. Apr 93
  34198. All Packages
  34199. 7.1OEDev.CD Apr 94
  34200. Dev.CD Jan 94
  34201. Dev.CD Oct 93
  34202. Dev.CD Jul 93
  34203. Dev.CD Apr 93PDDev.CD Apr 94
  34204. Dev.CD Jan 94
  34205. Dev.CD Oct 93
  34206. Dev.CD Jul 93
  34207. Dev.CD Apr 9V
  34208. 5272X
  34209. Apr 94
  34210. --set theItem to choose file -- uncomment to test in an AS editor
  34211.     tell application "Finder"
  34212.         open item "Dev.CD Apr 94
  34213. Dev.CD Jan 94
  34214. Dev.CD Oct 93
  34215. Dev.CD Jul 93
  34216. Dev.CD Apr 93"
  34217.         activate
  34218.     end tell
  34219. on error errMsg number errNum
  34220.     --enter statements to perform when no records are found such as...
  34221.     display dialog "Sorry, the item you selected could not be found."
  34222.     return
  34223. end try
  34224. All Packages
  34225. 7.1OEDev.CD Apr 94
  34226. Dev.CD Jan 94
  34227. Dev.CD Oct 93
  34228. Dev.CD Jul 93
  34229. Dev.CD Apr 93PDDev.CD Apr 94
  34230. Dev.CD Jan 94
  34231. Dev.CD Oct 93
  34232. Dev.CD Jul 93
  34233. Dev.CD Apr 9V
  34234. 5273X
  34235. Apr 94
  34236. convert
  34237. converted
  34238. converter
  34239. converting
  34240. converts
  34241. cookbook
  34242. All Packages
  34243. Dev.CD Jun 97 SSWP
  34244. Dev.CD Jun 97 SSV
  34245. 5604X
  34246. Jun 97
  34247. f--set theItem to choose file -- uncomment to test in an AS editor
  34248.     tell application "Finder"
  34249.         open item "Dev.CD Jun 97 SSW"
  34250.         activate
  34251.     end tell
  34252. on error errMsg number errNum
  34253.     --enter statements to perform when no records are found such as...
  34254.     display dialog "Sorry, the item you selected could not be found."
  34255.     return
  34256. end try
  34257. All Packages
  34258. Dev.CD Jun 97 SSWP
  34259. Dev.CD Jun 97 SSV
  34260. 5605X
  34261. Jun 97
  34262. f--set theItem to choose file -- uncomment to test in an AS editor
  34263.     tell application "Finder"
  34264.         open item "Dev.CD Jun 97 SSW"
  34265.         activate
  34266.     end tell
  34267. on error errMsg number errNum
  34268.     --enter statements to perform when no records are found such as...
  34269.     display dialog "Sorry, the item you selected could not be found."
  34270.     return
  34271. end try
  34272. All Packages
  34273. Dev.CD Jun 97 SSWP
  34274. Dev.CD Jun 97 SSV
  34275. 5606X
  34276. Jun 97
  34277. 5909X
  34278. Feb 00^
  34279. --set theItem to choose file -- uncomment to test in an AS editor
  34280.     tell application "Finder"
  34281.         open item "Dev.CD Feb 00 TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:"
  34282.         activate
  34283.     end tell
  34284. on error errMsg number errNum
  34285.     --enter statements to perform when no records are found such as...
  34286.     display dialog "Sorry, the item you selected could not be found."
  34287.     return
  34288. end try
  34289. e    No Changef/DIMM
  34290. Interleaving
  34291. memory
  34292. configuration
  34293. DRAMq
  34294. Dev.CD Feb 00 TC
  34295. D(All Packages
  34296. Reference Library Edition
  34297. Disinfectant 3.7.1I
  34298. Summary: Disinfectant is a free anti-viral utility for the Mac. 
  34299. Features: Disinfectant detects and removes known Mac viruses.  J
  34300. DisinfectantK
  34301. Vol IIIL
  34302. Sep 97M&Mac 512K or later, System 6.0 or laterO.Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:P3Dev.CD Dec 99 RL
  34303.  - Utilities
  34304.  - Disinfectant 3.7.1V
  34305. 5910X
  34306. Dec 99^
  34307.  - Help XFCN 1.4V
  34308. 4123X
  34309. video@
  34310. virtual
  34311. virtualuser
  34312. filetool
  34313. memor@
  34314. change@
  34315. deleted@
  34316. moved@
  34317. change@
  34318. package@
  34319. updated@
  34320. apple@
  34321. nDoc Part Kinds  by Tantek 
  34322. elik and Dave Curbow.  Part kinds are like file types, only more so, and the choices you make about which part kinds to support will have a profound effect on users
  34323.  experiences with your part editor.
  34324. Using Apple Guide 2.1 With OpenDoc  by Peter Commons.  Apple Guide 2.1 has been extended to work well in OpenDoc
  34325. s brave new world of compound documents and processes within processes. Here
  34326. s a look at the new features and how to 
  34327. e    No ChangefYMacintosh
  34328. PowerBook G3 Series
  34329. developers
  34330. PowerPC
  34331. backside
  34332. cache
  34333. expansion
  34334. I/O RAM CardBusq
  34335. Dev.CD Jul 98 SSW/SDK
  34336. D!All Packages
  34337. Tool Chest Edition
  34338. Diagnostic Sound Sampler 1.0IfSummary: Mac II error tones.  This application explains the various Macintosh II audio error messages.J
  34339. Hardware tools.imgK
  34340. Vol IIIO?Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD Feb 00 TC
  34341.  - Tool Chest
  34342.  - Testing & Debugging
  34343.  - Hardware toolsV
  34344. 5908X
  34345. Feb 00^
  34346. --set theItem to choose file -- uncomment to test in an AS editor
  34347.     tell application "Finder"
  34348.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  34349.         activate
  34350.     end tell
  34351. on error errMsg number errNum
  34352.     --enter statements to perform when no records are found such as...
  34353.     display dialog "Sorry, the item you selected could not be found."
  34354.     return
  34355. end try
  34356. e    No Changeq
  34357. Dev.CD Feb 00 TC
  34358. D!All Packages
  34359. Tool Chest Edition
  34360. DIMM Config&Interleave v1.1
  34361. encoding
  34362. character
  34363. encoding
  34364. converter
  34365. encoding
  34366. converter
  34367. unicode
  34368. charset
  34369. character
  34370. encodi
  34371. encoding
  34372. unicode
  34373. script
  34374. language
  34375. conversion
  34376. games
  34377. input
  34378. text-to-speech
  34379. textedit
  34380. thread
  34381. thread
  34382. manager
  34383. thread
  34384. threads
  34385. tasks
  34386. tasking
  34387. multitasking
  34388. threading
  34389. threads
  34390. timing
  34391. token
  34392. tokenize
  34393. tokenizer
  34394. tokenizer
  34395. fcode
  34396. tokentalk
  34397. systems
  34398. workstation
  34399. solaris
  34400. hp-ux
  34401. update
  34402. updater
  34403. updates
  34404. usage
  34405. universal
  34406. serial
  34407. human
  34408. interface
  34409. devices
  34410. utilities
  34411. utility
  34412. utility
  34413. space
  34414. variable
  34415. variables
  34416. vector
  34417. version
  34418. shows
  34419. implement
  34420. pre-mixer
  34421. component
  34422. shrink
  34423. shrink-wrapped
  34424. shrinking
  34425. shutdownW
  34426. siegel
  34427. sierra
  34428. sierra/iso
  34429. signal
  34430. signals
  34431. signature
  34432. signatures
  34433. signaturetoapp
  34434. signed
  34435. significant
  34436. signing
  34437. silevelmeteronoff
  34438. silly
  34439. sillyballs
  34440. 7.5.2 (PB 5300/2300/190)O
  34441. Dev.CD Apr 96 SSWP
  34442. Dev.CD Apr 96 SSV
  34443. 5501X
  34444. Apr 96
  34445. f--set theItem to choose file -- uncomment to test in an AS editor
  34446.     tell application "Finder"
  34447.         open item "Dev.CD Apr 96 SSW"
  34448.         activate
  34449.     end tell
  34450. on error errMsg number errNum
  34451.     --enter statements to perform when no records are found such as...
  34452.     display dialog "Sorry, the item you selected could not be found."
  34453.     return
  34454. end try
  34455. All Packages
  34456. 7.5.2 (PB 5300/2300/190)O
  34457. Dev.CD Apr 96 SSWP
  34458. Dev.CD Apr 96 SSV
  34459. 5502X
  34460. Apr 96
  34461. f--set theItem to choose file -- uncomment to test in an AS editor
  34462.     tell application "Finder"
  34463.         open item "Dev.CD Apr 96 SSW"
  34464.         activate
  34465.     end tell
  34466. on error errMsg number errNum
  34467.     --enter statements to perform when no records are found such as...
  34468.     display dialog "Sorry, the item you selected could not be found."
  34469.     return
  34470. end try
  34471. All Packages
  34472. 7.5.2 (PB 5300/2300/190)O
  34473. Dev.CD Apr 96 SSWV
  34474. 5503X
  34475. All Packages
  34476. 7.1.1O
  34477. Dev.CD Jul 94P
  34478. Dev.CD Jul 9V
  34479. 5329X
  34480. Jul 94
  34481. b--set theItem to choose file -- uncomment to test in an AS editor
  34482.     tell application "Finder"
  34483.         open item "Dev.CD Jul 94"
  34484.         activate
  34485.     end tell
  34486. on error errMsg number errNum
  34487.     --enter statements to perform when no records are found such as...
  34488.     display dialog "Sorry, the item you selected could not be found."
  34489.     return
  34490. end try
  34491. All Packages
  34492. 7.1.1O
  34493. Dev.CD Jul 94P
  34494. Dev.CD Jul 9V
  34495. 5330X
  34496. Jul 94
  34497. b--set theItem to choose file -- uncomment to test in an AS editor
  34498.     tell application "Finder"
  34499.         open item "Dev.CD Jul 94"
  34500.         activate
  34501.     end tell
  34502. on error errMsg number errNum
  34503.     --enter statements to perform when no records are found such as...
  34504.     display dialog "Sorry, the item you selected could not be found."
  34505.     return
  34506. end try
  34507. All Packages
  34508. 7.1.1O
  34509. Dev.CD Jul 94P
  34510. Dev.CD Jul 9V
  34511. 5331X
  34512. Jul 94
  34513. 7.1.1
  34514. 7.1.1
  34515. 7.1.2
  34516. 7.1p2
  34517. 7.1p5
  34518. 7.1p6
  34519. 7.5.1
  34520. 7.5.1a
  34521. 7.5.2
  34522. b--set theItem to choose file -- uncomment to test in an AS editor
  34523.     tell application "Finder"
  34524.         open item "Dev.CD Jul 94"
  34525.         activate
  34526.     end tell
  34527. on error errMsg number errNum
  34528.     --enter statements to perform when no records are found such as...
  34529.     display dialog "Sorry, the item you selected could not be found."
  34530.     return
  34531. end try
  34532. not be found."
  34533.     return
  34534. end try
  34535. fewer
  34536. ficycle
  34537. field
  34538. fields
  34539. fifteen
  34540. fifth
  34541. figure
  34542. figured
  34543. --set theItem to choose file -- uncomment to test in an AS editor
  34544.     tell application "Finder"
  34545.         open item "Dev.CD Apr 94
  34546. Dev.CD Jan 94
  34547. Dev.CD Oct 93
  34548. Dev.CD Jul 93"
  34549.         activate
  34550.     end tell
  34551. on error errMsg number errNum
  34552.     --enter statements to perform when no records are found such as...
  34553.     display dialog "Sorry, the item you selected could not be found."
  34554.     return
  34555. end try
  34556.         activate
  34557.     end tell
  34558. on error errMsg number errNum
  34559.     --enter statements to perform when no records are found such as...
  34560.     display dialog "Sorry, the item you selected could not be found."
  34561.     return
  34562. end try
  34563. All Packages
  34564. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  34565. Dev.CD Jan 94
  34566. Dev.CD Oct 93
  34567. Dev.CD Jul 93
  34568. Dev.CD Apr 93PDDev.CD Apr 94
  34569. Dev.CD Jan 94
  34570. Dev.CD Oct 93
  34571. Dev.CD Jul 93
  34572. Dev.CD Apr 9V
  34573. 4953X
  34574. Apr 94
  34575. erage
  34576. debabelizer
  34577. debug
  34578. debugger
  34579. interleave
  34580. interleaving
  34581. internal
  34582. internal
  34583. logic
  34584. internally
  34585. international
  34586. internationalization
  34587. internet
  34588. interoperability
  34589. interoperate
  34590. found."
  34591.     return
  34592. end try
  34593. e    No Changeq
  34594. Dev.CD Dec 99 RL Disk 1
  34595. All Packages
  34596. develop Issue 29
  34597. 2216X
  34598. --set theItem to choose file -- uncomment to test in an AS editor
  34599.     tell application "Finder"
  34600.         open item "Dev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:"
  34601.         activate
  34602.     end tell
  34603. on error errMsg number errNum
  34604.     --enter statements to perform when no records are found such as...
  34605.     display dialog "Sorry, the item you selected could not be found."
  34606.     return
  34607. end try
  34608.     return
  34609. end try
  34610. e    No Changef
  34611. HyperCard
  34612. Balloonsq
  34613. Dev.CD Feb 00 TC
  34614. D!All Packages
  34615. Tool Chest Edition
  34616. helpful MPW scripts
  34617.     e various polyhedral primitives, both new and old.
  34618. QuickDraw GX Line Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  34619. s a library that makes it easy to do.
  34620. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  34621. on Hammerhead-based PCI PowerMacs, such as the 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. It doesn't support any Nubus machine, including the original PowerMac, or PowerMacs which use a memory controller other than a Hammerhead-based, such as the 4400, 6400 or 7200.
  34622. DIMM Config&Interleave
  34623. DIMM Config.rsrc
  34624. DIMM Configuration Read Me v1.1
  34625. DIMM Interleave Rlsd.
  34626. DIMM Interleave Rlsd.
  34627.  Data
  34628. FindHammerHead.c
  34629. Interleave.c
  34630. Interleave.h
  34631. TestBanks.cK
  34632. Dec 97N4DIMM, Interleaving, memory, configuration, RAM, DRAMO?Dev.CD Feb 00 TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:PGDev.CD Feb 00 TC
  34633.  - Tool Chest
  34634.  - Memory
  34635.  - DIMM Config&Interleave v1.1olaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  34636. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  34637. t need to be complex, as the simple tools presented here wil
  34638. This program displays memory size, bank configuration, and interleave status for each DIMM slot. This program can be used to detect if DIMMs have been installed properly to enable interleaving on Hammerhead-based PCI PowerMacs
  34639. Memory interleaving provides higher bandwidth (MBytes per second) between the PowerPC microprocessor and main memory, which can provide a significant performance boost by increasing the execution speed of memory-intensive programs. How much faster depends on a progr
  34640. am's software architecture and how often the processor accesses cache (L1 & L2) versus main memory.
  34641. Displays the memory size (amount of RAM) of each DIMM installed in each of the DIMM slots of a Hammerhead-based PCI PowerMac, such as 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. Also indicates if any pairs have been installed properly to enable interleaving.
  34642. Includes source code so that Developers can incorporate the code into their own program.
  34643. Issues: This program only runs 
  34644. All Packages
  34645. 6.0.4O
  34646. Dev CD Vol. VP
  34647. Dev CD Vol. V
  34648. 5121X
  34649. Vol. V
  34650. b--set theItem to choose file -- uncomment to test in an AS editor
  34651.     tell application "Finder"
  34652.         open item "Dev CD Vol. V"
  34653.         activate
  34654.     end tell
  34655. on error errMsg number errNum
  34656.     --enter statements to perform when no records are found such as...
  34657.     display dialog "Sorry, the item you selected could not be found."
  34658.     return
  34659. end try
  34660. All Packages
  34661. 6.0.4O
  34662. Dev CD Vol. V
  34663. Dev CD Vol. IVP
  34664. Dev CD Vol. V
  34665. Dev CD Vol. IV
  34666. 5122X
  34667. Vol. V
  34668. q--set theItem to choose file -- uncomment to test in an AS editor
  34669.     tell application "Finder"
  34670.         open item "Dev CD Vol. V
  34671. Dev CD Vol. IV"
  34672.         activate
  34673.     end tell
  34674. on error errMsg number errNum
  34675.     --enter statements to perform when no records are found such as...
  34676.     display dialog "Sorry, the item you selected could not be found."
  34677.     return
  34678. end try
  34679. All Packages
  34680. 6.0.4O
  34681. Dev CD Vol. V
  34682. Dev CD Vol. IVV
  34683. 5123X
  34684. 6540X
  34685. Jan 00^
  34686. --set theItem to choose file -- uncomment to test in an AS editor
  34687.     tell application "Finder"
  34688.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Speech Recognition Manager:"
  34689.         activate
  34690.     end tell
  34691. on error errMsg number errNum
  34692.     --enter statements to perform when no records are found such as...
  34693.     display dialog "Sorry, the item you selected could not be found."
  34694.     return
  34695. end try
  34696. e    No Changef PlainTalk
  34697. Speech Recognition
  34698. Dev.CD Jan 00 SDK1
  34699. FD!All Packages
  34700. Mac OS SDK Edition
  34701. Speech Synthesis Manager
  34702. 6408X
  34703. Jul 93
  34704. p--set theItem to choose file -- uncomment to test in an AS editor
  34705.     tell application "Finder"
  34706.         open item "Dev.CD Jul 93
  34707. Dev.CD Apr 93"
  34708.         activate
  34709.     end tell
  34710. on error errMsg number errNum
  34711.     --enter statements to perform when no records are found such as...
  34712.     display dialog "Sorry, the item you selected could not be found."
  34713.     return
  34714. end try
  34715. All Packages
  34716. F    QuickTimeO
  34717. Dev.CD Jul 93
  34718. Dev.CD Apr 93P
  34719. Dev.CD Jul 93
  34720. Dev.CD Apr 9V
  34721. 6409X
  34722. Jul 93
  34723. p--set theItem to choose file -- uncomment to test in an AS editor
  34724.     tell application "Finder"
  34725.         open item "Dev.CD Jul 93
  34726. Dev.CD Apr 93"
  34727.         activate
  34728.     end tell
  34729. on error errMsg number errNum
  34730.     --enter statements to perform when no records are found such as...
  34731.     display dialog "Sorry, the item you selected could not be found."
  34732.     return
  34733. end try
  34734. All Packages
  34735. F    QuickTimeO
  34736. Dev.CD Jul 93
  34737. Dev.CD Apr 93P
  34738. Dev.CD Jul 93
  34739. Dev.CD Apr 9V
  34740. 6410X
  34741. Jul 93
  34742. f--set theItem to choose file -- uncomment to test in an AS editor
  34743.     tell application "Finder"
  34744.         open item "Dev.CD Jan 96 SSW"
  34745.         activate
  34746.     end tell
  34747. on error errMsg number errNum
  34748.     --enter statements to perform when no records are found such as...
  34749.     display dialog "Sorry, the item you selected could not be found."
  34750.     return
  34751. end try
  34752. introduction
  34753. investment
  34754. iostreams
  34755. gateway
  34756. sample
  34757. items
  34758. japanese
  34759. tutorial
  34760. jbindery
  34761. jdirect
  34762. jmanager
  34763. joystick
  34764. kernel
  34765. ter drivers under various circumstances. Read TN#91 for details.
  34766. PostScriptHandleDemo:  This sample demonstrates how to use the PostScriptHandle PicComment to send PostScript to PostScript printers. This is of course only useful for PostScript printers.
  34767. Print clipped offscreen: This sample shows how to print a clipped offscreen. Replaces old sample called 'Offscreen region MaskRgn'.
  34768. Print multipage PICT:  Takes a PICT larger than one page and "tiles" it so that it prints across the righ
  34769. t number of sheets of paper to tape together and make a poster, like many drawing applications.
  34770. PrintDialogMagic:  A short example of how to avoid having the print dialogs wait for user response (useful for automated printing).
  34771. Rotated Thingies:  This example demonstrates how to rotate objects on PostScript printers using two methods: RotateBegin/End PicComments and TextBegin/End PicComments. PrGeneral is used to change the resolution, which throws another wrench in the works: scaling.
  34772. Dev.CD Jan 94
  34773. Dev.CD Oct 93P
  34774. Dev.CD Jan 94
  34775. Dev.CD Oct 9V
  34776. 6385X
  34777. Jan 94
  34778. p--set theItem to choose file -- uncomment to test in an AS editor
  34779.     tell application "Finder"
  34780.         open item "Dev.CD Jan 94
  34781. Dev.CD Oct 93"
  34782.         activate
  34783.     end tell
  34784. on error errMsg number errNum
  34785.     --enter statements to perform when no records are found such as...
  34786.     display dialog "Sorry, the item you selected could not be found."
  34787.     return
  34788. end try
  34789. All Packages
  34790. F    QuickTimeO
  34791. Dev.CD Jan 94P
  34792. Dev.CD Jan 9V
  34793. 6386X
  34794. Jan 94
  34795. b--set theItem to choose file -- uncomment to test in an AS editor
  34796.     tell application "Finder"
  34797.         open item "Dev.CD Jan 94"
  34798.         activate
  34799.     end tell
  34800. on error errMsg number errNum
  34801.     --enter statements to perform when no records are found such as...
  34802.     display dialog "Sorry, the item you selected could not be found."
  34803.     return
  34804. end try
  34805. All Packages
  34806. F    QuickTimeO
  34807. Dev.CD Jan 94
  34808. Dev.CD Oct 93P
  34809. Dev.CD Jan 94
  34810. Dev.CD Oct 9V
  34811. 6387X
  34812. All Packages
  34813. 7.5.3 (PCI)O
  34814. Dev.CD May 96 TCP
  34815. Dev.CD May 96 TV
  34816. 5577X
  34817. May 96
  34818. e--set theItem to choose file -- uncomment to test in an AS editor
  34819.     tell application "Finder"
  34820.         open item "Dev.CD May 96 TC"
  34821.         activate
  34822.     end tell
  34823. on error errMsg number errNum
  34824.     --enter statements to perform when no records are found such as...
  34825.     display dialog "Sorry, the item you selected could not be found."
  34826.     return
  34827. end try
  34828. All Packages
  34829. 7.5.3 (PCI)O
  34830. Dev.CD Jul 96 SSWP
  34831. Dev.CD Jul 96 SSV
  34832. 5578X
  34833. Jul 96
  34834. f--set theItem to choose file -- uncomment to test in an AS editor
  34835.     tell application "Finder"
  34836.         open item "Dev.CD Jul 96 SSW"
  34837.         activate
  34838.     end tell
  34839. on error errMsg number errNum
  34840.     --enter statements to perform when no records are found such as...
  34841.     display dialog "Sorry, the item you selected could not be found."
  34842.     return
  34843. end try
  34844. All Packages
  34845. 7.5.3 (PCI)O
  34846. Dev.CD Jul 96 SSWP
  34847. Dev.CD Jul 96 SSV
  34848. 5579X
  34849. 64-bit
  34850. 640x480
  34851. 651-3561
  34852. 651-7584
  34853. 65c02
  34854. 68000
  34855. 68020
  34856. 68030
  34857. 68040
  34858. 680x0
  34859. 68881/2
  34860. 68k-based
  34861. 7-specific
  34862. 7.0.0
  34863. 7.0.3
  34864. 7.0.4
  34865. 7.0fo
  34866. All Packages
  34867. F    QuickTimeO
  34868. Dev.CD Jul 93
  34869. Dev.CD Apr 93P
  34870. Dev.CD Jul 93
  34871. Dev.CD Apr 9V
  34872. 6418X
  34873. Jul 93
  34874. p--set theItem to choose file -- uncomment to test in an AS editor
  34875.     tell application "Finder"
  34876.         open item "Dev.CD Jul 93
  34877. Dev.CD Apr 93"
  34878.         activate
  34879.     end tell
  34880. on error errMsg number errNum
  34881.     --enter statements to perform when no records are found such as...
  34882.     display dialog "Sorry, the item you selected could not be found."
  34883.     return
  34884. end try
  34885. All Packages
  34886. F    QuickTimeO
  34887. Dev.CD Jul 93
  34888. Dev.CD Apr 93P
  34889. Dev.CD Jul 93
  34890. Dev.CD Apr 9V
  34891. 6419X
  34892. Jul 93
  34893. p--set theItem to choose file -- uncomment to test in an AS editor
  34894.     tell application "Finder"
  34895.         open item "Dev.CD Jul 93
  34896. Dev.CD Apr 93"
  34897.         activate
  34898.     end tell
  34899. on error errMsg number errNum
  34900.     --enter statements to perform when no records are found such as...
  34901.     display dialog "Sorry, the item you selected could not be found."
  34902.     return
  34903. end try
  34904. All Packages
  34905. config&interleave
  34906. contacts
  34907. content
  34908. context
  34909. ;Summary: The Hebrew Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Hebrew on the Macintosh
  34910.  and other computers using the Mac
  34911.  OS.   See the document "Hebrew Read Me First" or "Lisez-moi (H
  34912. breu)" for details and installation instructions. 
  34913. JUCopy to your HD to install
  34914. Install 1, English
  34915. Install 1, Fran
  34916. Install 2
  34917. Install 3K
  34918. May 96L
  34919. Aug 96O9Dev.CD Feb 00 TC:Language Kits:Hebrew Language Kit 1.0.1:P>Dev.CD Feb 00 TC
  34920.  - Language Kits
  34921.  - Hebrew Language Kit 1.0.1V
  34922. 4122X
  34923. Feb 00^
  34924. #panese, Chinese, and Korean. And TSMTE makes support of TSM a simple matter.
  34925. High-Performance ACGIs in C  by Ken Urquhart
  34926. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  34927. Deletedq
  34928. Dev.CD Dec 99 RL
  34929. All Packages
  34930. F    Disk Copy
  34931. Disk Copy is a utility application that will mount disk images on your desktop, make exact copies of floppy disks from a disk image, convert disk images from one format to another, create a disk image from a mounted volume or individual folder, segment a disk image into separate files, create self-mounting disk images, and create a new blank disk image. Using DiskScripts, AppleScript, and self mounting images, it can be used to automate software installations and disk image manipulation.
  34932. 5911X
  34933. ous, but there are basic guidelines to help
  34934. PRINT HINTS: Sending PostScript Files to a LaserWriter by Dave Polaschek
  34935. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  34936. s the right way.
  34937. ACCORDING TO SCRIPT: User Interactions in Apple Event
  34938. Driven Applications 
  34939. How and when to interact with the user in response to Apple Events can be tricky, but there
  34940. s a method t
  34941. international
  34942. internationalization
  34943. internet
  34944. internet
  34945. server
  34946. interrupt
  34947. interrupt
  34948. introduction
  34949. introduction
  34950. programming
  34951. investment
  34952. iostreams
  34953. gateway
  34954. sample
  34955. items
  34956. japanese
  34957. tutorial
  34958. jbindery
  34959. jdirect
  34960. jmanager
  34961. joystick
  34962. kernel
  34963. patch
  34964. keyboard
  34965. keyboard
  34966. keychain
  34967. kibitz
  34968. korean
  34969. label
  34970. language
  34971. language
  34972. analysis
  34973. architecture
  34974. macapp
  34975. manager
  34976. menus
  34977. missQ
  34978. mixed
  34979. than what the app asked for.  This is useful for multimedia developers who ship on CD ROM but want to adjust the size of their SIZE resource depending on available memory, CPU, etc.
  34980. Process:  An MPW tool that prints information about all running processes under System 7.0.
  34981. quitapps:  DTS Code Snippet to quit all running applications (except yourself)
  34982. SubLaunch:  This sample application shows how to launch one application from another.
  34983. J'Sample Code.img
  34984. Windows Sample Code.imgK
  34985. Feb 92L
  34986. Nov 96O
  34987. Dev.CD Feb 00 TC:Sample Code:P
  34988. Dev.CD Feb 00 TC
  34989.  - Sample Code
  34990. Dev.CD Jul 95P
  34991. Dev.CD Jul 9V
  34992. 5208X
  34993. Jul 95
  34994. b--set theItem to choose file -- uncomment to test in an AS editor
  34995.     tell application "Finder"
  34996.         open item "Dev.CD Jul 95"
  34997.         activate
  34998.     end tell
  34999. on error errMsg number errNum
  35000.     --enter statements to perform when no records are found such as...
  35001.     display dialog "Sorry, the item you selected could not be found."
  35002.     return
  35003. end try
  35004. All Packages
  35005. 601 Processor Upgrade EnablerO
  35006. Dev.CD Jul 95P
  35007. Dev.CD Jul 9V
  35008. 5209X
  35009. Jul 95
  35010. b--set theItem to choose file -- uncomment to test in an AS editor
  35011.     tell application "Finder"
  35012.         open item "Dev.CD Jul 95"
  35013.         activate
  35014.     end tell
  35015. on error errMsg number errNum
  35016.     --enter statements to perform when no records are found such as...
  35017.     display dialog "Sorry, the item you selected could not be found."
  35018.     return
  35019. end try
  35020. All Packages
  35021. 601 Processor Upgrade EnablerO
  35022. Dev.CD Jul 95P
  35023. Dev.CD Jul 9V
  35024. 5210X
  35025. Jul 95
  35026. All Packages
  35027. 7.5.2 (7500/8500)O
  35028. Dev.CD Jan 96 SSWP
  35029. Dev.CD Jan 96 SSV
  35030. 5452X
  35031. Jan 96
  35032. f--set theItem to choose file -- uncomment to test in an AS editor
  35033.     tell application "Finder"
  35034.         open item "Dev.CD Jan 96 SSW"
  35035.         activate
  35036.     end tell
  35037. on error errMsg number errNum
  35038.     --enter statements to perform when no records are found such as...
  35039.     display dialog "Sorry, the item you selected could not be found."
  35040.     return
  35041. end try
  35042. All Packages
  35043. 7.5.2 (7500/8500)O
  35044. Dev.CD Jan 96 SSWP
  35045. Dev.CD Jan 96 SSV
  35046. 5453X
  35047. Jan 96
  35048. f--set theItem to choose file -- uncomment to test in an AS editor
  35049.     tell application "Finder"
  35050.         open item "Dev.CD Jan 96 SSW"
  35051.         activate
  35052.     end tell
  35053. on error errMsg number errNum
  35054.     --enter statements to perform when no records are found such as...
  35055.     display dialog "Sorry, the item you selected could not be found."
  35056.     return
  35057. end try
  35058. All Packages
  35059. 7.5.2 (7500/8500)O
  35060. Dev.CD Jan 96 SSWV
  35061. 5454X
  35062. All Packages
  35063. System 7 Tune-UpO
  35064. Dev.CD Apr 92
  35065. Dev.CD Mar 92P
  35066. Dev.CD Apr 92
  35067. Dev.CD Mar 9V
  35068. 6570X
  35069. Apr 92
  35070. p--set theItem to choose file -- uncomment to test in an AS editor
  35071.     tell application "Finder"
  35072.         open item "Dev.CD Apr 92
  35073. Dev.CD Mar 92"
  35074.         activate
  35075.     end tell
  35076. on error errMsg number errNum
  35077.     --enter statements to perform when no records are found such as...
  35078.     display dialog "Sorry, the item you selected could not be found."
  35079.     return
  35080. end try
  35081. All Packages
  35082. System 7 Tune-UpO
  35083. Dev.CD Apr 92P
  35084. Dev.CD Apr 9V
  35085. 6571X
  35086. Apr 92
  35087. b--set theItem to choose file -- uncomment to test in an AS editor
  35088.     tell application "Finder"
  35089.         open item "Dev.CD Apr 92"
  35090.         activate
  35091.     end tell
  35092. on error errMsg number errNum
  35093.     --enter statements to perform when no records are found such as...
  35094.     display dialog "Sorry, the item you selected could not be found."
  35095.     return
  35096. end try
  35097. All Packages
  35098. System 7 Tune-UpV
  35099. 6572X
  35100. 7.0.1OUDev.CD Apr 93
  35101. Dev.CD July 92
  35102. Dev.CD June 92
  35103. Dev.CD May 92
  35104. Dev.CD Apr 92
  35105. Dev.CD Mar 92PTDev.CD Apr 93
  35106. Dev.CD July 92
  35107. Dev.CD June 92
  35108. Dev.CD May 92
  35109. Dev.CD Apr 92
  35110. Dev.CD Mar 9V
  35111. 5233X
  35112. Apr 93
  35113. --set theItem to choose file -- uncomment to test in an AS editor
  35114.     tell application "Finder"
  35115.         open item "Dev.CD Apr 93
  35116. Dev.CD July 92
  35117. Dev.CD June 92
  35118. Dev.CD May 92
  35119. Dev.CD Apr 92
  35120. Dev.CD Mar 92"
  35121.         activate
  35122.     end tell
  35123. on error errMsg number errNum
  35124.     --enter statements to perform when no records are found such as...
  35125.     display dialog "Sorry, the item you selected could not be found."
  35126.     return
  35127. end try
  35128. All Packages
  35129. 7.0.1O*Dev.CD Oct 92
  35130. Dev.CD Sept 92
  35131. Dev.CD Aug 92P)Dev.CD Oct 92
  35132. Dev.CD Sept 92
  35133. Dev.CD Aug 9V
  35134. 5234X
  35135. Oct 92
  35136. Direct, JBindery
  35137. O4Dev.CD Dec 99 RL Disk 2:Technical Publications:java:P9Dev.CD Dec 99 RL Disk 2
  35138.  - Technical Publications
  35139.  - javarkeley
  35140. berkowitz
  35141. summary
  35142. allows
  35143. developer
  35144. monitor
  35145. summary
  35146. updates
  35147. mactcp
  35148. driver
  35149. correct
  35150. summary
  35151. versionedit
  35152. software
  35153. development
  35154. which
  35155. supercard@
  35156. support
  35157. support's@
  35158. sure@
  35159. sustains@
  35160. sys7@
  35161. system
  35162. system
  35163. software@
  35164. take@
  35165. taking@
  35166. talk@
  35167. tcp/ip/lpr@
  35168. technology@
  35169. terminology@
  35170. testing@
  35171. texttotypeintlcoerci@
  35172. than@
  35173. thanks@
  35174. apple@
  35175. appleshare
  35176. client
  35177. consists
  35178. routines
  35179. creat@
  35180. adobe
  35181. acrobat
  35182. reader
  35183. allows
  35184. navigate
  35185. thee@
  35186. there
  35187. three
  35188. different
  35189. samples
  35190. showing
  35191. variat@
  35192. theta@
  35193. think@
  35194. third-party@
  35195. describes
  35196. runtime
  35197. architecture
  35198. based
  35199. program
  35200. shows
  35201. composit
  35202. presentation
  35203. mp-digest-v3-132@
  35204. This Quick Reference will explain the basic functions of Disk Copy. More detail is provided in the Disk Copy Manual and Balloon Help.
  35205. Changes from Disk Copy 6.3.2
  35206.  Added support for accessing disk images with the Macintosh Compatibility Application of Mac OS X Server.
  35207. Changes from Disk Copy 6.3.1
  35208.  An issue that prevented accessing AppleShare file servers via Navigation Services dialogs has been corrected.
  35209.  Added support for making floppies from certain USB floppy drives.
  35210.  Various i
  35211. nterface improvements.
  35212. Changes from Disk Copy 6.3
  35213.  An issue that prevented making a read-only or read-only compressed image  from volumes that have data at the end of the volume has been corrected.
  35214. Changes from Disk Copy 6.2
  35215.  Added Navigation Services support.
  35216.  Added ability to duplicate a floppy.
  35217.  Added support for creating self-mounting images.
  35218.  Various improvements to AppleScript support.
  35219.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  35220.  Imaging a fo
  35221. Summary:
  35222. Collection of Java Developer Documentation. 
  35223. Documentation topics include:
  35224. QuickTime For Java
  35225. Introduction to QuickTime for Java
  35226. Technical Overview
  35227. Cocoa
  35228. AppKit Reference
  35229. Enterprise Objects Framework
  35230. Foundation Reference
  35231. Java Tutorial
  35232. WebObjects and Java
  35233. Enterprise Objects Framework
  35234. Foundation Reference
  35235. Java Client
  35236. Mac OS Runtime for Java
  35237. MRJ Toolkit
  35238. JManager
  35239. JDirect
  35240. JBindery
  35241. JTimages:
  35242. java.html
  35243. MacOSandJava:
  35244. QTforJava:
  35245. WebObjectsandJava:
  35246. YellowBoxandJava:K
  35247. Mar 99L
  35248. Dec 99
  35249. QuickTime For Java, Yellow Box and Java, AppKit Reference, Enterprise Objects Framework, Foundation Reference, Java Tutorial, WebObjects and Java, Enterprise Objects Framework, Foundation Reference Java Client, Mac OS Runtime for Java, MRJ Toolkit, JManager, JDirect, JBindery
  35250. O4Dev.CD Dec 99 RL Disk 2:Technical Publications:java:P9Dev.CD Dec 99 RL Disk 2
  35251.  - Technical Publications
  35252.  - javaW
  35253. imple te
  35254. --set theItem to choose file -- uncomment to test in an AS editor
  35255.     tell application "Finder"
  35256.         open item "Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:"
  35257.         activate
  35258.     end tell
  35259. on error errMsg number errNum
  35260.     --enter statements to perform when no records are found such as...
  35261.     display dialog "Sorry, the item you selected could not be found."
  35262.     return
  35263. end try
  35264. n no records are found such as...
  35265.     display dialog "Sorry, the item you selected could not be found."
  35266.     return
  35267. end try
  35268. e    No Changeq
  35269. Dev.CD Feb 00 TC
  35270. All Packages
  35271. Hebrew Language KitO
  35272. Dev.CD May 96 TCP
  35273. Dev.CD May 96 TV
  35274. 4119X
  35275. May 96
  35276. Issue  3
  35277. Dev.CD Jul 95P
  35278. Dev.CD Jul 9V
  35279. 5203X
  35280. Jul 95
  35281. b--set theItem to choose file -- uncomment to test in an AS editor
  35282.     tell application "Finder"
  35283.         open item "Dev.CD Jul 95"
  35284.         activate
  35285.     end tell
  35286. on error errMsg number errNum
  35287.     --enter statements to perform when no records are found such as...
  35288.     display dialog "Sorry, the item you selected could not be found."
  35289.     return
  35290. end try
  35291. All Packages
  35292. 601 Processor Upgrade EnablerO
  35293. Dev.CD Jul 95P
  35294. Dev.CD Jul 9V
  35295. 5204X
  35296. Jul 95
  35297. b--set theItem to choose file -- uncomment to test in an AS editor
  35298.     tell application "Finder"
  35299.         open item "Dev.CD Jul 95"
  35300.         activate
  35301.     end tell
  35302. on error errMsg number errNum
  35303.     --enter statements to perform when no records are found such as...
  35304.     display dialog "Sorry, the item you selected could not be found."
  35305.     return
  35306. end try
  35307. All Packages
  35308. 601 Processor Upgrade EnablerO
  35309. Dev.CD Jul 95P
  35310. Dev.CD Jul 9V
  35311. 5205X
  35312. Jul 95
  35313. stoppinf
  35314. stoppinf
  35315. icons
  35316. revised
  35317. specifically
  35318. specification
  35319. specifications
  35320. specified
  35321. mounting
  35322. mountprojector
  35323. mounts
  35324. mountserver
  35325. mouse
  35326. mousedrag
  35327. mouseinfo
  35328. mouseresponders
  35329. movable
  35330. movablemodal
  35331.     --enter statements to perform when no records are found such as...
  35332.     display dialog "Sorry, the item you selected could not be found."
  35333.     return
  35334. end try
  35335.     return
  35336. end try
  35337. Next CDq
  35338. Dev.CD Dec 99 RL
  35339. D(All Packages
  35340. Reference Library Edition
  35341. develop Issue  5
  35342. 5911X
  35343. Dec 99^    RL Disk 1
  35344. --set theItem to choose file -- uncomment to test in an AS editor
  35345.     tell application "Finder"
  35346.         open item "Dev.CD Dec 99 RL Disk 1:Utilities:Disk Copy:"
  35347.         activate
  35348.     end tell
  35349. on error errMsg number errNum
  35350.     --enter statements to perform when no records are found such as...
  35351.     display dialog "Sorry, the item you selected could not be found."
  35352.     return
  35353. end try
  35354. e    No Changef
  35355. utilityq
  35356. Dev.CD Dec 99 RL Disk 1
  35357. D!All Packages
  35358. Tool Chest Edition
  35359. Disk I/O Performance Tools
  35360.     d button in the stacB{k which need to be localized. 
  35361. This package is System 7.0 compatible.
  35362. Issues: Minor HyperCard 2.0v2 bugs with System 7.0
  35363. HC Stack Localization Navig.imgK
  35364. Vol VIIM
  35365. HyperCard 2.0 for an unlocked copy on a hard disk. HyperCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OIDev.CD Feb 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:ge
  35366. ing to Print:  An Apple IIGS Printer Drive
  35367. All Packages
  35368. QuickDraw 3DO
  35369. Dev.CD Jan 96 SSWP
  35370. Dev.CD Jan 96 SSV
  35371. 6259X
  35372. Jan 96
  35373. f--set theItem to choose file -- uncomment to test in an AS editor
  35374.     tell application "Finder"
  35375.         open item "Dev.CD Jan 96 SSW"
  35376.         activate
  35377.     end tell
  35378. on error errMsg number errNum
  35379.     --enter statements to perform when no records are found such as...
  35380.     display dialog "Sorry, the item you selected could not be found."
  35381.     return
  35382. end try
  35383. All Packages
  35384. QuickDraw 3DO
  35385. Dev.CD Jun 97 SSWP
  35386. Dev.CD Jun 97 SSV
  35387. 6260X
  35388. Jun 97
  35389. f--set theItem to choose file -- uncomment to test in an AS editor
  35390.     tell application "Finder"
  35391.         open item "Dev.CD Jun 97 SSW"
  35392.         activate
  35393.     end tell
  35394. on error errMsg number errNum
  35395.     --enter statements to perform when no records are found such as...
  35396.     display dialog "Sorry, the item you selected could not be found."
  35397.     return
  35398. end try
  35399. All Packages
  35400. QuickDraw 3DO
  35401. Dev.CD Jun 97 SSWV
  35402. 6261X
  35403. QuickTime VR
  35404. IMPORTANT INFO ABOUT QUICKTIME VR
  35405. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  35406. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  35407. http://www.apple.com/store
  35408. To get started,  you can go to the Develop
  35409. resedit
  35410. editor
  35411. 1.0b4
  35412. resedit
  35413. editor
  35414. resolvealias
  35415. resolvealias
  35416. rfc1332
  35417. rfc1334
  35418. rfc1334
  35419. authentication
  35420. rfc1378
  35421. rfc1378
  35422. rfc1570
  35423. rfc1570
  35424. rfc1618
  35425. rfc1618
  35426. rfc1661
  35427. rfc1661
  35428. rfc1662
  35429. rfc1662
  35430. richardson
  35431. rights
  35432. rinaldi
  35433. rincludes
  35434. roadmap
  35435.     Dzlder with less than 32MB of data from an HFS+ volume results in an HFS formatted volume.
  35436.  Various interface improvements.
  35437. J)Disk Copy
  35438. Disk Copy 6.3.3 Quick ReferenceK
  35439. Jan 97L
  35440. May 99N
  35441. Disk, Copy, utilityO,Dev.CD Dec 99 RL Disk 1:Utilities:Disk Copy:P1Dev.CD Dec 99 RL Disk 1
  35442.  - Utilities
  35443.  - Disk Copy      open item "Dev.CD Oct 93
  35444. Dev.CD Sep 93"
  35445.         activate
  35446.     end tell
  35447. on error errMsg number errNum
  35448.     --enter statements to perform when no records are found such as...
  35449.     display dialog "Sorry, the item you selected could not be found."
  35450.     return
  35451. end try
  35452. All Packages
  35453. Hardware System UpdateO
  35454. Dev.CD Jul 93
  35455. Dev.CD Apr 93P
  35456. Dev.CD Jul 93
  35457. Dev.CD Apr 9V
  35458. 4117X
  35459. Jul 93
  35460. newer features of the Palette Manager and the reasons you should use it. 
  35461. The Power of Macintosh Common Lisp  by Ruben Kleiman.   An introduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  35462. Vol IIIL
  35463. Jun 95
  35464. D!All Packages
  35465. Tool Chest Edition
  35466. QuickTime 4 for Mac and Windows
  35467. With a customer base of more than five million Mac and Windows users who downloaded the preview release, and a growing list of online publishers
  35468. including, most recently, Fox News Online, Fox Sports Online and The Weather Channel
  35469. QuickTime 4 is the hottest streaming technology on the Internet.
  35470. Over 17,000 software products are built with QuickTime, and 400 new QuickTime-enabled products are created every month. And more than 57% of websites that use video use QuickTime.
  35471. For more informatBjion on developing for QuickTime, please see the QuickTime web site, http://apple.com/quicktime/developers/
  35472. J/Mac 4.0.1 GM Install:
  35473. Windows 4.0.1 GM Install:K
  35474. Aug 94L
  35475. Aug 99N"QuickTime, video, streaming, audioO9Dev.CD Aug 99 TC:What's New?:System Software:QuickTime 4:PADev.CD Aug 99 TC
  35476.  - What's New?
  35477.  - System Software
  35478.  - QuickTime 4V
  35479. 6439X
  35480. Aug 99^
  35481. v--set theItem to choose file -- uncomment to test in an AS editor
  35482.     tell application "Finder"
  35483.         open item "Dev.CD Dec 96 SE
  35484. Dev.CD Nov 96 TC"
  35485.         activate
  35486.     end tell
  35487. on error errMsg number errNum
  35488.     --enter statements to perform when no records are found such as...
  35489.     display dialog "Sorry, the item you selected could not be found."
  35490.     return
  35491. end try
  35492. bigeasy2
  35493. bigeasy2
  35494. bigeasydialogs
  35495. bigeasydialogs
  35496. bigeasydialogs
  35497. bigeasygrafish
  35498. bigeasygrafish
  35499. bigeasygrafish
  35500. bigeasytextish
  35501. bigeasytextish
  35502. bigeasytextish
  35503. bigeasyutils
  35504. bigeasyutils
  35505. bigeasyutils
  35506. binhex
  35507. binhex
  35508. binhex
  35509. specs
  35510. bit-depth
  35511. interface
  35512. client
  35513. first
  35514. paper
  35515. papworkstation
  35516. papworkstation
  35517. parameters
  35518. parameters
  35519. parser
  35520. links
  35521. links
  35522. links
  35523. partmaker
  35524. partmaker
  35525. partmaker
  35526. readme
  35527. parts
  35528. pascal
  35529. pascal
  35530. sample
  35531. pasmatit
  35532. password
  35533. password
  35534. interface
  35535. patch
  35536. patches
  35537. 5300ramcard
  35538. Summary:  SCSI Monitor and IOTracer are performance tools designed to record and report information on file system and SCSI performance in a Macintosh environment.  This release includes bug fixes for System Software 7.5.3 and PCI-based Macintosh systems.
  35539.      SCSI Monitor reports aggregate information on disk I/O. It reports the number of disk reads and write operations performed, the number of sectors involved and the time taken to complete the operations.
  35540.  IOTracer collects trace da
  35541. ta on file system and driver reads and writes and other I/O related calls. An analysis tool is provided which inputs an IOTracer trace and outputs a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  35542.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  35543. years
  35544. multimedia
  35545. developers
  35546. regarded
  35547. equilibrium's
  35548. forbidden
  35549. force
  35550. forcing
  35551. foreground
  35552. foreign
  35553. forever
  35554. forks
  35555. formally
  35556. format
  35557. format/compression
  35558. formatasdos
  35559. formats
  35560. formatted
  35561. formatting
  35562. formerly
  35563. formerly
  35564. appearance
  35565. contextual
  35566. menumanager
  35567. re's an introduction to the TCP/IP protocol suite, and a library of routines that make using MacTCP a (relative) breeze.
  35568. Print Hints from Luke & Zz: Color Printing with LaserWriter 6.0 Revisited  by Pete 
  35569.  Alexander.   A potential color printing problem, and s
  35570. utility
  35571. application
  35572. mount
  35573. disk-inserted
  35574. diskfiller
  35575. diskrestore
  35576. disks
  35577. diskscripts
  35578. disparate
  35579. display
  35580. display/context
  35581. displayaudit
  35582. displayed
  35583. displaying
  35584. displays
  35585. dispose
  35586. disposed
  35587. disposehandle
  35588. disposeresource
  35589. distances
  35590. distinguished
  35591. distinguishes
  35592. distinguishing
  35593. distribute
  35594. distributed
  35595. y be sent or retreived using URL Access function calls.  URL Access allows file:, http:, and ftp: based URLs.
  35596. MacFileSigning APIs allow the signing and verification of files using digital certificates.  It is possible to specify which portions of files are to be used to calculate the signature.
  35597. Any software using these libraries for the purpose of encryption will need to submit an application for one-time approval with the NSA/Commerce Department.
  35598. Applications:
  35599. Documents:
  35600. Examples:
  35601. Includes:
  35602. Libraries:
  35603. README
  35604. Security README
  35605. to System Folder:
  35606. to System Folder 8.5.1:
  35607. Utilities:K
  35608. Dec 99M
  35609. MacOS9, Power PC.N0Keychain, URL Access, Cryptography, File SigningOHDev.CD Dec 99 RL Disk 1:What's New:Development Kits:Mac OS:Security SDK:PSDev.CD Dec 99 RL Disk 1
  35610.  - What's New
  35611.  - Development Kits
  35612.  - Mac OS
  35613.  - Security SDK
  35614. update
  35615. translation
  35616. manager
  35617. 7PqDev.CD July 92
  35618. Dev.CD June 92
  35619. Dev.CD May 92
  35620. Dev.CD Apr 92
  35621. Dev.CD Mar 92
  35622. Dev.CD Feb 92
  35623. Dev.CD Jan 92
  35624. Dev.CD Vol. XV
  35625. 5246X
  35626. July 9
  35627. --set theItem to choose file -- uncomment to test in an AS editor
  35628.     tell application "Finder"
  35629.         open item "Dev.CD July 92
  35630. Dev.CD June 92
  35631. Dev.CD May 92
  35632. Dev.CD Apr 92
  35633. Dev.CD Mar 92
  35634. Dev.CD Feb 92
  35635. Dev.CD Jan 92
  35636. Dev.CD Vol. XI"
  35637.         activate
  35638.     end tell
  35639. on error errMsg number errNum
  35640.     --enter statements to perform when no records are found such as...
  35641.     display dialog "Sorry, the item you selected could not be found."
  35642.     return
  35643. end try
  35644. All Packages
  35645. 7.0.1OrDev.CD July 92
  35646. Dev.CD June 92
  35647. Dev.CD May 92
  35648. Dev.CD Apr 92
  35649. Dev.CD Mar 92
  35650. Dev.CD Feb 92
  35651. Dev.CD Jan 92
  35652. Dev.CD Vol. XIPqDev.CD July 92
  35653. Dev.CD June 92
  35654. Dev.CD May 92
  35655. Dev.CD Apr 92
  35656. Dev.CD Mar 92
  35657. Dev.CD Feb 92
  35658. Dev.CD Jan 92
  35659. Dev.CD Vol. XV
  35660. 5247X
  35661. July 9
  35662. end try
  35663. e    No Changeq
  35664. Dev.CD Feb 00 TC
  35665. All Packages
  35666. F$Taiwan Chinese Font Option Kit 6.0.3V
  35667. 4993X
  35668. All Packages
  35669. 7.1OEDev.CD Apr 94
  35670. Dev.CD Jan 94
  35671. Dev.CD Oct 93
  35672. Dev.CD Jul 93
  35673. Dev.CD Apr 93PDDev.CD Apr 94
  35674. Dev.CD Jan 94
  35675. Dev.CD Oct 93
  35676. Dev.CD Jul 93
  35677. Dev.CD Apr 9V
  35678. 5274X
  35679. Apr 94
  35680. --set theItem to choose file -- uncomment to test in an AS editor
  35681.     tell application "Finder"
  35682.         open item "Dev.CD Apr 94
  35683. Dev.CD Jan 94
  35684. Dev.CD Oct 93
  35685. Dev.CD Jul 93
  35686. Dev.CD Apr 93"
  35687.         activate
  35688.     end tell
  35689. on error errMsg number errNum
  35690.     --enter statements to perform when no records are found such as...
  35691.     display dialog "Sorry, the item you selected could not be found."
  35692.     return
  35693. end try
  35694. All Packages
  35695. 7.1OEDev.CD Apr 94
  35696. Dev.CD Jan 94
  35697. Dev.CD Oct 93
  35698. Dev.CD Jul 93
  35699. Dev.CD Apr 93PDDev.CD Apr 94
  35700. Dev.CD Jan 94
  35701. Dev.CD Oct 93
  35702. Dev.CD Jul 93
  35703. Dev.CD Apr 9V
  35704. 5275X
  35705. Apr 94
  35706. ounterpart
  35707. counterparts
  35708. countersQ
  35709. counting
  35710. country
  35711. couple
  35712. course
  35713. courses
  35714. courseware
  35715. covered
  35716. Dev.CD Oct 96 SSWP
  35717. Dev.CD Oct 96 SSV
  35718. 5515X
  35719. Oct 96
  35720. f--set theItem to choose file -- uncomment to test in an AS editor
  35721.     tell application "Finder"
  35722.         open item "Dev.CD Oct 96 SSW"
  35723.         activate
  35724.     end tell
  35725. on error errMsg number errNum
  35726.     --enter statements to perform when no records are found such as...
  35727.     display dialog "Sorry, the item you selected could not be found."
  35728.     return
  35729. end try
  35730. All Packages
  35731. 7.5.3O
  35732. Dev.CD Oct 96 SSWP
  35733. Dev.CD Oct 96 SSV
  35734. 5516X
  35735. Oct 96
  35736. f--set theItem to choose file -- uncomment to test in an AS editor
  35737.     tell application "Finder"
  35738.         open item "Dev.CD Oct 96 SSW"
  35739.         activate
  35740.     end tell
  35741. on error errMsg number errNum
  35742.     --enter statements to perform when no records are found such as...
  35743.     display dialog "Sorry, the item you selected could not be found."
  35744.     return
  35745. end try
  35746. All Packages
  35747. 7.5.3O"Dev.CD Dec 96 SE
  35748. Dev.CD Oct 96 SSWP!Dev.CD Dec 96 SE
  35749. Dev.CD Oct 96 SSV
  35750. 5517X
  35751. Dec 96
  35752. useful for tuning an application with respect to disk I/O performance. A disk I/O test program called 'BlockReader' is also included.
  35753. JBBlockReader 1.0
  35754. IOTracer 6.0
  35755. IOTracer Analyzer 1.0
  35756. SCSIMonitor 4.0K
  35757. Jun 95L
  35758. May 96M
  35759. System 7.0N
  35760. SCSI, Disk I/O, PerformanceODDev.CD Feb 00 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:PODev.CD Feb 00 TC
  35761.  - Tool Chest
  35762.  - Devices
  35763.  - SCSI
  35764.  - Disk I/O Performance Toolsickdraw GX Init Update:GXGraphics 1.1.6 init:PdDev.CD Apr 98 SDK2
  35765.  - Development Kits (Disc 2)
  35766.  - Quickdraw GX Init Update
  35767.  - GXGraphics 1.1.6 initV
  35768. 4113X
  35769. Apr 98^
  35770. 5912X
  35771. Feb 00^
  35772. --set theItem to choose file -- uncomment to test in an AS editor
  35773.     tell application "Finder"
  35774.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:"
  35775.         activate
  35776.     end tell
  35777. on error errMsg number errNum
  35778.     --enter statements to perform when no records are found such as...
  35779.     display dialog "Sorry, the item you selected could not be found."
  35780.     return
  35781. end try
  35782. e    No Changef
  35783. Disk I/O
  35784. Performanceq
  35785. Dev.CD Feb 00 TC
  35786. D!All Packages
  35787. Tool Chest Edition
  35788. DiskFiller
  35789.      will be supported in future versions.
  35790. Documents
  35791. Release Notes
  35792. ToolsK
  35793. May 95L
  35794. Oct 95M_QuickDraw GX. The "About the GXifier" document can be opened in SimpleText if GX is installed.
  35795. GX Fonts, GX TypographyO5Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:P=Dev.CD Feb 00 TC
  35796.  - Tool Chest
  35797.  - QuickDraw GX
  35798.  - GXifier 1.1V
  35799. 4114X
  35800. Feb 00^
  35801. # on earth are discussed.
  35802. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  35803. represented
  35804. representing
  35805. represents
  35806. reprinting
  35807. reproduced
  35808. reproduction
  35809. request
  35810. requested
  35811. requests
  35812. requies
  35813. require
  35814. required
  35815. requiredfindercolors
  35816. apple
  35817. chinese
  35818. handwriting
  35819. resale
  35820. research
  35821. researching
  35822. resedit
  35823. reserve
  35824. reserved
  35825. reside
  35826. resizable
  35827. resize
  35828. resizeable
  35829. resolution
  35830. resolutions
  35831. resolve
  35832. resolvealiastopath
  35833. resolving
  35834. resource
  35835. O\Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Sample Code:ProfileRenamer:PjDev.CD Jan 00 SDK1
  35836.  - Development Kits
  35837.  - Mac OS
  35838.  - ColorSync 3.0 Mac SDK
  35839.  - Sample Code
  35840.  - ProfileRenamer
  35841. laserwriteriisc
  35842. RO"Dev.CD Dec 96 SE
  35843. Dev.CD Oct 96 SSWP!Dev.CD Dec 96 SE
  35844. Dev.CD Oct 96 SSV
  35845. 5529X
  35846. Dec 96
  35847. w--set theItem to choose file -- uncomment to test in an AS editor
  35848.     tell application "Finder"
  35849.         open item "Dev.CD Dec 96 SE
  35850. Dev.CD Oct 96 SSW"
  35851.         activate
  35852.     end tell
  35853. on error errMsg number errNum
  35854.     --enter statements to perform when no records are found such as...
  35855.     display dialog "Sorry, the item you selected could not be found."
  35856.     return
  35857. end try
  35858. All Packages
  35859. 7.5.3O
  35860. Dev.CD Nov 96 TCP
  35861. Dev.CD Nov 96 TV
  35862. 5530X
  35863. Nov 96
  35864. e--set theItem to choose file -- uncomment to test in an AS editor
  35865.     tell application "Finder"
  35866.         open item "Dev.CD Nov 96 TC"
  35867.         activate
  35868.     end tell
  35869. on error errMsg number errNum
  35870.     --enter statements to perform when no records are found such as...
  35871.     display dialog "Sorry, the item you selected could not be found."
  35872.     return
  35873. end try
  35874. All Packages
  35875. 7.5.3O
  35876. Dev.CD Nov 96 TCP
  35877. Dev.CD Nov 96 TV
  35878. 5531X
  35879. opportunity
  35880. opposite
  35881. optimal
  35882. optimization
  35883. optimizations
  35884. optimize
  35885. optimized
  35886. optimizer
  35887. optimizing
  35888. optimum
  35889. option
  35890. optional
  35891. Summary:  These two applications, Remote Control and Server Controller, allow the owner of a Macintosh to start or stop the file server running on that Macintosh using another Macintosh at another location on the network. They provide an example of applications using asynchronous PPC Toolbox code for communications, and of a faceless background-only application used as agent to control remote system.
  35892. All source Metrowerks Pascal code for both programs is included. Built using the UnversalB
  35893.  Interfaces version 2.0.
  35894. Note: the functionality provided by these applications can be easily duplicated with the scriptable Finder and AppleScript.
  35895. MW Remote Control.
  35896. MW Server Controller.
  35897. Remote Control
  35898. Remote Control.p
  35899. Remote Control.rsrc
  35900. Server Controller
  35901. Server Controller.p
  35902. Server Controller.rsrc
  35903. Server Remote Control Read Me
  35904. ServerControlIntf.pK
  35905. Aug 95M
  35906. Metrowerks Pascal 6OUDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Server Remote Control 1.1:use CopyMask an
  35907. 5913X
  35908. Feb 00^
  35909. --set theItem to choose file -- uncomment to test in an AS editor
  35910.     tell application "Finder"
  35911.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:"
  35912.         activate
  35913.     end tell
  35914. on error errMsg number errNum
  35915.     --enter statements to perform when no records are found such as...
  35916.     display dialog "Sorry, the item you selected could not be found."
  35917.     return
  35918. end try
  35919. e    No Changef
  35920. Utility
  35921. Low Disk Spaceq
  35922. Dev.CD Feb 00 TC
  35923. D!All Packages
  35924. Tool Chest Edition
  35925. Display Card 4
  35926. Summary: This training stack gives a general overview of the technology and features of the 4/8 bit video card and the 8/24 bit video card. J
  35927. Display Card 4
  35928. Vol IIIONDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  35929. 8PYDev.CD Nov 99 TC
  35930.  - Tool Chest
  35931.  - Hardware
  35932.  - Display & Video Hardware
  35933.  - Display Card 4
  35934. 5914X
  35935. Nov 99^
  35936. All Packages
  35937. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  35938. Dev.CD Jan 94
  35939. Dev.CD Oct 93P(Dev.CD Apr 94
  35940. Dev.CD Jan 94
  35941. Dev.CD Oct 9V
  35942. 6783X
  35943. Apr 94
  35944. ~--set theItem to choose file -- uncomment to test in an AS editor
  35945.     tell application "Finder"
  35946.         open item "Dev.CD Apr 94
  35947. Dev.CD Jan 94
  35948. Dev.CD Oct 93"
  35949.         activate
  35950.     end tell
  35951. on error errMsg number errNum
  35952.     --enter statements to perform when no records are found such as...
  35953.     display dialog "Sorry, the item you selected could not be found."
  35954.     return
  35955. end try
  35956. All Packages
  35957. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  35958. Dev.CD Jan 94
  35959. Dev.CD Oct 93
  35960. Dev.CD Jul 93P6Dev.CD Apr 94
  35961. Dev.CD Jan 94
  35962. Dev.CD Oct 93
  35963. Dev.CD Jul 9V
  35964. 6784X
  35965. Apr 94
  35966. display
  35967. display
  35968. display
  35969. device
  35970. driver
  35971. guide
  35972. displaymanager
  35973. displaymanager
  35974. distributors/localiz
  35975. All Packages
  35976. QuickDraw GXO
  35977. Dev.CD Apr 95
  35978. Dev.CD Jan 95P
  35979. Dev.CD Apr 95
  35980. Dev.CD Jan 9V
  35981. 6314X
  35982. Apr 95
  35983. p--set theItem to choose file -- uncomment to test in an AS editor
  35984.     tell application "Finder"
  35985.         open item "Dev.CD Apr 95
  35986. Dev.CD Jan 95"
  35987.         activate
  35988.     end tell
  35989. on error errMsg number errNum
  35990.     --enter statements to perform when no records are found such as...
  35991.     display dialog "Sorry, the item you selected could not be found."
  35992.     return
  35993. end try
  35994. All Packages
  35995. QuickDraw GXO
  35996. Dev.CD Apr 95
  35997. Dev.CD Jan 95P
  35998. Dev.CD Apr 95
  35999. Dev.CD Jan 9V
  36000. 6315X
  36001. Apr 95
  36002. p--set theItem to choose file -- uncomment to test in an AS editor
  36003.     tell application "Finder"
  36004.         open item "Dev.CD Apr 95
  36005. Dev.CD Jan 95"
  36006.         activate
  36007.     end tell
  36008. on error errMsg number errNum
  36009.     --enter statements to perform when no records are found such as...
  36010.     display dialog "Sorry, the item you selected could not be found."
  36011.     return
  36012. end try
  36013. Summary:  DiskFiller is a little utility that allows users to instantly fill any mounted disk.  This is incredibly useful for testing low-disk-space conditions.  You no longer have to duplicate file after file to fill your hard disk.
  36014.   It creates a file on the root level of the filled disk called "Filler".  To free the space, the user can throw away the "Filler" file.
  36015. Features:  Allows user to specify disk to fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  36016. Issues:  Only tested under System 7.
  36017. Stress testing tools.imgK
  36018. Apr 94N
  36019. Utility, Tool, Low Disk SpaceOEDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:PMDev.CD Feb 00 TC
  36020.  - Tool Chest
  36021.  - Testing & Debugging
  36022.  - Stress testing toolslities in your application with virtually no effort.
  36023. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  36024. Deletedq
  36025. Dev.CD Nov 99 TC
  36026. D!All Packages
  36027. Mac OS SDK Edition
  36028. Display Manager SDKI
  36029. This development kit has the information you will need to begin taking advantage of the Display Manger API.  Software licensing information for the Display Manager extension can be found at <http://developer.apple.com/mkt/swl/>.J&DisplayManager.pdf
  36030. Read Me
  36031. Sample CodeK
  36032. Sep 95L
  36033. Jan 00M
  36034. Mac OS 7.1 or laterN9Display Manager, Resolution, Screen, Monitor, Pixel DepthO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Display Manager SDK:PGDev.CD Jan 00 SDK1
  36035.  - Development Kits
  36036.  - Mac OS
  36037.  - Display Manager SDKV
  36038. 5915X
  36039. Jan 00^
  36040. #//ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqx
  36041. as...
  36042.     display dialog "Sorry, the item you selected could not be found."
  36043.     return
  36044. end try
  36045. e    No Changef
  36046. OT/PPP. Open Transport
  36047. Dev.CD Feb 00 TC
  36048. All Packages
  36049. GetSetOptionsV
  36050. 4111X
  36051. f--set theItem to choose file -- uncomment to test in an AS editor
  36052.     tell application "Finder"
  36053.         open item "Dev.CD Apr 96 SSW"
  36054.         activate
  36055.     end tell
  36056. on error errMsg number errNum
  36057.     --enter statements to perform when no records are found such as...
  36058.     display dialog "Sorry, the item you selected could not be found."
  36059.     return
  36060. end try
  36061. ted could not be found."
  36062.     return
  36063. end try
  36064. manager's
  36065. manager-related
  36066. manually
  36067. manuals
  36068. manufactured
  36069. manufacturers
  36070. --set theItem to choose file -- uncomment to test in an AS editor
  36071.     tell application "Finder"
  36072.         open item "Dev.CD Vol. IX
  36073. Dev.CD Vol. VIII
  36074. Dev.CD Vol. VII"
  36075.         activate
  36076.     end tell
  36077. on error errMsg number errNum
  36078.     --enter statements to perform when no records are found such as...
  36079.     display dialog "Sorry, the item you selected could not be found."
  36080.     return
  36081. end try
  36082. allow you to manage telephones, and in particular to establish or control connections between teleD
  36083. phones on a telephone network). You can use the Telephone Manager to develop a wide range of applications, including screen-based telephone dialers, computer-based answering-machines, call forwarders, and so forth.
  36084. Jh Read Me First!
  36085. Adv Color Imaging on the Mac OS:
  36086. Apple Game Sprockets:
  36087. IM-Telephony:
  36088. Speech Recognition:K
  36089. Feb 97OZDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:QuickView Databases-Standalone:
  36090. 1992-1995
  36091. All Packages
  36092. System Enabler 003 (LC III)OEDev.CD Apr 94
  36093. Dev.CD Jan 94
  36094. Dev.CD Oct 93
  36095. Dev.CD Jul 93
  36096. Dev.CD Apr 93PDDev.CD Apr 94
  36097. Dev.CD Jan 94
  36098. Dev.CD Oct 93
  36099. Dev.CD Jul 93
  36100. Dev.CD Apr 9V
  36101. 6668X
  36102. Apr 94
  36103. --set theItem to choose file -- uncomment to test in an AS editor
  36104.     tell application "Finder"
  36105.         open item "Dev.CD Apr 94
  36106. Dev.CD Jan 94
  36107. Dev.CD Oct 93
  36108. Dev.CD Jul 93
  36109. Dev.CD Apr 93"
  36110.         activate
  36111.     end tell
  36112. on error errMsg number errNum
  36113.     --enter statements to perform when no records are found such as...
  36114.     display dialog "Sorry, the item you selected could not be found."
  36115.     return
  36116. end try
  36117. All Packages
  36118. System Enabler 003 (LC III)O7Dev.CD Apr 94
  36119. Dev.CD Jan 94
  36120. Dev.CD Oct 93
  36121. Dev.CD Jul 93P6Dev.CD Apr 94
  36122. Dev.CD Jan 94
  36123. Dev.CD Oct 93
  36124. Dev.CD Jul 9V
  36125. 6669X
  36126. Apr 94
  36127. --set theItem to choose file -- uncomment to test in an AS editor
  36128.     tell application "Finder"
  36129.         open item "Dev.CD Apr 94
  36130. Dev.CD Jan 94
  36131. Dev.CD Oct 93
  36132. Dev.CD Jul 93"
  36133.         activate
  36134.     end tell
  36135. on error errMsg number errNum
  36136.     --enter statements to perform when no records are found such as...
  36137.     display dialog "Sorry, the item you selected could not be found."
  36138.     return
  36139. end try
  36140. 7.5.5
  36141. 7.6.1
  36142. 7100/66
  36143. 7100/80
  36144. 711702111
  36145. 73007200/1207200/906
  36146. 730513255
  36147. terence
  36148. terminal
  36149. terminology
  36150. terms
  36151. ternasky
  36152. tesample
  36153. estgestalt
  36154. automate
  36155. automated
  36156. automates
  36157. automatic
  36158. automatically
  36159. automating
  36160. automation
  36161. autoversioning
  36162. auxiliary
  36163. available
  36164. avitzur
  36165. avoid
  36166. avoided
  36167. avoiding
  36168. axsom's
  36169. ayala
  36170. backbone
  36171. backflips
  36172. background
  36173. background-only
  36174. e    No Changeq
  36175. Dev.CD Feb 00 TC
  36176. D!All Packages
  36177. Tool Chest Edition
  36178. Sample Code - QuickTime
  36179. (** = new, * = revised)
  36180. ChromaKeyMovie:  Chromakey Movie is a simple application which is designed to show alternative approaches to removing a color from a QuickTime movie while it is playing and allowing a separate image to be displayed in the removed regions. It demonstrates several features available in QuickTime and Color QuickDraw.
  36181. DTS QT Utilities.Aug-95:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation foldere
  36182. editor
  36183. stack
  36184. 1.0b3
  36185. resedit
  36186. template
  36187. aetracker
  36188. aetracker
  36189. aetracker
  36190. aetracker
  36191. monitor
  36192. aetracker
  36193. aeusertermtypes
  36194. aeusertermtypes
  36195. resource
  36196. protocol
  36197. agent
  36198. manual
  36199. changes
  36200. readme
  36201. alchemist
  36202. alerts
  36203. --set theItem to choose file -- uncomment to test in an AS editor
  36204.     tell application "Finder"
  36205.         open item "Dev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  36206.         activate
  36207.     end tell
  36208. on error errMsg number errNum
  36209.     --enter statements to perform when no records are found such as...
  36210.     display dialog "Sorry, the item you selected could not be found."
  36211.     return
  36212. end try
  36213. e file -- uncomment to test in an AS editor
  36214.     tell application "Finder"
  36215.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:GetHelpStrings:"
  36216.         activate
  36217.     end tell
  36218. on error errMsg number errNum
  36219.     --enter statements to perform when no records are found such as...
  36220.     display dialog "Sorry, the item you selected could not be found."
  36221.     return
  36222. end try
  36223. e    No Changef8balloon help
  36224. finder help strings
  36225. spinning cursors
  36226. acurq
  36227. Dev.CD Feb 00 TC
  36228. D!All Packages
  36229. Tool Chest Edition
  36230. GetPPPStatuseliver specialized information to the Marketi
  36231. 6504X
  36232. Feb 00^
  36233. --set theItem to choose file -- uncomment to test in an AS editor
  36234.     tell application "Finder"
  36235.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SlideShow:"
  36236.         activate
  36237.     end tell
  36238. on error errMsg number errNum
  36239.     --enter statements to perform when no records are found such as...
  36240.     display dialog "Sorry, the item you selected could not be found."
  36241.     return
  36242. end try
  36243. New PackagefAJava Tutorial
  36244. Introduction to Java Programming
  36245. Learning Java
  36246. Javaq
  36247. Dev.CD Feb 00 TC
  36248. "D!All Packages
  36249. Tool Chest Edition
  36250. F    Slot LookINSlot Look: Sample Application source code showing common Slot Manager calls.  J[Slot Look info
  36251. Slot Look info.txt
  36252. Slotlook
  36253. Slotlook.c
  36254. Slotlook.c.o
  36255. Slotlook.make
  36256. Slotlook.rK
  36257. Oct 92OADev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:PLDev.CD Feb 00 TC
  36258.  - Tool Chest
  36259.  - Devices
  36260.  - NuBus/Slot Manager
  36261.  - Slot LookV
  36262. 6505X
  36263. Feb 00^
  36264. sample
  36265. certain
  36266. kinds
  36267. sample
  36268. illustrating
  36269. scrolling
  36270. controls
  36271. sample
  36272. showing
  36273. asynchronously
  36274. record
  36275. sound
  36276. sample
  36277. accompany
  36278. chapter
  36279. introduction
  36280. sample
  36281. demonstrate
  36282. append
  36283. sample
  36284. illustrating
  36285. techniques
  36286. sample
  36287. program
  36288. demonstrating
  36289. write
  36290. sample
  36291. program
  36292. demonstrate
  36293. direct
  36294. access
  36295. ether
  36296. samplefilter
  36297. samplerateavail
  36298. samples
  36299. samplesndplay
  36300. sanctioned
  36301. sanity
  36302. sanskrit
  36303. satisfy
  36304. satisfying
  36305. saturate
  36306. saved
  36307. saved-off
  36308. savedpapfilexx
  36309. scott
  36310. scrambling
  36311. scrap
  36312. ------------->:
  36313. ----------->:
  36314. 68K Static Libraries:
  36315. Documentation:
  36316. Headers:
  36317. Place in Extensions Folder:
  36318. Place in System Folder:
  36319. Read Me
  36320. Sample Code:
  36321. Stub Libraries:
  36322. Text Encoding Converter
  36323. Text Encodings:K
  36324. Dec 97L
  36325. Dec 99M
  36326. Mac OS 7.6.1 or laterNHText Encoding Converter, TEC, Unicode, charset, character encoding, MIMEOWDev.CD Dec 99 RL Disk 1:What's New:Development Kits:Mac OS:Text Encoding Converter 1.5:PbDev.CD Dec 99 RL Disk 1
  36327.  - What's New
  36328.  - Development Kits
  36329.  - Mac OS
  36330.  - Text Encoding Converter 1.5ion
  36331. Publications
  36332. Technical Publications
  36333. Techpubs
  36334. documentation
  36335. Hardwareo.http://developer.apple.com/techpubs/index.htmlq
  36336. Dev.CD Feb 00 TC
  36337. D!All Packages
  36338. Mac OS SDK Edition
  36339. DeveloperDocumentation: Carbon
  36340. GJoAppleTalk Administration 1.0.2
  36341. AppleTalk Connection 1.0.2
  36342. Overview - AppleTalk s/w
  36343. Overview - AppleTalk s/w.txtK
  36344. Aug 93M
  36345. System 7 for the SNMP softwareN
  36346. AppleTalk, SNMP, networkingOBDev.CD Feb 00 TC:Tool Chest:Networking:SNMP:AppleTalk SW for SNMP:PMDev.CD Feb 00 TC
  36347.  - Tool Chest
  36348.  - Networking
  36349.  - SNMP
  36350.  - AppleTalk SW for SNMPV
  36351. 5774X
  36352. Feb 00^
  36353. --set theItem to choose file -- uncomment to test in an AS editor
  36354.     tell application "Finder"
  36355.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:AppleTalk SW for SNMP:"
  36356.         activate
  36357.     end tell
  36358. on error errMsg number errNum
  36359.     --enter statements to perform when no records are found such as...
  36360.     display dialog "Sorry, the item you selected could not be found."
  36361.     return
  36362. end try
  36363. e    No Changef
  36364. AppleTalk
  36365. networkingq
  36366. Dev.CD Feb 00 TC
  36367. HD!All Packages
  36368. Mac OS SDK Edition
  36369. AppleTalk Wide Area
  36370.     lasses
  36371. window
  36372. layers
  36373. window
  36374. manager
  36375. windows
  36376. world
  36377. world
  36378. e    No Changef5Display Manager
  36379. Resolution
  36380. Screen
  36381. Monitor
  36382. Pixel DepthoJftp://ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqxq
  36383. Dev.CD Jan 00 SDK1
  36384. D!All Packages
  36385. Tool Chest Edition
  36386. DisposeResource 2.0
  36387. Summary:  DisposeResource is an extension that catches a common programming error: passing a resource handle to DisposeHandle.
  36388. Version 2.0 correctly deals with ROM resource handles. This avoids an erroneous report during boot with Sound Manager 3.1 installed.
  36389. Memory Management.imgK
  36390. Sep 92L
  36391. Sep 95N*DisposeResource debugging resource handlesOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  36392.  - Tool Chest
  36393.  - Testing & Debugging
  36394.  - Memory ManagementV
  36395. 5916X
  36396. Feb 00^
  36397. #ropped onto this application.  Put those help strings into a text file.
  36398.     No Change
  36399. --set theItem to choose file -- uncomment to test in an AS editor
  36400.     tell application "Finder"
  36401.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Display Manager SDK:"
  36402.         activate
  36403.     end tell
  36404. on error errMsg number errNum
  36405.     --enter statements to perform when no records are found such as...
  36406.     display dialog "Sorry, the item you selected could not be found."
  36407.     return
  36408. end try
  36409. to the ROM.  
  36410. J'Sample Code.img
  36411. Windows Sample Code.imgK
  36412. Oct 98M
  36413. Requires CodeWarrior Pro v3.0 IDE to open the project file.
  36414. The program requires Open Transport 1.1.1 or greater, however, the program can be modified to remove the OT dependency.N2Ethernet built-in, Enet Address, Burned-in AddressO
  36415. Dev.CD Feb 00 TC:Sample Code:P
  36416. Dev.CD Feb 00 TC
  36417.  - Sample Code
  36418. to post public messages to the network.
  36419. Talking Heads:  Startup document that allow you to "talk" with others in your network.  Files can be transferred between users.
  36420. TalkTool:  TalkTool is an MPW tool that allows you to use several protocols over AppleTalk.  It can send DDP, ATP, and Echo packets, and you can register names, get the zone list, and view names registered in the network
  36421. TCP:  Includes two MPW Tools, TCPSend and TCPReceive, that demonstrate a very simple establishment of 
  36422. a TCP connection and sending a text string over that connection. An API library of all the MacCTB driver and DNR calls is also included.
  36423. TCP Server:  This client/server sample uses MacTCP to implement a simple "greeting" server.  The server opens up several listeners on kGreetingPort (1235).
  36424. TCPClose:  This snippet shows how to close a connection gracefully without causing errors or forcing aborts on either the local or remote end.
  36425. testNBP:  Test program to demonstrate case insensitivit
  36426. This sample demonstrates how to create a QuickTime movie with a video effect as a transition from one picture to another. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  36427. JeappRsrc.rsrc
  36428. main.c
  36429. main.h
  36430. Movie File.mov
  36431. QTEffects
  36432. QTEffects Project
  36433. QTEffects.c
  36434. QTEffects.h
  36435. READ MEK
  36436. Dec 99M QuickTime 4, Mac OS 7.1 or laterN
  36437. QuickTime, effectsOKDev.CD Dec 99 RL Disk 1:What's New:Sample Code:QuickTime:QTEffects Explode:PVDev.CD Dec 99 RL Disk 1
  36438.  - What's New
  36439.  - Sample Code
  36440.  - QuickTime
  36441.  - QTEffects Explodele
  36442. tablet
  36443. color
  36444. tanzania
  36445. tcp/ip
  36446. tcp/ip
  36447. appletalk
  36448. reconfiguration
  36449. network
  36450. setup
  36451. ottcpwilldial
  36452. tcp/ip
  36453. search
  36454. technical
  36455. updated sample on this CD for important changes. Here's the path to the sample:
  36456.   :Programming Stuff:Sample Code:Printing Samples:
  36457.    Printer Drivers
  36458. :LaserWriterIIsc (New GX v1.1)
  36459. Also, due to time constraints, we did not have time to recompile all the code samples on this CD using the latest version of the interfaces and libraries.  Nevertheless, the "QuickDraw GX shell" sample (which can be found at the path :Programming Stuff:Sample Code:General QDGX App Samples:QuickDraw GX Shell 
  36460. :)F@ has been re-built successfully using Think, MPW and Metrowerks.
  36461. Documents
  36462. Goodies
  36463. Ideas, Opportunities, and Info
  36464. Open Me First
  36465. Programming Stuff
  36466. QuickDraw GX Init Update
  36467. QuickDraw
  36468.  GX - Read Me FirstK
  36469. Aug 95L
  36470. Jan 97N
  36471. QuickDraw GX, GraphicsOHDev.CD Jan 00 SDK2:Development Kits:
  36472.  Obsolete/Unsupported:QuickDraw GX:PPDev.CD Jan 00 SDK2
  36473.  - Development Kits
  36474.  Obsolete/Unsupported
  36475.  - QuickDraw GX shows how to convert strings between encodings and perform other operations with string o
  36476. f--set theItem to choose file -- uncomment to test in an AS editor
  36477.     tell application "Finder"
  36478.         open item "Dev.CD Jan 96 SSW"
  36479.         activate
  36480.     end tell
  36481. on error errMsg number errNum
  36482.     --enter statements to perform when no records are found such as...
  36483.     display dialog "Sorry, the item you selected could not be found."
  36484.     return
  36485. end try
  36486. de, CFHash, compare, CFComparatorFunction, CFComparisonResult, CFEqual, CFRange, Bundle Services, CFBundle.h, CFBundle, bundle, main bundle, resources, resource management, localization, internationalization, cross-platform, application package, Applic
  36487. OsDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:
  36488. --set theItem to choose file -- uncomment to test in an AS editor
  36489.     tell application "Finder"
  36490.         open item "Dev.CD Apr 94
  36491. Dev.CD Jan 94
  36492. Dev.CD Oct 93
  36493. Dev.CD Jul 93
  36494. Dev.CD Apr 93"
  36495.         activate
  36496.     end tell
  36497. on error errMsg number errNum
  36498.     --enter statements to perform when no records are found such as...
  36499.     display dialog "Sorry, the item you selected could not be found."
  36500.     return
  36501. end try
  36502. --set theItem to choose file -- uncomment to test in an AS editor
  36503.     tell application "Finder"
  36504.         open item "Dev.CD Apr 94
  36505. Dev.CD Jan 94
  36506. Dev.CD Oct 93
  36507. Dev.CD Jul 93
  36508. Dev.CD Apr 93"
  36509.         activate
  36510.     end tell
  36511. on error errMsg number errNum
  36512.     --enter statements to perform when no records are found such as...
  36513.     display dialog "Sorry, the item you selected could not be found."
  36514.     return
  36515. end try
  36516. appearance-aware
  36517. appeared
  36518. appearing
  36519. appears
  36520. append
  36521. appendages
  36522. appendditl
  36523. appending
  36524. appendix
  36525. appendixes
  36526. appkit
  36527. apple
  36528. e    No Changef*DisposeResource debugging resource handlesq
  36529. Dev.CD Feb 00 TC
  36530. D!All Packages
  36531. Tool Chest Edition
  36532. DoubleTrouble initI
  36533. Summary: DoubleTrouble is a debugging utility made to catch a common programming error: freeing a handle that has already been freed.  
  36534. Issues:  This utility is not compatible with System 7.5.J
  36535. Memory Management.imgK
  36536. Sep 92OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  36537.  - Tool Chest
  36538.  - Testing & Debugging
  36539.  - Memory ManagementV
  36540. 5917X
  36541. Feb 00^
  36542. --set theItem to choose file -- uncomment to test in an AS editor
  36543.     tell application "Finder"
  36544.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  36545.         activate
  36546.     end tell
  36547. on error errMsg number errNum
  36548.     --enter statements to perform when no records are found such as...
  36549.     display dialog "Sorry, the item you selected could not be found."
  36550.     return
  36551. end try
  36552. e    No Changeq
  36553. Dev.CD Feb 00 TC
  36554. All Packages
  36555. versions
  36556. versit
  36557. versus
  36558. vertical
  36559. vertically
  36560. vertigo
  36561. verttest
  36562. veteran
  36563. viable
  36564. video
  36565. videotape
  36566. virtually
  36567. viruses
  36568. visemrj
  36569. visibility
  36570. visible
  36571. visigenic
  36572. --set theItem to choose file -- uncomment to test in an AS editor
  36573.     tell application "Finder"
  36574.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  36575.         activate
  36576.     end tell
  36577. on error errMsg number errNum
  36578.     --enter statements to perform when no records are found such as...
  36579.     display dialog "Sorry, the item you selected could not be found."
  36580.     return
  36581. end try
  36582. CFArray
  36583. CFDictionary
  36584. CFDictionary
  36585. CFPropertyList
  36586. Core Foundation
  36587. String SeC
  36588. rvices
  36589. CFString.h
  36590. CFCharacterSet.h
  36591. CFStringEncodingsExt.h
  36592. CFString
  36593. string
  36594. mutable string
  36595. internationalization
  36596. localization
  36597. Unicode
  36598. character encoding
  36599. string encoding
  36600. notation
  36601. screenW
  36602. screen's
  36603. screen-based
  36604. screencompare
  36605. screendump
  36606. screenfkey
  36607. screens
  36608. scriptable
  36609. scripted
  36610. scripter
  36611. scripting
  36612. scripts
  36613. scriptswitcher8
  36614. scriptswitcher8
  36615. quick
  36616. modify
  36617. resources
  36618. scriptx
  36619. scroll
  36620. scrollable
  36621. scrolled
  36622. scrolling
  36623. serial
  36624. serial
  36625. serial
  36626. ports
  36627. serialshimlib
  36628. series
  36629. server
  36630. server
  36631. controls
  36632. server
  36633. developer
  36634. servers
  36635. services
  36636. setdefaultdtp
  36637. setdeskcpat
  36638. setting
  36639. setup
  36640. shared
  36641. shared
  36642. volumes
  36643. sharing
  36644. sherlock
  36645. showicon
  36646. showinit
  36647. signature
  36648. signing
  36649. simpletext
  36650. simplified
  36651. single-link
  36652. manager
  36653. sniffer
  36654. socket
  36655. software
  36656. solaris
  36657. provider
  36658. provides
  36659. ort  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  36660. Network Stream:  NetworkStream is a C++ Stream IO class object for OpenTransport Network I/O. Written in Metrowerks C++, it implements a TNetworkBuf, TNetworkOStream  and TNetworkIOStream object. 
  36661. OT Code Resource:  This piece of sample code shows how to cal
  36662. l Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  36663. OT Server Sample:  The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Ope
  36664. All Packages
  36665. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  36666. Dev.CD Jan 94
  36667. Dev.CD Oct 93
  36668. Dev.CD Jul 93
  36669. Dev.CD Apr 93PDDev.CD Apr 94
  36670. Dev.CD Jan 94
  36671. Dev.CD Oct 93
  36672. Dev.CD Jul 93
  36673. Dev.CD Apr 9V
  36674. 6686X
  36675. Apr 94
  36676. --set theItem to choose file -- uncomment to test in an AS editor
  36677.     tell application "Finder"
  36678.         open item "Dev.CD Apr 94
  36679. Dev.CD Jan 94
  36680. Dev.CD Oct 93
  36681. Dev.CD Jul 93
  36682. Dev.CD Apr 93"
  36683.         activate
  36684.     end tell
  36685. on error errMsg number errNum
  36686.     --enter statements to perform when no records are found such as...
  36687.     display dialog "Sorry, the item you selected could not be found."
  36688.     return
  36689. end try
  36690. All Packages
  36691. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  36692. Dev.CD Jan 94
  36693. Dev.CD Oct 93
  36694. Dev.CD Jul 93
  36695. Dev.CD Apr 93PDDev.CD Apr 94
  36696. Dev.CD Jan 94
  36697. Dev.CD Oct 93
  36698. Dev.CD Jul 93
  36699. Dev.CD Apr 9V
  36700. 6687X
  36701. Apr 94
  36702. lution
  36703. resource
  36704. resources
  36705. return
  36706. return
  36707. investment
  36708. business
  36709. processes
  36710. interactive
  36711. media
  36712. raries and sample code that will allow you to develop your applications and plug-ins for the AppleShare IP and AppleShare Client APIs.  Refer to the SDK Read Me for additional information.
  36713. ASIP 6.3 SDK Read Me
  36714. AFP Protocol folder (containing 3 PDF documents)
  36715. ASIP Registry folder (containing headers, samples, documentation)
  36716. ASIP Server Controls/Events folder (containing headers, samples, documentation)
  36717. ASIP User Authentication Module folder (containing headers, samples, documentation)
  36718. ApplC
  36719. eShare Client API (containing headers and documentation) 
  36720. ASIP Print Security Protocol (documentation)
  36721. Obsolete/Pre-ASIP 6.0 folder (containing older SDK packages and ASIP software)
  36722. Tools folder (containing info regarding 2-way Random UAM)
  36723. AFP Protocol
  36724. AppleShare Client API
  36725. AppleShare IP 6.3 SDK Read Me
  36726. ASIP Print Security Protocol
  36727. ASIP Registry
  36728. ASIP Server Controls/Events
  36729. ASIP User Authentication Module
  36730. Tools
  36731.  Obsolete/ Pre-ASIP 6.0K
  36732. Apr 98L
  36733. Jan 00
  36734. QuickTimeV
  36735. 4515X
  36736. 2.1.4
  36737. consists
  36738. consolideted
  36739. constant
  36740. constantly
  36741. constants
  36742. constitute
  36743. constrained
  36744. constrains
  36745. constructing
  36746. construction
  36747. constructs
  36748. consult
  36749. consumer
  36750. consumers
  36751. contact
  36752. contacting
  36753. contacts
  36754. contain
  36755. contained
  36756. container
  36757. containing
  36758. contains
  36759. contains
  36760. transport
  36761. software
  36762. development
  36763. All Packages
  36764. AppleScriptO
  36765. Dev.CD Jan 95P
  36766. Dev.CD Jan 9V
  36767. 5765X
  36768. Jan 95
  36769. b--set theItem to choose file -- uncomment to test in an AS editor
  36770.     tell application "Finder"
  36771.         open item "Dev.CD Jan 95"
  36772.         activate
  36773.     end tell
  36774. on error errMsg number errNum
  36775.     --enter statements to perform when no records are found such as...
  36776.     display dialog "Sorry, the item you selected could not be found."
  36777.     return
  36778. end try
  36779. ?D!All Packages
  36780. Mac OS SDK Edition
  36781. y:  AppleScript is an easy-to-use scripting language that is as consistent across applications as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  36782. This package contains documentation (u documentation (u
  36783. 5766X
  36784. All Packages
  36785. QuickDraw GXO
  36786. Dev.CD Aug 96 TCP
  36787. Dev.CD Aug 96 TV
  36788. 6334X
  36789. Aug 96
  36790. e--set theItem to choose file -- uncomment to test in an AS editor
  36791.     tell application "Finder"
  36792.         open item "Dev.CD Aug 96 TC"
  36793.         activate
  36794.     end tell
  36795. on error errMsg number errNum
  36796.     --enter statements to perform when no records are found such as...
  36797.     display dialog "Sorry, the item you selected could not be found."
  36798.     return
  36799. end try
  36800. All Packages
  36801. QuickDraw GXO
  36802. Dev.CD Aug 96 TCP
  36803. Dev.CD Aug 96 TV
  36804. 6335X
  36805. Aug 96
  36806. e--set theItem to choose file -- uncomment to test in an AS editor
  36807.     tell application "Finder"
  36808.         open item "Dev.CD Aug 96 TC"
  36809.         activate
  36810.     end tell
  36811. on error errMsg number errNum
  36812.     --enter statements to perform when no records are found such as...
  36813.     display dialog "Sorry, the item you selected could not be found."
  36814.     return
  36815. end try
  36816. All Packages
  36817. QuickDraw GXO
  36818. Dev.CD Aug 96 TCP
  36819. Dev.CD Aug 96 TV
  36820. 6336X
  36821. All Packages
  36822. 6.0.5O,Dev.CD Vol. VII
  36823. Dev CD Vol. V
  36824. Dev CD Vol. IVP+Dev.CD Vol. VII
  36825. Dev CD Vol. V
  36826. Dev CD Vol. IV
  36827. 5148X
  36828. Vol. V
  36829. --set theItem to choose file -- uncomment to test in an AS editor
  36830.     tell application "Finder"
  36831.         open item "Dev.CD Vol. VII
  36832. Dev CD Vol. V
  36833. Dev CD Vol. IV"
  36834.         activate
  36835.     end tell
  36836. on error errMsg number errNum
  36837.     --enter statements to perform when no records are found such as...
  36838.     display dialog "Sorry, the item you selected could not be found."
  36839.     return
  36840. end try
  36841. All Packages
  36842. 6.0.5O,Dev.CD Vol. VII
  36843. Dev CD Vol. V
  36844. Dev CD Vol. IVP+Dev.CD Vol. VII
  36845. Dev CD Vol. V
  36846. Dev CD Vol. IV
  36847. 5149X
  36848. Vol. V
  36849. doubletrouble
  36850. doubletrouble
  36851. gestaltexplore
  36852. 1.1.3
  36853. dropdisk
  36854. goodies
  36855. utilities
  36856. aug-95
  36857. dumparpcache
  36858. dumpnetworksetup
  36859. primer
  36860. editor
  36861. Dev.CD Nov 99 SSWP
  36862. Dev.CD Nov 99 SSV
  36863. 5706X
  36864. Nov 99
  36865. f--set theItem to choose file -- uncomment to test in an AS editor
  36866.     tell application "Finder"
  36867.         open item "Dev.CD Nov 99 SSW"
  36868.         activate
  36869.     end tell
  36870. on error errMsg number errNum
  36871.     --enter statements to perform when no records are found such as...
  36872.     display dialog "Sorry, the item you selected could not be found."
  36873.     return
  36874. end try
  36875. All Packages
  36876. Dev.CD Nov 99 SSWP
  36877. Dev.CD Nov 99 SSV
  36878. 5707X
  36879. Nov 99
  36880. f--set theItem to choose file -- uncomment to test in an AS editor
  36881.     tell application "Finder"
  36882.         open item "Dev.CD Nov 99 SSW"
  36883.         activate
  36884.     end tell
  36885. on error errMsg number errNum
  36886.     --enter statements to perform when no records are found such as...
  36887.     display dialog "Sorry, the item you selected could not be found."
  36888.     return
  36889. end try
  36890. All Packages
  36891. Dev.CD Nov 99 SSWP
  36892. Dev.CD Nov 99 SSV
  36893. 5708X
  36894. Nov 99
  36895. All Packages
  36896. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  36897. Dev.CD Jan 94
  36898. Dev.CD Oct 93
  36899. Dev.CD Jul 93
  36900. Dev.CD Apr 93PDDev.CD Apr 94
  36901. Dev.CD Jan 94
  36902. Dev.CD Oct 93
  36903. Dev.CD Jul 93
  36904. Dev.CD Apr 9V
  36905. 6807X
  36906. Apr 94
  36907. --set theItem to choose file -- uncomment to test in an AS editor
  36908.     tell application "Finder"
  36909.         open item "Dev.CD Apr 94
  36910. Dev.CD Jan 94
  36911. Dev.CD Oct 93
  36912. Dev.CD Jul 93
  36913. Dev.CD Apr 93"
  36914.         activate
  36915.     end tell
  36916. on error errMsg number errNum
  36917.     --enter statements to perform when no records are found such as...
  36918.     display dialog "Sorry, the item you selected could not be found."
  36919.     return
  36920. end try
  36921. All Packages
  36922. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  36923. Dev.CD Jan 94
  36924. Dev.CD Oct 93
  36925. Dev.CD Jul 93
  36926. Dev.CD Apr 93PDDev.CD Apr 94
  36927. Dev.CD Jan 94
  36928. Dev.CD Oct 93
  36929. Dev.CD Jul 93
  36930. Dev.CD Apr 9V
  36931. 6808X
  36932. Apr 94
  36933. altivec
  36934. always
  36935. Menu Manager
  36936. menus
  36937. Carbon
  36938. Apple menu
  36939. menu items
  36940. /developer.apple.com/techpubs/index.html
  36941. 6484X
  36942. Feb 00^
  36943. --set theItem to choose file -- uncomment to test in an AS editor
  36944.     tell application "Finder"
  36945.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:SCSI Tools 1.0:"
  36946.         activate
  36947.     end tell
  36948. on error errMsg number errNum
  36949.     --enter statements to perform when no records are found such as...
  36950.     display dialog "Sorry, the item you selected could not be found."
  36951.     return
  36952. end try
  36953. e    No Changeq
  36954. Dev.CD Feb 00 TC
  36955. All Packages
  36956. Security SDK
  36957. This SDK includes the libraries and include files necessary to build applications that can interface with the Keychain, URL Access, and Signing functions available with Mac OS 9.  It also contains example code and API documentation.
  36958. A keychain is a secure repository for user-centric data, such as keys, passwords and certificates. The repository may be a file, a network database, a smart card, or other storage media..
  36959. URL Access accesses remote sites programmatically using URLs.  Files ma
  36960. ~--set theItem to choose file -- uncomment to test in an AS editor
  36961.     tell application "Finder"
  36962.         open item "Dev.CD Apr 94
  36963. Dev.CD Jan 94
  36964. Dev.CD Oct 93"
  36965.         activate
  36966.     end tell
  36967. on error errMsg number errNum
  36968.     --enter statements to perform when no records are found such as...
  36969.     display dialog "Sorry, the item you selected could not be found."
  36970.     return
  36971. end try
  36972. apple
  36973. computer
  36974. of video 
  36975. devices, and setting the configurations and display modes for video devices.
  36976. HTML Rendering Library [NEW]
  36977. ---------------------
  36978. This preliminary document describes the version of the HTML Rendering Library available in Mac OS 9. It discusses the standard HTML Rendering Library functions and data types that allow you to manage the drawing environment, as well as the callbacks you can use to provide such additional services as event management, link tracking, and link redirection.
  36979. Locale
  36980. decompression
  36981. default
  36982. delete
  36983. depth
  36984. design
  36985. designing
  36986. printer
  36987. default
  36988. setdefaultdtp
  36989. quickdraw
  36990. desktop
  36991. desktop
  36992. manager
  36993. desktops
  36994. detector
  36995. detectors
  36996. developer
  36997. developer
  36998. documentation
  36999. developer
  37000. feedback
  37001. devnotes
  37002. dialog
  37003. dictation
  37004. dictionary
  37005. dictionary
  37006. manager
  37007. digital
  37008. digital
  37009. camera
  37010. disabled
  37011. disassembler
  37012. disassembly
  37013. display
  37014. display
  37015. folder
  37016. display
  37017. display
  37018. manager
  37019. display
  37020. disposeresource
  37021. disposeresource
  37022. debugging
  37023. resource
  37024. handles
  37025. dither
  37026. dynamic
  37027. library
  37028. document
  37029. documentation
  37030. domain
  37031. download
  37032. drawsprocket
  37033. disposeresource
  37034. debugging
  37035. resource
  37036. handles
  37037. dither
  37038. document
  37039. documentation
  37040. documentation
  37041. manuals
  37042. style
  37043. usage
  37044. style
  37045. guide
  37046. documents
  37047. domain
  37048. double-byte
  37049. download
  37050. promisehfsflavor
  37051. promise
  37052. finder
  37053. drawsprocket
  37054. drawsprocket
  37055. context
  37056. switch
  37057. drawsprocket
  37058. getversion
  37059. context
  37060. drawsprocket
  37061. gspgetversion
  37062. toolbox
  37063. drive
  37064. driver
  37065. drivers
  37066. dumpobj
  37067. duplication
  37068. content
  37069. development
  37070. entertainment
  37071. consumer
  37072. electronics
  37073. chnical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:
  37074. QuickDraw GXO#Dev.CD Aug 96 TC
  37075. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  37076. Dev.CD Jan 96 SDK
  37077. DraggingSpritesI
  37078. This demo program shows how to define MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite.J9dd.bat
  37079. DraggingSprites
  37080. DraggingSprites.zip
  37081. README.txt
  37082. Feb 00
  37083. - Common
  37084.     - Sun Compliant Java Runtime Environment 1.1
  37085.     - QuickTime 3 
  37086.     - QTJava.zip
  37087.     - QTJava media samples
  37088. - Mac OS:
  37089.     - System 8 or later
  37090.     - Macintosh Runtime for Java (MRJ) 2.1
  37091. - Windows 95, 98, or NT::
  37092.     - JRE/JDK from Sun Microsystems, Inc. recommended
  37093. QuickTime, Java, MRJOVDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DraggingSprites:PdDev.CD Feb 00 TC
  37094.  - What's New?
  37095.  - Sample Code
  37096.  - QuickTime
  37097.  - QuickTime for Java
  37098.  - DraggingSpritesV
  37099. 5918v.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  37100.  - What's New
  37101.  - Technical Documentation
  37102.  - DeveloperNotesV
  37103. 2231X
  37104. Jul 98^
  37105. SSW/SDK
  37106. e finder info.
  37107. DateThing:  A sample of how to write one of those date things as in the General control panel.
  37108. Dialog popups:  snippet to demonstrate the use of the system 7 popup control cdef in modal dialogs
  37109. DialogBits:  This sample application shows how to deal with many of the most commonly asked questions about the Dialog Manager.
  37110. DragWindow INIT:  DragWindow INIT is an INIT which allows you to drag a whole window under the Finder, not just the outline.
  37111. DragWindowGrid:  Shows how 
  37112. to write a replacement DragWindow routine that constrains the window to a grid.
  37113. FindSysFolder:  In this code, the FindSysFolder returns the real vRefNum and dirID of the current System Folder. It uses the Folder Manager, if possible, or falls back to SysEnvirons.
  37114. GetDragHiliteColor:  This shows how to obtain the color that the Drag Manager uses to hilite regions when ShowDragHilite is called. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  37115. F    QuickTimeO
  37116. Dev.CD Jan 94
  37117. Dev.CD Oct 93P
  37118. Dev.CD Jan 94
  37119. Dev.CD Oct 9
  37120. guest
  37121. guide
  37122. guidelines
  37123. gworld
  37124. fonts
  37125. typography
  37126. postscript
  37127. sample
  37128. gxgraphics
  37129. halftone
  37130. handles
  37131. handwriting
  37132. hardwareQ
  37133. hardware
  37134. developer
  37135. documentation
  37136. developer
  37137. notes
  37138. devnotes
  37139. heaps
  37140. hebrew
  37141. hierarchical
  37142. sub-menus
  37143. helper
  37144. menubar
  37145. corners
  37146. desktop
  37147. finder
  37148. grayrgn
  37149. hierarchical
  37150. level
  37151. toolbox
  37152. morefiles
  37153. moreisbetter
  37154. wrapper
  37155. hooper
  37156. hp-ux
  37157. htmlrenderinglib
  37158. packages
  37159. htmlrenderinglib
  37160. human
  37161. election
  37162. selections
  37163. selectively
  37164. selector
  37165. b--set theItem to choose file -- uncomment to test in an AS editor
  37166.     tell application "Finder"
  37167.         open item "Dev.CD Jul 93"
  37168.         activate
  37169.     end tell
  37170. on error errMsg number errNum
  37171.     --enter statements to perform when no records are found such as...
  37172.     display dialog "Sorry, the item you selected could not be found."
  37173.     return
  37174. end try
  37175. Oct 93
  37176. Dev.CD Jul 93
  37177. Dev.CD Apr 93"
  37178.         activate
  37179.     end tell
  37180. on error errMsg number errNum
  37181.     --enter statements to perform when no records are found such as...
  37182.     display dialog "Sorry, the item you selected could not be found."
  37183.     return
  37184. end try
  37185. All Packages
  37186. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  37187. Dev.CD Jan 94
  37188. Dev.CD Oct 93
  37189. Dev.CD Jul 93
  37190. Dev.CD Apr 93PDDev.CD Apr 94
  37191. Dev.CD Jan 94
  37192. Dev.CD Oct 93
  37193. Dev.CD Jul 93
  37194. Dev.CD Apr 9V
  37195. 4919X
  37196. Apr 94
  37197. All Packages
  37198. 7.6.1 (PB3400)O
  37199. Dev.CD Jun 97 SSWP
  37200. Dev.CD Jun 97 SSV
  37201. 5619X
  37202. Jun 97
  37203. f--set theItem to choose file -- uncomment to test in an AS editor
  37204.     tell application "Finder"
  37205.         open item "Dev.CD Jun 97 SSW"
  37206.         activate
  37207.     end tell
  37208. on error errMsg number errNum
  37209.     --enter statements to perform when no records are found such as...
  37210.     display dialog "Sorry, the item you selected could not be found."
  37211.     return
  37212. end try
  37213. D!All Packages
  37214. Tool Chest Edition
  37215. his application and its code is to give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  37216. This latest version of 7Edit has been designed to be very similar to the Scriptable Text Editor. The example may not be as fully scriptable as the Scriptable Text Editor but it should give you good idea of hou good idea of h
  37217. 5620X
  37218. f--set theItem to choose file -- uncomment to test in an AS editor
  37219.     tell application "Finder"
  37220.         open item "Dev.CD Jun 97 SSW"
  37221.         activate
  37222.     end tell
  37223. on error errMsg number errNum
  37224.     --enter statements to perform when no records are found such as...
  37225.     display dialog "Sorry, the item you selected could not be found."
  37226.     return
  37227. end try
  37228. SyncCatch 2.1:PFDev.CD Feb 00 TC
  37229.  - Tool Chest
  37230.  - Testing & Debugging
  37231.  - SyncCatch 2.1V
  37232. 4671X
  37233. Feb 00^
  37234. --set theItem to choose file -- uncomment to test in an AS editor
  37235.     tell application "Finder"
  37236.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:SyncCatch 2.1:"
  37237.         activate
  37238.     end tell
  37239. on error errMsg number errNum
  37240.     --enter statements to perform when no records are found such as...
  37241.     display dialog "Sorry, the item you selected could not be found."
  37242.     return
  37243. end try
  37244. ngeo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqx
  37245. gamepad@
  37246. gestalt
  37247. selector
  37248. codes@
  37249. grayrgn@
  37250. index@
  37251. international@
  37252. language
  37253. updater
  37254. arabic
  37255. chinese
  37256. cyrillic
  37257. hebrew@
  37258. machine@
  37259. manager@
  37260. mixed
  37261. mode@
  37262. navigable
  37263. movies@
  37264. network
  37265. preferences@
  37266. network
  37267. setup@
  37268. opentransport@
  37269. pages@
  37270. openfirmware
  37271. fcode
  37272. forth
  37273. tokenize@
  37274. performance
  37275. counters@
  37276. ports@
  37277. printers
  37278. drivers
  37279. sample
  37280. pict@
  37281. quickdraw
  37282. raster
  37283. imagewriter
  37284. halftone
  37285. dither
  37286. sample
  37287. code@
  37288. rates@
  37289. resources@
  37290. scan@
  37291. serial@
  37292. solutions@
  37293. stress@
  37294. system
  37295. identification@
  37296. technical
  37297. publications@
  37298. thread@
  37299. tree@
  37300. types@
  37301. unicode
  37302. utilities@
  37303. waste@
  37304. webobjects@
  37305. webobjects
  37306. java@
  37307. wide@
  37308. longitude
  37309. All Packages
  37310. 7.0.1POsDev.CD Jan 94
  37311. Dev.CD Oct 93
  37312. Dev.CD Jul 93
  37313. Dev.CD Apr 93
  37314. Dev.CD Mar 93
  37315. Dev.CD Feb 93
  37316. Dev.CD Jan 93
  37317. Dev.CD Nov/Dec 92PrDev.CD Jan 94
  37318. Dev.CD Oct 93
  37319. Dev.CD Jul 93
  37320. Dev.CD Apr 93
  37321. Dev.CD Mar 93
  37322. Dev.CD Feb 93
  37323. Dev.CD Jan 93
  37324. Dev.CD Nov/Dec 9V
  37325. 5257X
  37326. Jan 94
  37327. --set theItem to choose file -- uncomment to test in an AS editor
  37328.     tell application "Finder"
  37329.         open item "Dev.CD Jan 94
  37330. Dev.CD Oct 93
  37331. Dev.CD Jul 93
  37332. Dev.CD Apr 93
  37333. Dev.CD Mar 93
  37334. Dev.CD Feb 93
  37335. Dev.CD Jan 93
  37336. Dev.CD Nov/Dec 92"
  37337.         activate
  37338.     end tell
  37339. on error errMsg number errNum
  37340.     --enter statements to perform when no records are found such as...
  37341.     display dialog "Sorry, the item you selected could not be found."
  37342.     return
  37343. end try
  37344. All Packages
  37345. Dev.CD Oct 94P
  37346. Dev.CD Oct 9V
  37347. 5258X
  37348. Oct 94
  37349. coloredcheckbox
  37350. colorization
  37351. colorize
  37352. com/bin/bugrpt
  37353. com/cftype
  37354. com/colorsync
  37355. com/dev/swtechpubs/d
  37356. com/games
  37357. com/java
  37358.     Eyo have to redistribute the Contextual Menu and Text Encoding Converter because Apple Data Detectors is dependent on them.
  37359. J?Apple Data Detectors SDK
  37360. Internet Address Detectors 101
  37361. Read MeK
  37362. Feb 98M
  37363. PowerPC processor requiredN4detector, contextual menu, Apple Data Detectors, ADDODDev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Data Detectors SDK:PLDev.CD Jan 00 SDK1
  37364.  - Development Kits
  37365.  - Mac OS
  37366.  - Apple Data Detectors SDKdf
  37367. powerbook
  37368. powerbook
  37369. 2300c
  37370. powerbook
  37371. processor
  37372. powerbookg3series
  37373. powerbookg3series
  37374. powerpc
  37375. pre-asip
  37376. pre-release
  37377. pre-release
  37378. prebuilt
  37379. preferences
  37380. prefs
  37381. prefs
  37382. system
  37383. primer
  37384. print
  37385. print2
  37386. printing
  37387. processor
  37388. product
  37389. products
  37390. profile
  37391. profiler
  37392. profiles
  37393. prog's
  37394. JkAbout ScriptX
  37395. Code Samples:
  37396. Documentation:
  37397. readme_1.5.1.txt
  37398. ScriptX Platforms:
  37399. ScriptX Post 1.5 DifferencesK
  37400. Apr 96L
  37401. Jul 96O5Dev.CD Apr 98 SDK2:Development Kits (Disc 2):ScriptX:P:Dev.CD Apr 98 SDK2
  37402.  - Development Kits (Disc 2)
  37403.  - ScriptX
  37404. upgrading
  37405. bbedit
  37406. access
  37407. access
  37408. scripting
  37409. urlaccess
  37410. urlaccess
  37411. urlaccess
  37412. urlaccess
  37413. urlaccess68k
  37414. urlaccess68k
  37415. urlaccesslib
  37416. urlaccesslib
  37417. distribution
  37418. guide
  37419. usage
  37420. usage
  37421. history
  37422. software
  37423. locator
  37424. iables
  37425. versions
  37426. count
  37427. video
  37428. viewer
  37429. virtual
  37430. virtual
  37431. keycode
  37432. virtual
  37433. tools
  37434. vu3.0.1d3W
  37435. vu3.0.1d3
  37436. animation
  37437. guide
  37438. webobjects
  37439. webobjects
  37440. database
  37441. appletalk
  37442. appletalk
  37443. ethertalk
  37444. tokentalk
  37445. network
  37446. ethernet
  37447. token
  37448. appletalk
  37449. networking
  37450. appletalk
  37451. router
  37452. internet
  37453. application
  37454. appstogo
  37455. appstogo
  37456. appwannabe
  37457. wannabe
  37458. stylechat
  37459. appwannabe
  37460. arabic
  37461. architecture
  37462. archiving
  37463. arrangement
  37464. apple
  37465. shared
  37466. library
  37467. manager
  37468. dynamic
  37469. library
  37470. profiler
  37471. apple
  37472. system
  37473. assemblers
  37474. assembly
  37475. assistance
  37476. assistant
  37477. async
  37478. async
  37479. asynchronous
  37480. driver
  37481. table
  37482. async
  37483. device
  37484. detector
  37485. detector
  37486. contextual
  37487. apple
  37488. detectors
  37489. detectors
  37490. developer
  37491. device
  37492. documentation
  37493. documentation
  37494. manuals
  37495. style
  37496. usage
  37497. style
  37498. guide
  37499. driver
  37500. MUPowerPC, System 8.1 or later, and either Universal Interfaces 3.3 or DrawSprocket SDKN-DrawSprocket, GetVersion, Context, blit, CLUTO@Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DrawSprocketTest:PKDev.CD Feb 00 TC
  37501.  - What's New?
  37502.  - Sample Code
  37503.  - Games
  37504.  - DrawSprocketTestV
  37505. 5919X
  37506. Feb 00^
  37507. --set theItem to choose file -- uncomment to test in an AS editor
  37508.     tell application "Finder"
  37509.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DrawSprocketTest:"
  37510.         activate
  37511.     end tell
  37512. on error errMsg number errNum
  37513.     --enter statements to perform when no records are found such as...
  37514.     display dialog "Sorry, the item you selected could not be found."
  37515.     return
  37516. end try
  37517. New Packagef)DrawSprocket
  37518. GetVersion
  37519. Context
  37520. CLUTq
  37521. Dev.CD Feb 00 TC
  37522. All Packages
  37523. Drive UtilitiesI
  37524. This package contains  Drive Setup v1.7.2,  a program that lets you partition, initialize, and update fixed and removable disks.K
  37525. May 96L
  37526. Feb 99V
  37527. 5920X
  37528. 1e    No Change
  37529. D.All Packages
  37530. Tool Chest Edition
  37531. New & Revisedcouldn't decide what heading it under.)
  37532.     -Using lists in document windows.
  37533.  Resource Manager
  37534.     -Opening resource forks without loading all preloaded resources. This is particularly important when opening
  37535.      application resource forks that may contain preloaded 'CODE' resources.
  37536.  Dialog Manager
  37537.     -Non standard text styles in a dialog, including popup menus and editable text items.
  37538.     -Support a number of moveable modal dialogs in an 
  37539. application.
  37540. It also demonstrates:
  37541.   -How to properly support the standard event loop, including basic support for multiple monitors.
  37542.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  37543.   -How to safely check if a system feature is available in a native PowerPC application (Gestalt isn't always enough).
  37544.   -A stream 'class' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  37545.   -An example of using 
  37546. --set theItem to choose file -- uncomment to test in an AS editor
  37547.     tell application "Finder"
  37548.         open item "Dev.CD July 92
  37549. Dev.CD June 92
  37550. Dev.CD May 92
  37551. Dev.CD Apr 92
  37552. Dev.CD Mar 92
  37553. Dev.CD Feb 92
  37554. Dev.CD Jan 92
  37555. Dev.CD Vol. XI"
  37556.         activate
  37557.     end tell
  37558. on error errMsg number errNum
  37559.     --enter statements to perform when no records are found such as...
  37560.     display dialog "Sorry, the item you selected could not be found."
  37561.     return
  37562. end try
  37563. sample
  37564. which
  37565. demonstrates
  37566. ethernet
  37567. driver
  37568. code-like
  37569. Feb 00^
  37570. --set theItem to choose file -- uncomment to test in an AS editor
  37571.     tell application "Finder"
  37572.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DraggingSprites:"
  37573.         activate
  37574.     end tell
  37575. on error errMsg number errNum
  37576.     --enter statements to perform when no records are found such as...
  37577.     display dialog "Sorry, the item you selected could not be found."
  37578.     return
  37579. end try
  37580. New Packagef
  37581. QuickTime
  37582. Dev.CD Feb 00 TC
  37583. D.All Packages
  37584. Tool Chest Edition
  37585. New & RevisedF
  37586. DrawSprocketTestI
  37587. This sample shows basic implementations of DrawSprocket Functions.  It demonstrates:
  37588. - Get Version
  37589. - Display/context iteration
  37590. - Context searching
  37591. - Multiple-buffering/page flipping
  37592. - CLUT operations
  37593. - DSpUserSelectContext
  37594. - Underlays
  37595. - Single BufferingJ^DrawSprocketTest
  37596. DrawSprocketTest.c
  37597. DrawSprocketTest.CW2.prj
  37598. DrawSprocketTest.CW5.prj
  37599. makefileK
  37600. Feb 00Sample Code:Games:DrawSprocketTest:V
  37601. 5919X
  37602. New Package
  37603. All Packages
  37604. QuickDraw GXO
  37605. Dev.CD Jan 96 SDK1P
  37606. Dev.CD Jan 96 SDKV
  37607. 6274X
  37608. Jan 96
  37609. g--set theItem to choose file -- uncomment to test in an AS editor
  37610.     tell application "Finder"
  37611.         open item "Dev.CD Jan 96 SDK1"
  37612.         activate
  37613.     end tell
  37614. on error errMsg number errNum
  37615.     --enter statements to perform when no records are found such as...
  37616.     display dialog "Sorry, the item you selected could not be found."
  37617.     return
  37618. end try
  37619. All Packages
  37620. QuickDraw GXO
  37621. Dev.CD Jan 96 SDK1P
  37622. Dev.CD Jan 96 SDKV
  37623. 6275X
  37624. Jan 96
  37625. g--set theItem to choose file -- uncomment to test in an AS editor
  37626.     tell application "Finder"
  37627.         open item "Dev.CD Jan 96 SDK1"
  37628.         activate
  37629.     end tell
  37630. on error errMsg number errNum
  37631.     --enter statements to perform when no records are found such as...
  37632.     display dialog "Sorry, the item you selected could not be found."
  37633.     return
  37634. end try
  37635. All Packages
  37636. QuickDraw GXO
  37637. Dev.CD Jan 96 SDK1V
  37638. 6276X
  37639. f--set theItem to choose file -- uncomment to test in an AS editor
  37640.     tell application "Finder"
  37641.         open item "Dev.CD Jan 96 SSW"
  37642.         activate
  37643.     end tell
  37644. on error errMsg number errNum
  37645.     --enter statements to perform when no records are found such as...
  37646.     display dialog "Sorry, the item you selected could not be found."
  37647.     return
  37648. end try
  37649. ound such as...
  37650.     display dialog "Sorry, the item you selected could not be found."
  37651.     return
  37652. end try
  37653. All Packages
  37654. System Enabler 065 (LC 575)O
  37655. Dev.CD Apr 94P
  37656. Dev.CD Apr 9V
  37657. 4822X
  37658. Apr 94
  37659. b--set theItem to choose file -- uncomment to test in an AS editor
  37660.     tell application "Finder"
  37661.         open item "Dev.CD Apr 94"
  37662.         activate
  37663.     end tell
  37664. on error errMsg number errNum
  37665.     --enter statements to perform when no records are found such as...
  37666.     display dialog "Sorry, the item you selected could not be found."
  37667.     return
  37668. end try
  37669. All Packages
  37670. 4823X
  37671. 5921X
  37672. Feb 00^
  37673. --set theItem to choose file -- uncomment to test in an AS editor
  37674.     tell application "Finder"
  37675.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Driver Installer:"
  37676.         activate
  37677.     end tell
  37678. on error errMsg number errNum
  37679.     --enter statements to perform when no records are found such as...
  37680.     display dialog "Sorry, the item you selected could not be found."
  37681.     return
  37682. end try
  37683. e    No Changeq
  37684. Dev.CD Feb 00 TC
  37685. D!All Packages
  37686. Tool Chest Edition
  37687. DriverGestaltExplorerI
  37688. DriverGestaltExplorer is both sample code showing how to call Driver Gestalt and a useful tool for testing your block device driver
  37689. s support of Driver Gestalt.J'Sample Code.img
  37690. Windows Sample Code.imgK
  37691. Jun 98NBdevice, driver, block, storage, Drive,r Gestalt, CD-ROM, hard diskO
  37692. Dev.CD Feb 00 TC:Sample Code:P
  37693. Dev.CD Feb 00 TC
  37694.  - Sample CodeV
  37695. 5922X
  37696. Feb 00^
  37697. J!Games:
  37698. Networking:
  37699. Text:
  37700. Toolbox:K
  37701. Jun 97O*Dev.CD Jun 97 SSW:What's New?:Sample Code:P/Dev.CD Jun 97 SSW
  37702.  - What's New?
  37703.  - Sample Code
  37704. written
  37705. xfcns
  37706. xmodem
  37707. xresult
  37708. yahoo
  37709. years
  37710. yes/no
  37711. aspects
  37712. assembled
  37713. assembler
  37714. assemblers
  37715. assembly
  37716. assembly-language
  37717. assembly-level
  37718. assigned
  37719. assignments
  37720. assist
  37721. assistance
  37722. assistant
  37723. assistants
  37724. assists
  37725. associated
  37726. association
  37727. assume
  37728. assumption
  37729. assure
  37730. asyncdriversample
  37731. asynchronous
  37732. asynchronous
  37733. background
  37734. networking
  37735. macintosh
  37736. harry
  37737. asynchronously
  37738. williams
  37739. windoid
  37740. use-nvramrc
  37741. Drive Setup
  37742. Drive Setup GuideK
  37743. May 96L
  37744. Feb 99N
  37745. Disk, Drive Setup, AidO2Dev.CD Dec 99 RL Disk 1:Utilities:Drive Utilities:P7Dev.CD Dec 99 RL Disk 1
  37746.  - Utilities
  37747.  - Drive UtilitiesV
  37748. 5920X
  37749. Dec 99^    RL Disk 1
  37750. --set theItem to choose file -- uncomment to test in an AS editor
  37751.     tell application "Finder"
  37752.         open item "Dev.CD Dec 99 RL Disk 1:Utilities:Drive Utilities:"
  37753.         activate
  37754.     end tell
  37755. on error errMsg number errNum
  37756.     --enter statements to perform when no records are found such as...
  37757.     display dialog "Sorry, the item you selected could not be found."
  37758.     return
  37759. end try
  37760. e    No Changef
  37761. Drive Setup
  37762. Dev.CD Dec 99 RL Disk 1
  37763. D!All Packages
  37764. Tool Chest Edition
  37765. Driver Installer
  37766.     rNum
  37767.     --enter statements to perform when no records are found such as...
  37768.     display dialog "Sorry, the item you selected could not be found."
  37769.     return
  37770. end try
  37771. D!All Packages
  37772. Tool Chest Edition
  37773. Fragment Tool
  37774.     er from an HFS+ volume.
  37775.  Imaging a fo
  37776. --set theItem to choose file -- uncomment to test in an AS editor
  37777.     tell application "Finder"
  37778.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:"
  37779.         activate
  37780.     end tell
  37781. on error errMsg number errNum
  37782.     --enter statements to perform when no records are found such as...
  37783.     display dialog "Sorry, the item you selected could not be found."
  37784.     return
  37785. end try
  37786. ot/ppp
  37787. ot/ppp
  37788. transport
  37789. otfifo
  37790. otlifo
  37791. otlink
  37792. otoptionmanagment
  37793. override
  37794. override
  37795. quickdraw
  37796. table
  37797. resource
  37798. overview
  37799. package
  37800. packages
  37801. palette
  37802. palette
  37803. color
  37804. depth
  37805. batch
  37806. processing
  37807. optimizing
  37808. conditio
  37809. panel
  37810. passphrase
  37811. password
  37812. patch
  37813. pbclock
  37814. location
  37815. manager
  37816. eject
  37817. action
  37818. module
  37819. driver
  37820. loader
  37821. pcmcia
  37822. All Packages
  37823. Dev.CD Apr 93P
  37824. Dev.CD Apr 9V
  37825. 5295X
  37826. Apr 93
  37827. b--set theItem to choose file -- uncomment to test in an AS editor
  37828.     tell application "Finder"
  37829.         open item "Dev.CD Apr 93"
  37830.         activate
  37831.     end tell
  37832. on error errMsg number errNum
  37833.     --enter statements to perform when no records are found such as...
  37834.     display dialog "Sorry, the item you selected could not be found."
  37835.     return
  37836. end try
  37837. All Packages
  37838. 7.1 (PB 145B)O
  37839. Dev.CD Jul 93P
  37840. Dev.CD Jul 9V
  37841. 5296X
  37842. Jul 93
  37843. b--set theItem to choose file -- uncomment to test in an AS editor
  37844.     tell application "Finder"
  37845.         open item "Dev.CD Jul 93"
  37846.         activate
  37847.     end tell
  37848. on error errMsg number errNum
  37849.     --enter statements to perform when no records are found such as...
  37850.     display dialog "Sorry, the item you selected could not be found."
  37851.     return
  37852. end try
  37853. All Packages
  37854. 7.1 (PB 145B)O
  37855. Dev.CD Jul 93P
  37856. Dev.CD Jul 9V
  37857. 5297X
  37858. Jul 93
  37859. p--set theItem to choose file -- uncomment to test in an AS editor
  37860.     tell application "Finder"
  37861.         open item "Dev.CD Jan 95
  37862. Dev.CD Oct 94"
  37863.         activate
  37864.     end tell
  37865. on error errMsg number errNum
  37866.     --enter statements to perform when no records are found such as...
  37867.     display dialog "Sorry, the item you selected could not be found."
  37868.     return
  37869. end try
  37870.   activate
  37871.     end tell
  37872. on error errMsg number errNum
  37873.     --enter statements to perform when no records are found such as...
  37874.     display dialog "Sorry, the item you selected could not be found."
  37875.     return
  37876. end try
  37877. All Packages
  37878. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  37879. Dev.CD Jan 94
  37880. Dev.CD Oct 93
  37881. Dev.CD Jul 93P6Dev.CD Apr 94
  37882. Dev.CD Jan 94
  37883. Dev.CD Oct 93
  37884. Dev.CD Jul 9V
  37885. 4895X
  37886. Apr 94
  37887. system
  37888. enabler
  37889. system
  37890. enabler
  37891. mactv
  37892. system
  37893. picker
  37894. system
  37895. update
  37896. taiwan
  37897. taiwan
  37898. chinese
  37899. option
  37900. 6.0.3
  37901. computer's
  37902. computer-aided
  37903. computer-based
  37904. computers
  37905. computing
  37906. concentrate
  37907. concentric
  37908. concepts
  37909. conceptual
  37910. concern
  37911. concerns
  37912. concerted
  37913. concordia
  37914. concrete
  37915. concurrent
  37916. concurrently
  37917. condition
  37918. conditional
  37919. conditions
  37920. condone
  37921. conference
  37922. configure
  37923. configured
  37924. Summary:
  37925. Collection of Mac OS 8 and 9 books. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and 9 updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  37926. ----------------------
  37927. What's New and Updated
  37928. ---------------------
  37929. [UPDATED] Programming with the Text Encoding Converter Manager
  37930. This document describes the Text Encoding Converter Manager through version 1.5. You will find it 
  37931. helpful to read "Programming With the Text Encoding Conversion Manager" if you develop Internet applications, such as Web browsers or e-mail applications; applications that transfer text across different platforms; or applications based in Unicode.
  37932. [NEW] Configuring Game Input Devices with InputSprocket
  37933. This preliminary document describes version 1.7 of the InputSprocket programming interface, which simplifies the configuration of game input devices such as joysticks or gamepads.
  37934. [NEW] 
  37935. informational
  37936. informixeoadaptor
  37937. infrared
  37938. inherit
  37939. inheritance
  37940. rce calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  37941.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  37942. inactive
  37943. index
  37944. indian
  37945. information
  37946. inline
  37947. input
  37948. inputsprocket
  37949. inputsprocket
  37950. drawsprocket
  37951. soundsprocket
  37952. sound
  37953. inputsprocket
  37954. needs
  37955. elements
  37956. buttons
  37957. inside
  37958. inside
  37959. inside
  37960. macintosh
  37961. installer
  37962. instance
  37963. instrumentation
  37964. instrumentation
  37965. performance
  37966. analysis
  37967. integrity
  37968. interactive
  37969. interface
  37970. high-leve@
  37971. analyzing@
  37972. and/or@
  37973. animators@
  37974. anymore@
  37975. apple
  37976. apple
  37977. detectors
  37978. technology
  37979. scans
  37980. searchi@
  37981. appletalk/ip@
  37982. applications@
  37983. arbitrary@
  37984. arrived@
  37985. asip@
  37986. aslm@
  37987. authoring@
  37988. autoguest
  37989. control
  37990. panel
  37991. attempts
  37992. prevent
  37993. bare@
  37994. beaker@
  37995. beyond@
  37996. bringing@
  37997. butcdef@
  37998. call@
  37999. --set theItem to choose file -- uncomment to test in an AS editor
  38000.     tell application "Finder"
  38001.         open item "Dev.CD Apr 94
  38002. Dev.CD Jan 94
  38003. Dev.CD Oct 93
  38004. Dev.CD Jul 93"
  38005.         activate
  38006.     end tell
  38007. on error errMsg number errNum
  38008.     --enter statements to perform when no records are found such as...
  38009.     display dialog "Sorry, the item you selected could not be found."
  38010.     return
  38011. end try
  38012. ressler
  38013. restartW
  38014. restarted
  38015. restarting
  38016. restarts
  38017. restore
  38018. restored
  38019. restructured
  38020. restructuring
  38021. result
  38022. resulting
  38023. results
  38024. resume
  38025. resuming
  38026. retail
  38027. e    No Changef<device
  38028. driver
  38029. block
  38030. storage
  38031. Drive,r Gestalt
  38032. CD-ROM
  38033. hard diskq
  38034. Dev.CD Feb 00 TC
  38035. D.All Packages
  38036. Tool Chest Edition
  38037. New & RevisedF    DroneZone
  38038. DroneZone is a QD3D application which was designed to use SoundSprocket to demonstrate 3D sound. It also became a good demonstration of InputSprocket, especially in this latest version. The DrawSprocket code is currently disabled, and should not be used as a DrawSprocket reference (SprocketInvaders is a much better choice for sample code to learn DrawSprocket). The QD3D code in DroneZone was written for QD3D 1.0, and until the code is updated, also should not be used as the foundation of ats you pick characters for format string from a palette.
  38039.  works with any script system.
  38040.  displays sample numbers to give you immediate feedback.
  38041. Issues:  Provided by Michael Hecht, SAS.
  38042. FMAT Editor.imgK
  38043. Jan 94M
  38044. ResEditN(number formatting, ResEdit, localizationO5Dev.CD Feb 00 TC:Tool Chest:Localization:FMAT Editor:
  38045. resources
  38046. respect
  38047. respective
  38048. respectively
  38049. respond
  38050. response
  38051. responses
  38052. responsible
  38053. ressler
  38054. restartW
  38055. restarted
  38056. restarting
  38057. restarts
  38058. restore
  38059. restored
  38060. restructured
  38061. restructuring
  38062. result
  38063. resulting
  38064. results
  38065. resume
  38066. resumegl
  38067. resuming
  38068. retail
  38069. Summary:  The QTVR Beta-Level Tools are for use in creating QuickTime VR content.  The tools are beta-level and unsupported. Source code for these tools is available in the folder QTVR Beta-Level Tools Source. 
  38070. Make QTVR Object takes input in the form of a QuickTime movie with frames that are photographs of, or views of, an object. It combines these photographs or views into a single QuickTime VR object. 
  38071. Make QTVR Panorama takes input in the form of a PICT file generated by a computer g
  38072. raphics program or a scanned wide-angle or panoramic photo. It converts the PICT into a QuickTime VR panorama.
  38073. These tools:
  38074.  Make it easy for computer graphics program users to create QuickTime VR content.
  38075.  Make it easy for photographers to convert photographs of an object into a QTVR object, and to convert wide-angle or panoramic photos into a QTVR panorama. 
  38076.  Do not support stitching of photos, the creation of "hot spots" on panoramas, or the combination of panoramas and/or objects i
  38077. All Packages
  38078. 7.5.2 (7200/9500)O
  38079. Dev.CD Oct 95 SSWP
  38080. Dev.CD Oct 95 SSV
  38081. 5442X
  38082. Oct 95
  38083. f--set theItem to choose file -- uncomment to test in an AS editor
  38084.     tell application "Finder"
  38085.         open item "Dev.CD Oct 95 SSW"
  38086.         activate
  38087.     end tell
  38088. on error errMsg number errNum
  38089.     --enter statements to perform when no records are found such as...
  38090.     display dialog "Sorry, the item you selected could not be found."
  38091.     return
  38092. end try
  38093. All Packages
  38094. 7.5.2 (7200/9500)O
  38095. Dev.CD Oct 95 SSWP
  38096. Dev.CD Oct 95 SSV
  38097. 5443X
  38098. Oct 95
  38099. f--set theItem to choose file -- uncomment to test in an AS editor
  38100.     tell application "Finder"
  38101.         open item "Dev.CD Oct 95 SSW"
  38102.         activate
  38103.     end tell
  38104. on error errMsg number errNum
  38105.     --enter statements to perform when no records are found such as...
  38106.     display dialog "Sorry, the item you selected could not be found."
  38107.     return
  38108. end try
  38109. All Packages
  38110. 7.5.2 (7200/9500)O
  38111. Dev.CD Apr 96 SSWV
  38112. 5444X
  38113. 6288X
  38114. Aug 96
  38115. x--set theItem to choose file -- uncomment to test in an AS editor
  38116.     tell application "Finder"
  38117.         open item "Dev.CD Aug 96 TC
  38118. Dev.CD Jan 96 SDK1"
  38119.         activate
  38120.     end tell
  38121. on error errMsg number errNum
  38122.     --enter statements to perform when no records are found such as...
  38123.     display dialog "Sorry, the item you selected could not be found."
  38124.     return
  38125. end try
  38126. All Packages
  38127. QuickDraw GXO#Dev.CD Aug 96 TC
  38128. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  38129. Dev.CD Jan 96 SDKV
  38130. 6289X
  38131. Aug 96
  38132. x--set theItem to choose file -- uncomment to test in an AS editor
  38133.     tell application "Finder"
  38134.         open item "Dev.CD Aug 96 TC
  38135. Dev.CD Jan 96 SDK1"
  38136.         activate
  38137.     end tell
  38138. on error errMsg number errNum
  38139.     --enter statements to perform when no records are found such as...
  38140.     display dialog "Sorry, the item you selected could not be found."
  38141.     return
  38142. end try
  38143. All Packages
  38144. QuickDraw GXV
  38145. 6290X
  38146. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  38147. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  38148. JGAbout Driver Installer
  38149. About Driver Installer.txt
  38150. Installer for DriversK
  38151. Vol IVO5Dev.CD Feb 00 TC:Tool Chest:Devices:Driver Installer:P=Dev.CD Feb 00 TC
  38152.  - Tool Chest
  38153.  - Devices
  38154.  - Driver Installer
  38155. r--set theItem to choose file -- uncomment to test in an AS editor
  38156.     tell application "Finder"
  38157.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38158.         activate
  38159.     end tell
  38160. on error errMsg number errNum
  38161.     --enter statements to perform when no records are found such as...
  38162.     display dialog "Sorry, the item you selected could not be found."
  38163.     return
  38164. end try
  38165. ot be found."
  38166.     return
  38167. end try
  38168. e    No Changef
  38169. printer selected chooserq
  38170. Dev.CD Feb 00 TC
  38171. D!All Packages
  38172. Tool Chest Edition
  38173. FMAT Editor
  38174.     5N*DisposeResource debugging resource handlesOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  38175.  - Tool Chest
  38176.  - Testing & Debugging
  38177.  - Memory ManagementV
  38178. 2240X
  38179. Feb 00^
  38180. drivers
  38181. drives
  38182. driving
  38183. dronezone
  38184. dronezone
  38185. application
  38186. which
  38187. designed
  38188. dropW
  38189. dumpnetworksetup
  38190. dumps
  38191. entire
  38192. contents
  38193. network
  38194. dumps
  38195. duplicate
  38196. during
  38197. dykstra-erickson
  38198. dylan
  38199. dynamic
  38200. dynamically
  38201. dynamo
  38202. e-mail
  38203. earlier
  38204. earth
  38205. ease-of-use
  38206. easier
  38207. easily
  38208. easing
  38209. quickdraw
  38210. viewer
  38211. thompson
  38212. easy-to-use
  38213. eaxmple
  38214. edgar
  38215. All Packages
  38216. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  38217. Dev.CD Jan 94
  38218. Dev.CD Oct 93P(Dev.CD Apr 94
  38219. Dev.CD Jan 94
  38220. Dev.CD Oct 9V
  38221. 6781X
  38222. Apr 94
  38223. ~--set theItem to choose file -- uncomment to test in an AS editor
  38224.     tell application "Finder"
  38225.         open item "Dev.CD Apr 94
  38226. Dev.CD Jan 94
  38227. Dev.CD Oct 93"
  38228.         activate
  38229.     end tell
  38230. on error errMsg number errNum
  38231.     --enter statements to perform when no records are found such as...
  38232.     display dialog "Sorry, the item you selected could not be found."
  38233.     return
  38234. end try
  38235. All Packages
  38236. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  38237. Dev.CD Jan 94
  38238. Dev.CD Oct 93
  38239. Dev.CD Jul 93P6Dev.CD Apr 94
  38240. Dev.CD Jan 94
  38241. Dev.CD Oct 93
  38242. Dev.CD Jul 9V
  38243. 6782X
  38244. Apr 94
  38245. at-attachment
  38246. however
  38247. hp-ux
  38248. htmlrenderinglib
  38249. htmlsample
  38250. htmlsample
  38251. application
  38252. illustrating
  38253. tell application "Finder"
  38254.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38255.         activate
  38256.     end tell
  38257. on error errMsg number errNum
  38258.     --enter statements to perform when no records are found such as...
  38259.     display dialog "Sorry, the item you selected could not be found."
  38260.     return
  38261. end try
  38262. e    No Changef!Finder
  38263. display folder
  38264. launchq
  38265. Dev.CD Feb 00 TC
  38266. D!All Packages
  38267. Tool Chest Edition
  38268. FindPrinter
  38269. All Packages
  38270. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  38271. Dev.CD Jan 94
  38272. Dev.CD Oct 93
  38273. Dev.CD Jul 93P6Dev.CD Apr 94
  38274. Dev.CD Jan 94
  38275. Dev.CD Oct 93
  38276. Dev.CD Jul 9V
  38277. 6775X
  38278. Apr 94
  38279. --set theItem to choose file -- uncomment to test in an AS editor
  38280.     tell application "Finder"
  38281.         open item "Dev.CD Apr 94
  38282. Dev.CD Jan 94
  38283. Dev.CD Oct 93
  38284. Dev.CD Jul 93"
  38285.         activate
  38286.     end tell
  38287. on error errMsg number errNum
  38288.     --enter statements to perform when no records are found such as...
  38289.     display dialog "Sorry, the item you selected could not be found."
  38290.     return
  38291. end try
  38292. All Packages
  38293. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  38294. Dev.CD Jan 94
  38295. Dev.CD Oct 93
  38296. Dev.CD Jul 93P6Dev.CD Apr 94
  38297. Dev.CD Jan 94
  38298. Dev.CD Oct 93
  38299. Dev.CD Jul 9V
  38300. 6776X
  38301. Apr 94
  38302. virtual
  38303. virtually
  38304. viruses
  38305. visemrj
  38306. visibility
  38307. visible
  38308. visigenic
  38309. --set theItem to choose file -- uncomment to test in an AS editor
  38310.     tell application "Finder"
  38311.         open item "Dev.CD Vol. X
  38312. Dev.CD Vol. IX
  38313. Dev.CD Vol. VIII
  38314. Dev.CD Vol. VII
  38315. Dev CD Vol. VI
  38316. Dev CD Vol. V
  38317. Dev CD Vol. IV Developer CD (III)
  38318. Developer CD (II)
  38319. Excellent CD (I)"
  38320.         activate
  38321.     end tell
  38322. on error errMsg number errNum
  38323.     --enter statements to perform when no records are found such as...
  38324.     display dialog "Sorry, the item you selected could not be found."
  38325.     return
  38326. nd try
  38327. ,PsDev.CD Feb 00 TC
  38328.  - Tool Chest
  38329.  - Development Kits
  38330.  - HyperCard Related
  38331.  - XCMDs & XFCNs
  38332.  - Apple Event XCMDs 1.0b3V
  38333. 5747X
  38334. Feb 00^
  38335. --set theItem to choose file -- uncomment to test in an AS editor
  38336.     tell application "Finder"
  38337.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:"
  38338.         activate
  38339.     end tell
  38340. on error errMsg number errNum
  38341.     --enter statements to perform when no records are found such as...
  38342.     display dialog "Sorry, the item you selected could not be found."
  38343.     return
  38344. end try
  38345. e    No Changeq
  38346. Dev.CD Feb 00 TC
  38347. All Packages
  38348. Apple Grayscale Appearance
  38349. 5748X
  38350. ound."
  38351.     return
  38352. end try
  38353. Deletedq
  38354. Dev.CD Nov 99 TC
  38355. D!All Packages
  38356. Tool Chest Edition
  38357. Robix & sources
  38358. w--set theItem to choose file -- uncomment to test in an AS editor
  38359.     tell application "Finder"
  38360.         open item "Developer CD (II)
  38361. Excellent CD (I)"
  38362.         activate
  38363.     end tell
  38364. on error errMsg number errNum
  38365.     --enter statements to perform when no records are found such as...
  38366.     display dialog "Sorry, the item you selected could not be found."
  38367.     return
  38368. end try
  38369. xperienced Macintosh hardware and software developers with general information about the product. 
  38370. J/Workgroup Server 9150
  38371. Workgroup_Server_9650.pdfK
  38372. Oct 97L
  38373. Oct 97N}Apple servers, 9650/350, Workgroup Server, server, server developer note, 100BaseTx Ethernet, network server, internet serverOADev.CD Mar 98 RL:Technical Documentation:Developer Notes:Servers:PIDev.CD Mar 98 RL
  38374.  - Technical Documentation
  38375.  - Developer Notes
  38376.  - Servers
  38377. change@
  38378. deleted@
  38379. change@
  38380. package@
  38381. apple@
  38382. AppleScript SDK 1.3.4
  38383. Summary:  AppleScript is an easy-to-use scripting language that is as consistent across applications as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  38384. This package contains documentation (u
  38385. Dev.CD Apr 9V
  38386. 4532X
  38387. Jul 93
  38388. p--set theItem to choose file -- uncomment to test in an AS editor
  38389.     tell application "Finder"
  38390.         open item "Dev.CD Jul 93
  38391. Dev.CD Apr 93"
  38392.         activate
  38393.     end tell
  38394. on error errMsg number errNum
  38395.     --enter statements to perform when no records are found such as...
  38396.     display dialog "Sorry, the item you selected could not be found."
  38397.     return
  38398. end try
  38399. All Packages
  38400. F    QuickTimeO
  38401. Dev.CD Jul 93V
  38402. 4533X
  38403. O9Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DroneZone:PDDev.CD Feb 00 TC
  38404.  - What's New?
  38405.  - Sample Code
  38406.  - Games
  38407.  - DroneZone.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:"
  38408.         activate
  38409.     end tell
  38410. on error errMsg number errNum
  38411.     --enter statements to perform when no records are found such as...
  38412.     display dialog "Sorry, the item you selected could not be found."
  38413.     return
  38414. end try
  38415. e Setup
  38416. Dev.CD Dec 99 RL Disk 1
  38417. D!All Packages
  38418. Tool Chest Edition
  38419. Driver Installer
  38420. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  38421. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  38422.     No Change
  38423. 5923X
  38424. Feb 00^
  38425. --set theItem to choose file -- uncomment to test in an AS editor
  38426.     tell application "Finder"
  38427.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DroneZone:"
  38428.         activate
  38429.     end tell
  38430. on error errMsg number errNum
  38431.     --enter statements to perform when no records are found such as...
  38432.     display dialog "Sorry, the item you selected could not be found."
  38433.     return
  38434. end try
  38435. New Packagef6InputSprocket
  38436. DrawSprocket
  38437. SoundSprocket
  38438. 3D Sound
  38439. QD3Dq
  38440. Dev.CD Feb 00 TC
  38441. D!All Packages
  38442. Tool Chest Edition
  38443. PS 1.1.3
  38444. FinderLaunch
  38445. RA routine for sending an open documents Apple event to the finder.  This routine provides functionality equivalent to selecting a document/file/application and choosing the open command in the Finder's file menu. 
  38446. allows application to tell the finder to open and display the contents of folders, launch applications, and open documents.
  38447.     No Change
  38448.  real project.
  38449. It has not been extensively tested. It is code written by the sprockets engineers, expressly to demonstrate the sprockets. The InputSprocket code in this version is solid, and was specifically designed to be similar to a flightsim so that those who are working on a project with flight-sim like controls can use the InputSprocket code almost verbatim.
  38450. You will need to download InputSprocket 1.2.1 in order to build this project.
  38451. DroneZone
  38452. DroneZone Release Notes.doc
  38453. DroneZone.CW2.prj
  38454. DroneZone.CW5.prj
  38455. DZAutoDrone.3DMF
  38456. DZAutoDroneBurn.3DMF
  38457. DZAutoDroneExpl.3DMF
  38458. DZDisplay.c
  38459. DZDisplay.h
  38460. DZDrone.c
  38461. DZDrone.h
  38462. DZEvenMoreResources.r
  38463. DZEvents.c
  38464. DZEvents.h
  38465. DZGame.c
  38466. DZGame.h
  38467. DZInput.c
  38468. DZInput.h
  38469. DZISpPresets.r
  38470. DZISpPresets.rsrc
  38471. DZKeyCap.h
  38472. DZMain.c
  38473. DZMain.h
  38474. DZMenu.c
  38475. DZMenu.h
  38476. DZMoreResources.r
  38477. DZPrefix.h
  38478. DZResource.h
  38479. DZResource.rsrc
  38480. DZSound.c
  38481. DZSound.h
  38482. DZSound.rsrc
  38483. DZSpace.c
  38484. DZSpace.h
  38485. DZThumbprint.h
  38486. DZUtils.c
  38487. DZUtils.h
  38488. DZVersionB
  38489. Feb 00
  38490. dzkeycap
  38491. dzmain
  38492. dzmain
  38493. dzmain
  38494. dzmenu
  38495. dzmenu
  38496. dzmenu
  38497. dzmoreresources
  38498. dzmoreresources
  38499. dzprefix
  38500. dzprefix
  38501. dzresource
  38502. dzresource
  38503. dzresource
  38504. dzsound
  38505. dzsound
  38506. dzsound
  38507. dzsound
  38508. dzspace
  38509. dzspace
  38510. dzspace
  38511. dzthumbprint
  38512. dzthumbprint
  38513. dzutils
  38514. dzutils
  38515. dzutils
  38516. dzversion
  38517. dzversion
  38518. e-spanish
  38519. easyview
  38520. dialog "Sorry, the item you selected could not be found."
  38521.     return
  38522. end try
  38523. l Packages
  38524. Tool Chest Edition
  38525. PS 1.1.3
  38526. MUQuickDraw 3D, GameSprockets, and either Universal Interfaces 3.3 or GameSprockets SDKN:InputSprocket, DrawSprocket, SoundSprocket, 3D Sound, QD3D An XCMD which can send all known FinderEvents from Hypercard 2.1 including Pascal source code.
  38527. Features: Uses Finder custom AppleEvents to make Finder execute functions. Has ability to launch apps on remote machines!J+FinderEvents
  38528. FinderEvents 1.2 Release NotesK
  38529. Jan 92M
  38530. Hypercard 2.1, System 7O^Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:PlDev.CD Feb 00 TC
  38531.  - Tool Chest
  38532.  - Development Kits
  38533.  - HyperCard Related
  38534.  - XCMDs & XFCNs
  38535.  - FinderEvents 1.2V
  38536. 4098X
  38537. Feb 00^
  38538. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  38539. PS 1.1.3:PFDev.CD Nov 99 TC
  38540.  - Tool Chest
  38541.  - Developer Utilities
  38542.  - Drop
  38543. PS 1.1.3
  38544. Summary:  The System 7.5.5 Update is a set of system software enhancements that improves the reliability and performance of all Macintosh and Mac OS-compatible computers running system software version 7.5.3.  The System 7.5.5 Update also includes all of the improvements delivered with System 7.5.3 Revision 2.  Therefore, it is not necessary to install System 7.5.3 Revision 2 before installing System 7.5.5 Update.
  38545. Apple recommends that all customers who are currently using System 7.5.3 sh
  38546. Tould install the System 7.5.5 Update.  If you are using a system software version prior to System 7.5.3, you must upgrade to System 7.5.3 before you install this update.  (If you are using System 7.5, 7.5.1, or 7.5.2, you can use System 7.5 Update 2.0 to upgrade to System 7.5.3.).
  38547. See the document "About System 7.5.5 Update" for details.
  38548. JO009-4525 (Disk 1)
  38549. 009-4526 (Disk 2)
  38550. 009-4527 (Disk 3)
  38551. About System 7.5.5 UpdateK
  38552. Nov 96O5Dev.CD Nov 99 TC:System Software:System 7.5.5 Update:
  38553. Summary:  Drop
  38554. PS provides the ability to download PostScript text files, as well as EPS (Encapsulated PostScript) files, to a network-connected PostScript printer. Files may be downloaded in the background, and entire folders or disks may be downloaded as well.
  38555. Features:  This updated version fixes a bug which prevented Drop
  38556. PS from seeing printers in zones other than the default one.
  38557. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for aBbny problems you may encounter in its use.  
  38558. PS is freeware, provided by Bare Bones Software.
  38559. J-!NOT AN APPLE PRODUCT!:
  38560. About Drop
  38561. Nov 94L
  38562. Sep 95M
  38563. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  38564. PS 1.1.3:PFDev.CD Nov 99 TC
  38565.  - Tool Chest
  38566.  - Developer Utilities
  38567.  - Drop
  38568. PS 1.1.3 HTML file so it will skip the HTML Tags and re
  38569. 5924X
  38570. Nov 99^
  38571. --set theItem to choose file -- uncomment to test in an AS editor
  38572.     tell application "Finder"
  38573.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  38574. PS 1.1.3:"
  38575.         activate
  38576.     end tell
  38577. on error errMsg number errNum
  38578.     --enter statements to perform when no records are found such as...
  38579.     display dialog "Sorry, the item you selected could not be found."
  38580.     return
  38581. end try
  38582. Deletedq
  38583. Dev.CD Nov 99 TC
  38584. D(All Packages
  38585. Reference Library Edition
  38586. DropDiskIxSummary:  DropDisk is an application that mounts disk images on the desktop.  See the file "About DropDisk" for details.J
  38587. About DropDisk
  38588. DropDiskK
  38589. Jan 95O*Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:P/Dev.CD Dec 99 RL
  38590.  - Utilities
  38591.  - DropDisk 1.0b5V
  38592. 5925X
  38593. Dec 99^
  38594. All Packages
  38595. 7.5.2 (7200/9500)O
  38596. Dev.CD Oct 95 SSWP
  38597. Dev.CD Oct 95 SSV
  38598. 5437X
  38599. Oct 95
  38600. f--set theItem to choose file -- uncomment to test in an AS editor
  38601.     tell application "Finder"
  38602.         open item "Dev.CD Oct 95 SSW"
  38603.         activate
  38604.     end tell
  38605. on error errMsg number errNum
  38606.     --enter statements to perform when no records are found such as...
  38607.     display dialog "Sorry, the item you selected could not be found."
  38608.     return
  38609. end try
  38610. All Packages
  38611. 7.5.2 (7200/9500)O
  38612. Dev.CD Oct 95 SSWP
  38613. Dev.CD Oct 95 SSV
  38614. 5438X
  38615. Oct 95
  38616. f--set theItem to choose file -- uncomment to test in an AS editor
  38617.     tell application "Finder"
  38618.         open item "Dev.CD Oct 95 SSW"
  38619.         activate
  38620.     end tell
  38621. on error errMsg number errNum
  38622.     --enter statements to perform when no records are found such as...
  38623.     display dialog "Sorry, the item you selected could not be found."
  38624.     return
  38625. end try
  38626. All Packages
  38627. 7.5.2 (7200/9500)O
  38628. Dev.CD Oct 95 SSWV
  38629. 5439X
  38630. packages
  38631. Dev.CD Jan 9V
  38632. 6376X
  38633. Jan 94
  38634. b--set theItem to choose file -- uncomment to test in an AS editor
  38635.     tell application "Finder"
  38636.         open item "Dev.CD Jan 94"
  38637.         activate
  38638.     end tell
  38639. on error errMsg number errNum
  38640.     --enter statements to perform when no records are found such as...
  38641.     display dialog "Sorry, the item you selected could not be found."
  38642.     return
  38643. end try
  38644. All Packages
  38645. F    QuickTimeO
  38646. Dev.CD Jan 94P
  38647. Dev.CD Jan 9V
  38648. 6377X
  38649. Jan 94
  38650. b--set theItem to choose file -- uncomment to test in an AS editor
  38651.     tell application "Finder"
  38652.         open item "Dev.CD Jan 94"
  38653.         activate
  38654.     end tell
  38655. on error errMsg number errNum
  38656.     --enter statements to perform when no records are found such as...
  38657.     display dialog "Sorry, the item you selected could not be found."
  38658.     return
  38659. end try
  38660. All Packages
  38661. F    QuickTimeO
  38662. Dev.CD Jan 94P
  38663. Dev.CD Jan 9V
  38664. 6378X
  38665. Jan 94
  38666. tmlrenderinglib
  38667. packages
  38668. htmlrenderinglib
  38669. interleaving
  38670. international
  38671. international
  38672. glossaries
  38673. internationalization
  38674. internet
  38675. interrupt
  38676. interrupt
  38677. debugging
  38678. introduction
  38679. investment
  38680. iostreams
  38681. cd-rom
  38682. device
  38683. driver
  38684. keyboard
  38685. keyboard
  38686. kibitz
  38687. language
  38688. laserwriter
  38689. launch
  38690. layers
  38691. library
  38692. linking
  38693. loadable
  38694. loading
  38695. locales
  38696. localization
  38697. localized
  38698. location
  38699. location
  38700. configuration
  38701. setting
  38702. preference
  38703. switch
  38704. module
  38705. lproj
  38706. macapp
  38707. macapp
  38708. framework
  38709. object-oriented
  38710. classes
  38711. editor
  38712. resou
  38713. machine
  38714. macintosh
  38715. macintosh
  38716. powerbook
  38717. series
  38718. developers
  38719. powerpc
  38720. backside
  38721. asian
  38722. asic/fpga
  38723. aside
  38724. ment to test in an AS editor
  38725.     tell application "Finder"
  38726.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38727.         activate
  38728.     end tell
  38729. on error errMsg number errNum
  38730.     --enter statements to perform when no records are found such as...
  38731.     display dialog "Sorry, the item you selected could not be found."
  38732.     return
  38733. end try
  38734. Movedq
  38735. Dev.CD Feb 00 TC
  38736. D!All Packages
  38737. Tool Chest Edition
  38738. DumpARPCacheIBA tiny sample that shows how to view the Open Transport ARP cache.J'Sample Code.img
  38739. Windows Sample Code.imgK
  38740. May 98L
  38741. Jun 98M
  38742. OpenTransportN"OpenTransport, arp, cache, displayO
  38743. Dev.CD Feb 00 TC:Sample Code:P
  38744. Dev.CD Feb 00 TC
  38745.  - Sample CodeV
  38746. 2249X
  38747. Feb 00^
  38748. client-server
  38749. client/server
  38750. clients
  38751. clipboard
  38752. clipped
  38753. clipper
  38754. clipping
  38755. clock
  38756. clocksW
  38757. close
  38758. closeall
  38759. closed
  38760. closeport
  38761. closest
  38762. closing
  38763. clouseau
  38764. clues
  38765. clusters
  38766. cluts
  38767. clutwind
  38768. cmchoose
  38769. cmd-opt-o-f
  38770. glossaries
  38771. glossary
  38772. goodies
  38773. graphics
  38774. grayscale
  38775. guide
  38776. system
  38777. update
  38778. is snippet shows how to create and install your  own custom search procedure.  In this example, the searchProc performs RGB color separation.
  38779. SeedCFill Example:  This snippet shows how to use the SeedCFill routine.
  38780. Snapshot:  This program demonstrates how to easily capture the main screen's desktop image into your own window.
  38781. TE Over Background:  This sample shows how to use TextEdit over a background GWorld without those nasty white patches. The trick is to patch the bottlenecks for th
  38782. e port so that when TextEdit erases it just copies your bits rather than erasing.
  38783. Thumbnail Test:  a routine to illustrate the use of copybits to generate thumbnail images
  38784. TickAnimate:  Sample of how to use ticks to synchronize drawing to the screen.
  38785. TranslateRotate:  This MPW Tool demonstrates the use of the Fixed and Frac types to perform simple 2D translation and rotation.
  38786. txRatio PICT:  Creates a PICT file with a PICT containing the txRatio opcode.  Someone wanted such a picture, s
  38787. All Packages
  38788. Dev.CD Jul 99 SSWP
  38789. Dev.CD Jul 99 SSV
  38790. 5695X
  38791. Jul 99
  38792. f--set theItem to choose file -- uncomment to test in an AS editor
  38793.     tell application "Finder"
  38794.         open item "Dev.CD Jul 99 SSW"
  38795.         activate
  38796.     end tell
  38797. on error errMsg number errNum
  38798.     --enter statements to perform when no records are found such as...
  38799.     display dialog "Sorry, the item you selected could not be found."
  38800.     return
  38801. end try
  38802. All Packages
  38803. Dev.CD Jul 99 SSWP
  38804. Dev.CD Jul 99 SSV
  38805. 5696X
  38806. Jul 99
  38807. f--set theItem to choose file -- uncomment to test in an AS editor
  38808.     tell application "Finder"
  38809.         open item "Dev.CD Jul 99 SSW"
  38810.         activate
  38811.     end tell
  38812. on error errMsg number errNum
  38813.     --enter statements to perform when no records are found such as...
  38814.     display dialog "Sorry, the item you selected could not be found."
  38815.     return
  38816. end try
  38817. All Packages
  38818. Dev.CD Jul 99 SSWP
  38819. Dev.CD Jul 99 SSV
  38820. 5697X
  38821. Jul 99
  38822. +e    No Changef
  38823. Apple Events
  38824. AppleEventsq
  38825. Dev.CD Dec 99 RL Disk 1
  38826. ,D!All Packages
  38827. Tool Chest Edition
  38828. Apple Event XCMDs 1.0b3
  38829. Summary: This stack contains a collection of Apple Event XCMDs and handlers which can be used to send Apple events to Apple event-aware applications from HyperCard.  It replaces the SendAppleEvent XCMD stack which has been previously distributed via AppleLink and Apple's Developer CD.  Object specifiers and AERecords are  now supported in this stack!  With this HyperCard stack, you may easily create and send Apple events to an application.  By reading an application's 'aete' resource, whicBfh generates glue routines, you can "test drive" the application by sending it events that it supports.
  38830. J*Apple Event XCMDs b3
  38831. Apple Event XCMDs DocK
  38832. Nov 94OeDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:ge
  38833. MPW:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:V
  38834. 4588X
  38835. 1e    No Change
  38836. includes
  38837. dukemovie
  38838. dukemovie
  38839. dumpster
  38840. dutch
  38841. dutch
  38842. 1.1.3
  38843. development
  38844. primer
  38845. dzautodrone
  38846. dzautodrone
  38847. dzautodroneburn
  38848. dzautodroneburn
  38849. dzautodroneexpl
  38850. dzautodroneexpl
  38851. dzdisplay
  38852. dzdisplay
  38853. dzdisplay
  38854. dzdrone
  38855. dzdrone
  38856. dzdrone
  38857. dzevenmoreresources
  38858. dzevenmoreresources
  38859. dzevents
  38860. dzevents
  38861. dzevents
  38862. dzgame
  38863. dzgame
  38864. dzgame
  38865. dzinput
  38866. dzinput
  38867. dzinput
  38868. dzisppresets
  38869. dzisppresets
  38870. dzisppresets
  38871. dzkeycap
  38872.  Guide - File System Manager -- The documentation for the File System Manager in Apple DocViewer format.
  38873. Issues:  The File System Manager extension may be licensed for distribution from Apple Software Licensing.
  38874. summary
  38875. provides
  38876. ability
  38877. download
  38878. postscript
  38879. summary
  38880. dropdisk
  38881. application
  38882. mounts
  38883. images
  38884. summary
  38885. sample
  38886. illustrate
  38887. software
  38888. project
  38889. summary
  38890. edittextcdev
  38891. sample
  38892. control
  38893. panel
  38894. device
  38895. summary
  38896. evenbetterbuserror
  38897. helps
  38898. catch
  38899. reneg
  38900. summary
  38901. wanted
  38902. patch
  38903. high-level
  38904. langua
  38905. summary
  38906. example
  38907. building
  38908. simple
  38909. volumes
  38910. summary
  38911. finderheaps
  38912. debugging
  38913. allows
  38914. summary
  38915. years
  38916. chinese
  38917. input
  38918. bottleneck
  38919. summary
  38920. fragment
  38921. simple
  38922. application
  38923. designed
  38924. summary
  38925. gxgraphics
  38926. 1.1.6
  38927. extension
  38928. encompasses
  38929. summary
  38930. gxoverridetool
  38931. message
  38932. override
  38933. source
  38934. summary
  38935. noticed
  38936. there
  38937. isn't
  38938. effective
  38939. summary
  38940. hotsauce
  38941. technology
  38942. demonstration
  38943. based
  38944. ntosh
  38945. software
  38946. distributed
  38947. world
  38948. f--set theItem to choose file -- uncomment to test in an AS editor
  38949.     tell application "Finder"
  38950.         open item "Dev.CD Apr 97 SSW"
  38951.         activate
  38952.     end tell
  38953. on error errMsg number errNum
  38954.     --enter statements to perform when no records are found such as...
  38955.     display dialog "Sorry, the item you selected could not be found."
  38956.     return
  38957. end try
  38958.     display dialog "Sorry, the item you selected could not be found."
  38959.     return
  38960. end try
  38961. All Packages
  38962. System 7.5 Update 2.0O
  38963. Dev.CD Jul 96 SSWP
  38964. Dev.CD Jul 96 SSV
  38965. 4741X
  38966. Jul 96
  38967. f--set theItem to choose file -- uncomment to test in an AS editor
  38968.     tell application "Finder"
  38969.         open item "Dev.CD Jul 96 SSW"
  38970.         activate
  38971.     end tell
  38972. on error errMsg number errNum
  38973.     --enter statements to perform when no records are found such as...
  38974.     display dialog "Sorry, the item you selected could not be found."
  38975.     return
  38976. end try
  38977. All Packages
  38978. System 7.5 Update 2.0V
  38979. 4742X
  38980. 6518X
  38981. Feb 00^
  38982. r--set theItem to choose file -- uncomment to test in an AS editor
  38983.     tell application "Finder"
  38984.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38985.         activate
  38986.     end tell
  38987. on error errMsg number errNum
  38988.     --enter statements to perform when no records are found such as...
  38989.     display dialog "Sorry, the item you selected could not be found."
  38990.     return
  38991. end try
  38992. e    No Changeq
  38993. Dev.CD Feb 00 TC
  38994. 0D!All Packages
  38995. Tool Chest Edition
  38996. Snippets - Processes
  38997. (** = new, * = revised)
  38998. 7.0fo:  An After Dark module which displays the processes currently running on the Macintosh. Shows how to use the Process Manager and uses True Type fonts.
  38999. Just Finder:  Handy little application for font workers -- run this and when it's done, the only foreground process you have left is the Finder, which means you can work freely within the Fonts folder.  Shows how to kill processes safely, which isn't as easy as it looks even though we have other snippets to doW
  39000. 1.1.3
  39001. dropdisk
  39002. context
  39003. switch
  39004. goodies
  39005. utilities
  39006. aug-95
  39007. dukemovie
  39008. dumparpcache
  39009. dumpnetworksetup
  39010. primer
  39011. edition
  39012. editor
  39013. edittextcdev
  39014. effect
  39015. eject
  39016. eject
  39017. cards
  39018. location
  39019. module
  39020. embedding
  39021. embedding
  39022. profile
  39023. documentation
  39024. emulator
  39025. Mac OS SDK Edition
  39026. Find By Content (FBC) Extractor
  39027. Deletedq
  39028. Dev.CD Dec 99 RL
  39029. D.All Packages
  39030. Tool Chest Edition
  39031. New & RevisedF
  39032. DSp Context Switch
  39033. Demonstration of DSp 1.7 or 1.1.4 context switching.  This eaxmple shows DSP context switching with both DSp 1.7 and later built in functions and the equivalent in DrawSprcoket 1.1.4 and earlier.
  39034. Due to a bug in earlier version of DSp 1.7, it is recommended that the DSpContext_Reserve and DSpContext_Queue functions only beused in DSp 1.7.3 and later, prior to this it is recommended that one use the earlier version of the the switching code.
  39035. The controls for the sample application are:
  39036. - BJright arrow for a larger context
  39037. - left arrow for smaller
  39038. - Cmd-Q to exit.
  39039. JfDSp Context Switch
  39040. DSp Context Switch Main.c
  39041. DSp Context Switch.CW2.
  39042. DSp Context Switch.CW5.
  39043. Read MeK
  39044. Feb 00M[PowerPC, System 8.1+, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN
  39045. DrawSprocket, Context SwitchOBDev.CD Feb 00 TC:What's New?:Sample Code:Games:DSp Context Switch:
  39046. sample
  39047. which
  39048. demonstrates
  39049. ethernet
  39050. driver
  39051. code-like
  39052. modify
  39053. modifying
  39054. modifymouseaccl
  39055. modular
  39056. module
  39057. modules
  39058. mofify
  39059. moment
  39060. momentum
  39061. money
  39062. monitor
  39063. monitoringQ
  39064. monitors
  39065. monolithic
  39066. bring titles to market. By
  39067. understanding DVD and all that it entails, professional media develop-ers
  39068. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  39069. Apr 99
  39070. --set theItem to choose file -- uncomment to test in an AS editor
  39071.     tell application "Finder"
  39072.         open item "Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:"
  39073.         activate
  39074.     end tell
  39075. on error errMsg number errNum
  39076.     --enter statements to perform when no records are found such as...
  39077.     display dialog "Sorry, the item you selected could not be found."
  39078.     return
  39079. end try
  39080. can run automatically or under user control.
  39081. Issues: Tool for Developer use. Not for distribution.
  39082. JJ68K
  39083. File Sync 1.1 Developer Read Me
  39084. File Synchronization Guide
  39085. PowerPCK
  39086. Dec 97M"Designed for any MacOS 8 computer.NRfile, synchronization, sync, backup, assistant, folder, duplication, control panelOIDev.CD Feb 00 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:PQDev.CD Feb 00 TC
  39087.  - Tool Chest
  39088.  - Developer Utilities
  39089.  - File Synchronization 1.1
  39090. Summary: System 7.0 standard window definition procedure.
  39091. Features: Use this as a guideline for making your custom windows emulate the standard system 7 look.J
  39092. StandardWDEF.aK
  39093. Vol VIIIM
  39094. System 7.0O4Dev.CD Feb 00 TC:Tool Chest:Toolbox:System 7.0 WDEF:P<Dev.CD Feb 00 TC
  39095.  - Tool Chest
  39096.  - Toolbox
  39097.  - System 7.0 WDEFV
  39098. 6580X
  39099. Feb 00^
  39100. --set theItem to choose file -- uncomment to test in an AS editor
  39101.     tell application "Finder"
  39102.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:System 7.0 WDEF:"
  39103.         activate
  39104.     end tell
  39105. on error errMsg number errNum
  39106.     --enter statements to perform when no records are found such as...
  39107.     display dialog "Sorry, the item you selected could not be found."
  39108.     return
  39109. end try
  39110. e    No Changeq
  39111. Dev.CD Feb 00 TC
  39112. All Packages
  39113. System 7.5 Update 1.0O
  39114. Dev.CD Jan 96 SSWP
  39115. Dev.CD Jan 96 SSV
  39116. 6581X
  39117. Jan 96
  39118. b--set theItem to choose file -- uncomment to test in an AS editor
  39119.     tell application "Finder"
  39120.         open item "Dev.CD Jul 93"
  39121.         activate
  39122.     end tell
  39123. on error errMsg number errNum
  39124.     --enter statements to perform when no records are found such as...
  39125.     display dialog "Sorry, the item you selected could not be found."
  39126.     return
  39127. end try
  39128. elected could not be found."
  39129.     return
  39130. end try
  39131. All Packages
  39132. 7.0O-Dev.CD Vol. X
  39133. Dev.CD Vol. IX
  39134. Dev.CD Vol. VIIIP,Dev.CD Vol. X
  39135. Dev.CD Vol. IX
  39136. Dev.CD Vol. VIIV
  39137. 5218X
  39138. Vol. X
  39139. --set theItem to choose file -- uncomment to test in an AS editor
  39140.     tell application "Finder"
  39141.         open item "Dev.CD Vol. X
  39142. Dev.CD Vol. IX
  39143. Dev.CD Vol. VIII"
  39144.         activate
  39145.     end tell
  39146. on error errMsg number errNum
  39147.     --enter statements to perform when no records are found such as...
  39148.     display dialog "Sorry, the item you selected could not be found."
  39149.     return
  39150. end try
  39151. All Packages
  39152. Dev.CD Vol. X
  39153. Dev.CD Vol. IXP
  39154. Dev.CD Vol. X
  39155. Dev.CD Vol. IV
  39156. 5219X
  39157. Vol. X
  39158. 5387X
  39159. Jul 95
  39160. ~--set theItem to choose file -- uncomment to test in an AS editor
  39161.     tell application "Finder"
  39162.         open item "Dev.CD Jul 95
  39163. Dev.CD Apr 95
  39164. Dev.CD Jan 95"
  39165.         activate
  39166.     end tell
  39167. on error errMsg number errNum
  39168.     --enter statements to perform when no records are found such as...
  39169.     display dialog "Sorry, the item you selected could not be found."
  39170.     return
  39171. end try
  39172. All Packages
  39173. Dev.CD Jul 95
  39174. Dev.CD Apr 95P
  39175. Dev.CD Jul 95
  39176. Dev.CD Apr 9V
  39177. 5388X
  39178. Jul 95
  39179. p--set theItem to choose file -- uncomment to test in an AS editor
  39180.     tell application "Finder"
  39181.         open item "Dev.CD Jul 95
  39182. Dev.CD Apr 95"
  39183.         activate
  39184.     end tell
  39185. on error errMsg number errNum
  39186.     --enter statements to perform when no records are found such as...
  39187.     display dialog "Sorry, the item you selected could not be found."
  39188.     return
  39189. end try
  39190. All Packages
  39191. Dev.CD Jul 95P
  39192. Dev.CD Jul 9V
  39193. 5389X
  39194. Jul 95
  39195. ound."
  39196.     return
  39197. end try
  39198. --set theItem to choose file -- uncomment to test in an AS editor
  39199.     tell application "Finder"
  39200.         open item "Dev.CD Apr 93
  39201. Dev.CD Sept 92
  39202. Dev.CD Aug 92"
  39203.         activate
  39204.     end tell
  39205. on error errMsg number errNum
  39206.     --enter statements to perform when no records are found such as...
  39207.     display dialog "Sorry, the item you selected could not be found."
  39208.     return
  39209. end try
  39210. tionIndexV
  39211. 4997X
  39212. Dec 99^    RL Disk 2
  39213. --set theItem to choose file -- uncomment to test in an AS editor
  39214.     tell application "Finder"
  39215.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:FunctionIndex:"
  39216.         activate
  39217.     end tell
  39218. on error errMsg number errNum
  39219.     --enter statements to perform when no records are found such as...
  39220.     display dialog "Sorry, the item you selected could not be found."
  39221.     return
  39222. end try
  39223. e    No Changef#Function Index
  39224. Mac OS 8
  39225. Inside Mac.q
  39226. Dev.CD Dec 99 RL Disk 2
  39227. All Packages
  39228. F Technical Publications: Hardware
  39229. 4998X
  39230. @O9Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:P>Dev.CD Apr 98 SDK1
  39231.  - Development Kits (Disc 1)
  39232.  - AppleSearchV
  39233. 5767X
  39234. Apr 98^
  39235. --set theItem to choose file -- uncomment to test in an AS editor
  39236.     tell application "Finder"
  39237.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:"
  39238.         activate
  39239.     end tell
  39240. on error errMsg number errNum
  39241.     --enter statements to perform when no records are found such as...
  39242.     display dialog "Sorry, the item you selected could not be found."
  39243.     return
  39244. end try
  39245. e    No Changeq
  39246. Dev.CD Apr 98 SDK1
  39247. AD!All Packages
  39248. Mac OS SDK Edition
  39249. AppleShare Client API SDK
  39250. The AppleShare Client API SDK consists of routines for creating and parsing AFP URLs and a set of routines for working with shared volumes.  This SDK provides developer documentation, header files, and libraries for taking advantage of the AppleShare Client API.
  39251. 5768X
  39252. 1e    No Change
  39253. PMDev.CD Feb 00 TC
  39254.  - What's New?
  39255.  - Sample Code
  39256.  - Games
  39257.  - DSp Context SwitchV
  39258. 5926X
  39259. Feb 00^
  39260. --set theItem to choose file -- uncomment to test in an AS editor
  39261.     tell application "Finder"
  39262.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DSp Context Switch:"
  39263.         activate
  39264.     end tell
  39265. on error errMsg number errNum
  39266.     --enter statements to perform when no records are found such as...
  39267.     display dialog "Sorry, the item you selected could not be found."
  39268.     return
  39269. end try
  39270. New Packagef
  39271. DrawSprocket
  39272. Context Switchq
  39273. Dev.CD Feb 00 TC
  39274. D!All Packages
  39275. Tool Chest Edition
  39276. DTS MPW Goodies
  39277.     sting & Debugging:General tools:"
  39278.         activate
  39279.     end tell
  39280. on error errMsg number errNum
  39281.     --enter statements to perform when no records are found such as...
  39282.     display dialog "Sorry, the item you selected could not be found."
  39283.     return
  39284. end try
  39285. e    No Changeq
  39286. Dev.CD Feb 00 TC
  39287. D!All Packages
  39288. Tool Chest Edition
  39289. File Synchronization 1.1
  39290.     H@a modal dialog box (this is a helpful example in its own right).
  39291. J'Sample Code.img
  39292. Windows Sample Code.imgK
  39293. May 97L
  39294. May 97O
  39295. Dev.CD Feb 00 TC:Sample Code:P
  39296. Dev.CD Feb 00 TC
  39297.  - Sample CoderMsg number errNum
  39298.     --enter statements to perform when no records are found such as...
  39299.     display dialog "Sorry, the item you selected could not be found."
  39300.     return
  39301. end try
  39302. switch
  39303. switch
  39304. switz
  39305. switz
  39306. distributors/localiz
  39307. symantec
  39308. symantec
  39309. builds
  39310. symfiles
  39311. synccatch
  39312. synchronization
  39313. synthesis
  39314. sysconfig
  39315. sysconfig
  39316. 1.5b16
  39317. sysenv
  39318. sysenv
  39319. 1.0d13
  39320. system
  39321. system
  39322. related
  39323. system
  39324. additions
  39325. system
  39326. folder
  39327. items
  39328. system
  39329. picker
  39330. systemfolder
  39331. systemfolder
  39332. t-italian
  39333. ta-tradchinese
  39334. tabloid
  39335. tabloid
  39336. phony
  39337. telephony
  39338. suite
  39339. template
  39340. terminology
  39341. terminology
  39342. target
  39343. testbanks
  39344. testbanks
  39345. testcpp
  39346. testing
  39347. testmagic
  39348. testmagic
  39349. tests
  39350. testvrmedia
  39351. testvrmedia
  39352. extractors
  39353. plug-ins
  39354. textchanger
  39355. advance
  39356. advanced
  39357. advantage
  39358. advantages
  39359. adventures
  39360. advertisements
  39361. advertising
  39362. advice
  39363. advisable
  39364. ae/em
  39365. aecdev/aedeamon
  39366. aecoercion
  39367. aecoercioninit
  39368. aerecords
  39369. aesend
  39370. aetracker
  39371. affect
  39372. affected
  39373. affects
  39374. affordable
  39375. affordance
  39376. afloat
  39377. after
  39378. again
  39379. against
  39380. age-old
  39381. agent
  39382. agents
  39383. aggregate
  39384. aggressive
  39385. aglfonts
  39386. Summary: This folder contains MPW goodies from Developer Technical Support. 
  39387. Features:  
  39388.  AddChange
  39389.  AddHeader
  39390.  CancelWindowCheckOut
  39391.  ChangeFileName
  39392.  CheckedOutFiles
  39393.  CheckInAll
  39394.  CheckWindowIn
  39395.  CheckWindowOut
  39396.  CompareDirText
  39397.  CompareLastRevision
  39398.  CoolRequest
  39399.  CvtCComments
  39400.  DirActive
  39401.  Docs & Help Files:
  39402.  FindChange
  39403.  FindLurkers
  39404.  FLookup
  39405.  GetKeys
  39406.  GetLastChange
  39407.  GetMFSize
  39408.  InitProjector
  39409.  Justify
  39410.  KeyMenu
  39411.  Lookup
  39412.  LookupMenu
  39413.  MarkC
  39414.  MarkPascal
  39415.  MountProjector
  39416.  MountServer
  39417.  MyBuildMenu
  39418.  OpenCheckedOut
  39419.  OpenMultFiles
  39420.  OSErr
  39421.  PasMatIt
  39422.  Print2
  39423.  ProjectFolders
  39424.  ProjectMenu
  39425.  ProjListMenu
  39426.  Quit
  39427.  RelString
  39428.  SetMarkers
  39429.  SetMFSize
  39430.  SetProject
  39431.  SetProjector
  39432.  SourceMenu
  39433.  Srcs:
  39434.  StripUnits
  39435.  Trim
  39436.  UnmountProjector
  39437.  UnwrapCommentText
  39438.  UserStartup
  39439. Goodies
  39440.  Wild
  39441.  WrapCommentText
  39442. MPW Goodies Info
  39443. Vol IIIL
  39444. Vol VII
  39445. cmd-q
  39446. cn-gb
  39447. co-exist
  39448. coach
  39449. cocoa
  39450. coconut
  39451. --set theItem to choose file -- uncomment to test in an AS editor
  39452.     tell application "Finder"
  39453.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:"
  39454.         activate
  39455.     end tell
  39456. on error errMsg number errNum
  39457.     --enter statements to perform when no records are found such as...
  39458.     display dialog "Sorry, the item you selected could not be found."
  39459.     return
  39460. end try
  39461. network
  39462. software
  39463. installer
  39464. insta
  39465. summary
  39466. zaptcp
  39467. provides
  39468. safety
  39469. mactcp
  39470. developers
  39471. summary
  39472. ranger
  39473. freeware
  39474. utility
  39475. provides
  39476. summer
  39477. sun's
  39478. sunsoft
  39479. super
  39480. b--set theItem to choose file -- uncomment to test in an AS editor
  39481.     tell application "Finder"
  39482.         open item "Dev.CD Oct 94"
  39483.         activate
  39484.     end tell
  39485. on error errMsg number errNum
  39486.     --enter statements to perform when no records are found such as...
  39487.     display dialog "Sorry, the item you selected could not be found."
  39488.     return
  39489. end try
  39490. = new, * = revised)
  39491. Inline Input for TextEdit:  This package helps developers implement inline input for TextEdit using the TSMTE extension in their applications. The package provides sample code for implementing inline input for TextEdit, the TSMTE interfaces, and the TSMTE extension. It is intended to be used along with Macintosh Technical Note TE 27 - Inline Input for TextEdit with TSMTE.
  39492. SimpleText Sample:  This is some SimpleText source code. It shows how to write SimpleText, imBUplements calling PPC library from 68k code, using AppleGuide, and other swell things.
  39493. J'Sample Code.img
  39494. Windows Sample Code.imgK
  39495. May 97L
  39496. May 97O
  39497. Dev.CD Feb 00 TC:Sample Code:P
  39498. Dev.CD Feb 00 TC
  39499.  - Sample Codeu
  39500. promptoid
  39501. promptoid
  39502. protocol
  39503. protos
  39504. prototyping
  39505. prototyping
  39506. toolkit
  39507. ptags
  39508. ptags
  39509. manual
  39510. ptags
  39511. manual
  39512. pubscatalog
  39513. pubscatalog
  39514. pubsorderform
  39515. pubsorderform
  39516. "e    No Changeq
  39517. Dev.CD Feb 00 TC
  39518. #D!All Packages
  39519. Tool Chest Edition
  39520. SlotsI
  39521. Slots: This application allows you to view Declaration ROM structures by either parsing the ROM directly or using Slot Manager calls.  J
  39522. SlotsK
  39523. Oct 92O<Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:SlotsPGDev.CD Feb 00 TC
  39524.  - Tool Chest
  39525.  - Devices
  39526.  - NuBus/Slot Manager
  39527.  - SlotV
  39528. 6506X
  39529. Feb 00^
  39530. --set theItem to choose file -- uncomment to test in an AS editor
  39531.     tell application "Finder"
  39532.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slots"
  39533.         activate
  39534.     end tell
  39535. on error errMsg number errNum
  39536.     --enter statements to perform when no records are found such as...
  39537.     display dialog "Sorry, the item you selected could not be found."
  39538.     return
  39539. end try
  39540. e    No Changeq
  39541. Dev.CD Feb 00 TC
  39542. $D!All Packages
  39543. Tool Chest Edition
  39544. SnapshotSample1.0b4
  39545. OSDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTTestApplet:PaDev.CD Feb 00 TC
  39546.  - What's New?
  39547.  - Sample Code
  39548.  - QuickTime
  39549.  - QuickTime for Java
  39550.  - QTTestAppletV
  39551. 6246X
  39552. Feb 00^
  39553. --set theItem to choose file -- uncomment to test in an AS editor
  39554.     tell application "Finder"
  39555.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTTestApplet:"
  39556.         activate
  39557.     end tell
  39558. on error errMsg number errNum
  39559.     --enter statements to perform when no records are found such as...
  39560.     display dialog "Sorry, the item you selected could not be found."
  39561.     return
  39562. end try
  39563. New Packagef
  39564. QuickTime
  39565. Dev.CD Feb 00 TC
  39566.  D.All Packages
  39567. Tool Chest Edition
  39568. New & RevisedF
  39569. QTtoJavaImageIuThis demo program shows the usage of the GraphicsImporterDrawer is used to produce pixels to create a java.awt.Image
  39570. J5qj.bat
  39571. QTtoJavaImage
  39572. QTtoJavaImage.zip
  39573. README.txt
  39574. Feb 00
  39575. quicktake
  39576. quicktime
  39577. 5927X
  39578. Feb 00^
  39579. --set theItem to choose file -- uncomment to test in an AS editor
  39580.     tell application "Finder"
  39581.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:"
  39582.         activate
  39583.     end tell
  39584. on error errMsg number errNum
  39585.     --enter statements to perform when no records are found such as...
  39586.     display dialog "Sorry, the item you selected could not be found."
  39587.     return
  39588. end try
  39589. e    No Changeq
  39590. Dev.CD Feb 00 TC
  39591. D!All Packages
  39592. Tool Chest Edition
  39593. DTS QT Utilities.Aug-95I
  39594. Summary:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation folder for more details.J'Sample Code.img
  39595. Windows Sample Code.imgK
  39596. Jun 95L
  39597. Nov 95O
  39598. Dev.CD Feb 00 TC:Sample Code:P
  39599. Dev.CD Feb 00 TC
  39600.  - Sample CodeV
  39601. 5928X
  39602. Feb 00^
  39603. 4092X
  39604. May 98^
  39605. DPgDev.CD Dec 99 RL Disk 1
  39606.  - Technical Documentation
  39607.  - Misc. Standards
  39608.  - AppleSingle/AppleDouble FormatV
  39609. 5771X
  39610. Dec 99^    RL Disk 1
  39611. --set theItem to choose file -- uncomment to test in an AS editor
  39612.     tell application "Finder"
  39613.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:AppleSingle/AppleDouble Format:"
  39614.         activate
  39615.     end tell
  39616. on error errMsg number errNum
  39617.     --enter statements to perform when no records are found such as...
  39618.     display dialog "Sorry, the item you selected could not be found."
  39619.     return
  39620. end try
  39621. e    No Changeq
  39622. Dev.CD Dec 99 RL Disk 1
  39623. AppleTalk and PPP
  39624. @Summary: This package includes the draft specifications for running AppleTalk over the Point-to-Point Protocol.  If you want to implement AppleTalk running over the Point-to-Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  39625. Issues:Specifications only
  39626. ons only
  39627. Nov 94
  39628. Vol IIIL
  39629. Vol VIIOIDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:PTDev.CD Feb 00 TC
  39630.  - Tool Chest
  39631.  - Development Kits
  39632.  - MPW Related
  39633.  - DTS MPW Goodiesial beginning to the development of any database driven web site. This survival guide explains the most commonly used features and options available in the EOModeler application.
  39634. EOModeler.pdfK
  39635. Jun 99M
  39636. Acrobat Reader 3.0N
  39637. EOModeler, databaseO>Dev.CD Dec 99 RL Disk 1:Interactive Media Resources:EOModeler:PCDev.CD Dec 99 RL Disk 1
  39638.  - Interactive Media Resources
  39639.  - EOModelerV
  39640. 4091X
  39641. Dec 99^    RL Disk 1
  39642. --set theItem to choose file -- uncomment to test in an AS editor
  39643.     tell application "Finder"
  39644.         open item "Dev.CD Dec 99 RL Disk 1:Interactive Media Resources:EOModeler:"
  39645.         activate
  39646.     end tell
  39647. on error errMsg number errNum
  39648.     --enter statements to perform when no records are found such as...
  39649.     display dialog "Sorry, the item you selected could not be found."
  39650.     return
  39651. end try
  39652. AddChange
  39653. AddHeader
  39654. CancelWindowCheckOut
  39655. ChangeFileName
  39656. CheckedOutFiles
  39657. CheckInAll
  39658. CheckWindowIn
  39659. CheckWindowOut
  39660. CompareDirText
  39661. CompareLastRevision
  39662. CoolRequest
  39663. CvtCComments
  39664. DirActive
  39665. Docs & Help Files
  39666. FindChange
  39667. FindLurkers
  39668. FLookup
  39669. GetKeys
  39670. GetLastChange
  39671. GetMFSize
  39672. InitProjector
  39673. Justify
  39674. KeyMenu
  39675. Lookup
  39676. LookupMenu
  39677. MarkC
  39678. MarkPascal
  39679. MountProjector
  39680. MountServer
  39681. MyBuildMenu
  39682. OpenCheckedOut
  39683. OpenMultFiles
  39684. OSErr
  39685. PasMatIt
  39686. Print2
  39687. ProjectFolders
  39688. ProjectMenu
  39689. ProjListMenu
  39690. RelString
  39691. SetMarkers
  39692. SetMFSB
  39693. SetProject
  39694. SetProjector
  39695. SourceMenu
  39696. StripUnits
  39697. UnmountProjector
  39698. UnwrapCommentText
  39699. UserStartup
  39700. Goodies
  39701. WrapCommentText
  39702. MPW Goodies Info
  39703. MPW Goodies Info.txt
  39704. qualified
  39705. query
  39706. quick
  39707. quickdraw
  39708. quickdraw
  39709. windows
  39710. metafile
  39711. quickdraw
  39712. graphics
  39713. quickdraw
  39714. gxgraphics
  39715. 1.1.6
  39716. quickdraw
  39717. raster
  39718. imagewriter
  39719. halftone
  39720. dither
  39721. sample
  39722. quickdraw
  39723. spooler
  39724. print
  39725. patch
  39726. appleshare
  39727. novell
  39728. netware
  39729. quicktake
  39730. quicktake
  39731. windows
  39732. digital
  39733. camera
  39734. quicktime
  39735. quicktime
  39736. effects
  39737. quicktime
  39738. yellow
  39739. appkit
  39740. reference
  39741. quicktime
  39742. quicktime
  39743. windows
  39744. quicktime
  39745. compress
  39746. decompress
  39747. pubsorderform
  39748. p--set theItem to choose file -- uncomment to test in an AS editor
  39749.     tell application "Finder"
  39750.         open item "Dev.CD Jan 94
  39751. Dev.CD Oct 93"
  39752.         activate
  39753.     end tell
  39754. on error errMsg number errNum
  39755.     --enter statements to perform when no records are found such as...
  39756.     display dialog "Sorry, the item you selected could not be found."
  39757.     return
  39758. end try
  39759. compression
  39760. computer
  39761. computer
  39762. based
  39763. media
  39764. television
  39765. broadcast
  39766. graphics
  39767. conditional
  39768. conference
  39769. conferencing
  39770. configuration
  39771. connectivity
  39772. consumer
  39773. container
  39774. content
  39775. contextual
  39776. contextual
  39777. manager
  39778. control
  39779. control
  39780. strip
  39781. powerbook
  39782. control
  39783. panel
  39784. controls
  39785. All Packages
  39786. Dev.CD Jan 99 SSWP
  39787. Dev.CD Jan 99 SSV
  39788. 5674X
  39789. Jan 99
  39790. f--set theItem to choose file -- uncomment to test in an AS editor
  39791.     tell application "Finder"
  39792.         open item "Dev.CD Jan 99 SSW"
  39793.         activate
  39794.     end tell
  39795. on error errMsg number errNum
  39796.     --enter statements to perform when no records are found such as...
  39797.     display dialog "Sorry, the item you selected could not be found."
  39798.     return
  39799. end try
  39800. All Packages
  39801. Dev.CD Jan 99 SSWP
  39802. Dev.CD Jan 99 SSV
  39803. 5675X
  39804. Jan 99
  39805. f--set theItem to choose file -- uncomment to test in an AS editor
  39806.     tell application "Finder"
  39807.         open item "Dev.CD Jan 99 SSW"
  39808.         activate
  39809.     end tell
  39810. on error errMsg number errNum
  39811.     --enter statements to perform when no records are found such as...
  39812.     display dialog "Sorry, the item you selected could not be found."
  39813.     return
  39814. end try
  39815. All Packages
  39816. Dev.CD Jan 99 SSWP
  39817. Dev.CD Jan 99 SSV
  39818. 5676X
  39819. Jan 99
  39820. olbox E
  39821. New Packagef
  39822. QuickTime
  39823. Dev.CD Feb 00 TC
  39824. D!All Packages
  39825. Tool Chest Edition
  39826. Sherlock Plug-ins
  39827. Search Internet
  39828.  feature in the Sherlock application allows users to perform Internet searches using one or more Internet search engines. Each search engine Sherlock uses is represented by a plug-in file that describes the formats the engine expects
  39829.  for queries and produces in its responses. These files are stored in the Internet Search Sites folder in the System Folder. 
  39830. Developers can create a new plug-in to add a search engine to Sherlock
  39831. s repertoire if they know how to interpre\
  39832. summary
  39833. adobe's
  39834. acrobat
  39835. exchange
  39836. enables
  39837. users
  39838. summary
  39839. aetracker
  39840. init/control
  39841. panel
  39842. allows
  39843. summary
  39844. application
  39845. which
  39846. provides
  39847. various
  39848. video
  39849. summary
  39850. controlling
  39851. finder
  39852. through
  39853. apple
  39854. summary
  39855. which
  39856. known
  39857. finderevents
  39858. summary
  39859. apple
  39860. peoplesoft
  39861. launched
  39862. partnership
  39863. summary
  39864. apple
  39865. computer
  39866. espana
  39867. prepared
  39868. guide
  39869. summary
  39870. apple
  39871. designed
  39872. maccheck
  39873. suport
  39874. provid
  39875. summary
  39876. apple
  39877. directions
  39878. developer
  39879. business
  39880. report
  39881. summary
  39882. folder
  39883. contains
  39884. revised
  39885. acrobat
  39886. versions
  39887. summary
  39888. folder
  39889. contains
  39890. sample
  39891. applications
  39892. demons
  39893. summary
  39894. folder
  39895. contains
  39896. apple
  39897. event
  39898. terminolog
  39899. summary
  39900. folder
  39901. contains
  39902. tools
  39903. useful
  39904. develo
  39905. summary
  39906. software
  39907. apple
  39908. macintosh
  39909. display
  39910. summary
  39911. package
  39912. provides
  39913. something
  39914. replacement
  39915. Movedq
  39916. Dev.CD Feb 00 TC
  39917. D.All Packages
  39918. Tool Chest Edition
  39919. New & RevisedF    DukeMovie
  39920. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  39921. J-dk.bat
  39922. DukeMovie
  39923. DukeMovie.zip
  39924. README.txt
  39925. Feb 00
  39926. - Common
  39927.     - Sun Compliant Java Runtime Environment 1.1
  39928.     - QuickTime 3 
  39929.     - QTJava.zip
  39930.     - QTJava media samples
  39931. - Mac OS:
  39932.     - System 8 or later
  39933.     - Macintosh Runtime for Java (MRJ) 2.1
  39934. - Windows 95, 98, or NT::
  39935.     - JRE/JDK from Sun Microsystems, Inc. recommended
  39936. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DukeMovie:P^Dev.CD Feb 00 TC
  39937.  - What's New?
  39938.  - Sample Code
  39939.  - QuickTime
  39940.  - QuickTime for Java
  39941.  - DukeMovieV
  39942. 5929X
  39943. Feb 00^
  39944. 6880X
  39945. Dec 99^    RL Disk 2
  39946. --set theItem to choose file -- uncomment to test in an AS editor
  39947.     tell application "Finder"
  39948.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:macos8:"
  39949.         activate
  39950.     end tell
  39951. on error errMsg number errNum
  39952.     --enter statements to perform when no records are found such as...
  39953.     display dialog "Sorry, the item you selected could not be found."
  39954.     return
  39955. end try
  39956. e    No Change
  39957. encoding
  39958. Unicode
  39959. script
  39960. language
  39961. conversion
  39962. games
  39963. input device
  39964. sprocket
  39965. joystick
  39966. gamepad
  39967. gaming
  39968. blanking
  39969. screen
  39970. display
  39971. buffering
  39972. games
  39973. sprocket
  39974. gaming
  39975. networking
  39976. games
  39977. multiprocessing
  39978. preemptive task
  39979. multitasking
  39980. threads
  39981. threading
  39982. Icon Services
  39983. Icon Utilities
  39984. 'icns'
  39985. icon family
  39986. icon resources
  39987. IconRef
  39988. icon plotting
  39989. Navigation Services
  39990. Standard File
  39991. file management
  39992. file navigation
  39993. opening files
  39994. saving files
  39995. Network Services Location
  39996. file preview
  39997. Apple Help
  39998. Apple Guide
  39999. user assista
  40000. All Packages
  40001. Dev.CD Apr 95P
  40002. Dev.CD Apr 9V
  40003. 5406X
  40004. Apr 95
  40005. b--set theItem to choose file -- uncomment to test in an AS editor
  40006.     tell application "Finder"
  40007.         open item "Dev.CD Apr 95"
  40008.         activate
  40009.     end tell
  40010. on error errMsg number errNum
  40011.     --enter statements to perform when no records are found such as...
  40012.     display dialog "Sorry, the item you selected could not be found."
  40013.     return
  40014. end try
  40015. All Packages
  40016. Dev.CD Jan 95P
  40017. Dev.CD Jan 9V
  40018. 5407X
  40019. Jan 95
  40020. b--set theItem to choose file -- uncomment to test in an AS editor
  40021.     tell application "Finder"
  40022.         open item "Dev.CD Jan 95"
  40023.         activate
  40024.     end tell
  40025. on error errMsg number errNum
  40026.     --enter statements to perform when no records are found such as...
  40027.     display dialog "Sorry, the item you selected could not be found."
  40028.     return
  40029. end try
  40030. All Packages
  40031. Dev.CD Apr 96 SDK2P
  40032. Dev.CD Apr 96 SDKV
  40033. 5408X
  40034. Apr 96
  40035. ld not be found."
  40036.     return
  40037. end try
  40038. All Packages
  40039. 7.5.2 (PB 5300/2300/190)O
  40040. Dev.CD Apr 96 SSWP
  40041. Dev.CD Apr 96 SSV
  40042. 5499X
  40043. Apr 96
  40044. f--set theItem to choose file -- uncomment to test in an AS editor
  40045.     tell application "Finder"
  40046.         open item "Dev.CD Apr 96 SSW"
  40047.         activate
  40048.     end tell
  40049. on error errMsg number errNum
  40050.     --enter statements to perform when no records are found such as...
  40051.     display dialog "Sorry, the item you selected could not be found."
  40052.     return
  40053. end try
  40054. All Packages
  40055. 7.5.2 (PB 5300/2300/190)O
  40056. Dev.CD Apr 96 SSWP
  40057. Dev.CD Apr 96 SSV
  40058. 5500X
  40059. Apr 96
  40060. f--set theItem to choose file -- uncomment to test in an AS editor
  40061.     tell application "Finder"
  40062.         open item "Dev.CD Apr 96 SSW"
  40063.         activate
  40064.     end tell
  40065. on error errMsg number errNum
  40066.     --enter statements to perform when no records are found such as...
  40067.     display dialog "Sorry, the item you selected could not be found."
  40068.     return
  40069. end try
  40070. All Packages
  40071. 5501X
  40072. All Packages
  40073. System 7.5 Update 1.0O
  40074. Dev.CD Jul 95P
  40075. Dev.CD Jul 9V
  40076. 6594X
  40077. Jul 95
  40078. b--set theItem to choose file -- uncomment to test in an AS editor
  40079.     tell application "Finder"
  40080.         open item "Dev.CD Jul 95"
  40081.         activate
  40082.     end tell
  40083. on error errMsg number errNum
  40084.     --enter statements to perform when no records are found such as...
  40085.     display dialog "Sorry, the item you selected could not be found."
  40086.     return
  40087. end try
  40088. All Packages
  40089. System 7.5 Update 1.0O
  40090. Dev.CD Jul 95P
  40091. Dev.CD Jul 9V
  40092. 6595X
  40093. Jul 95
  40094. b--set theItem to choose file -- uncomment to test in an AS editor
  40095.     tell application "Finder"
  40096.         open item "Dev.CD Jul 95"
  40097.         activate
  40098.     end tell
  40099. on error errMsg number errNum
  40100.     --enter statements to perform when no records are found such as...
  40101.     display dialog "Sorry, the item you selected could not be found."
  40102.     return
  40103. end try
  40104. All Packages
  40105. System 7.5 Update 1.0O
  40106. Dev.CD Jul 95P
  40107. Dev.CD Jul 9V
  40108. 6596X
  40109. Apple System Profiler (ASP) lets you gather information about the configuration of your computer. The information that ASP reports may be useful if you place a call to the Apple User Assistance Center or for recording system configurations during testing.
  40110. If you have one of the computers listed below, we recommend that you install Apple System Profiler now. Note that you MUST be running Mac OS version 7.5.2 or 7.5.3 or later to successfully install Apple System Profiler.
  40111. * Power Macintos
  40112. h 9500, 8500, 8100, 7600, 7500, 7200, 7100, 6100, 5400, 5300 and 5200 series.
  40113. * PowerBook 5300, 2300 and 190 series. 
  40114. * Macintosh Performa 6300, 6200, 6100, 5300 and 5200 series.
  40115. Apple System Profiler will only install on the computers listed above. Do NOT attempt to install iton any other computers.
  40116. Installation instructions:
  40117. 1. Locate the Apple System Profiler Installer. It is in the same folder as this document.
  40118. 2. Double-click on the Apple System Profiler Installer application. 
  40119. --set theItem to choose file -- uncomment to test in an AS editor
  40120.     tell application "Finder"
  40121.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DukeMovie:"
  40122.         activate
  40123.     end tell
  40124. on error errMsg number errNum
  40125.     --enter statements to perform when no records are found such as...
  40126.     display dialog "Sorry, the item you selected could not be found."
  40127.     return
  40128. end try
  40129. e    No Changef@File System Manager
  40130. External File System
  40131. Foreign File Systemq
  40132. Dev.CD Jan 00 SDK1
  40133. D!All Packages
  40134. Mac OS SDK Edition
  40135. Find By Content (FBC) Extractor
  40136. getstdfilterproc
  40137. gettable/settable
  40138. getter
  40139. getting
  40140. getting
  40141. started
  40142. webobjects
  40143. getting/setting
  40144. getvinfo
  40145. getzonelist
  40146. gimedapalette
  40147. glyphs
  40148. going
  40149. goodies
  40150. gotchas
  40151. gough
  40152. gourdol
  40153. grabber
  40154. grammatical
  40155. graphic
  40156. graphical
  40157. graphics
  40158. grayscale
  40159. great
  40160. greater
  40161. greatly
  40162. green
  40163. greenspon
  40164. griffith
  40165. group
  40166. groups
  40167. r--set theItem to choose file -- uncomment to test in an AS editor
  40168.     tell application "Finder"
  40169.         open item "Dev.CD Feb 00 TC:Sample Code:"
  40170.         activate
  40171.     end tell
  40172. on error errMsg number errNum
  40173.     --enter statements to perform when no records are found such as...
  40174.     display dialog "Sorry, the item you selected could not be found."
  40175.     return
  40176. end try
  40177. CT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  40178. Embedding ICC Profile in GIF89a
  40179. Embedding ICC Profiles in EPS
  40180. Embedding ICC Profiles in JFIF
  40181. Embedding ICC Profiles in Pict
  40182. Embedding ICC Profiles in TIFFK
  40183. Apr 98M    ColorSyncN9ColorSync, ICC, Profile Embed, JFIF, GIF, PICT, TIFF, EPSOiDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:PtDev.CD Apr 98 SDK1
  40184.  - Development Kits (Disc 1)
  40185.  - ColorSync SDK
  40186.  - Documentation
  40187.  - Embedding Profile DocumentationV
  40188. 4089X
  40189. Apr 98^
  40190. nov/dec
  40191. nov/dec
  40192. 6441X
  40193. Apr 98^
  40194. --set theItem to choose file -- uncomment to test in an AS editor
  40195.     tell application "Finder"
  40196.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  40197.  IC SDK 1.01:"
  40198.         activate
  40199.     end tell
  40200. on error errMsg number errNum
  40201.     --enter statements to perform when no records are found such as...
  40202.     display dialog "Sorry, the item you selected could not be found."
  40203.     return
  40204. end try
  40205. Deletedf3QuickTime
  40206. QuickTime IC
  40207. image
  40208. capture
  40209. digital
  40210. cameraq
  40211. Dev.CD Apr 98 SDK2
  40212. D.All Packages
  40213. Tool Chest Edition
  40214. New & RevisedF
  40215. QuickTime Java SDKILQuickTime for Java SDK.  Includes QuickTime for Java API javadoc, and demos.J
  40216. qtjavadocs
  40217. QTJavaSDKK
  40218. Feb 00MmRequires:
  40219.     - QuickTime 3 
  40220.     - QTJava.zip
  40221.     - Mac OS 8 or later
  40222.     - Macintosh Runtime for Java (MRJ) 2.1 or laterN
  40223. QuickTime, Java, MRJOHDev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:developer.apple.com/sdk/
  40224. system
  40225. update
  40226. menus
  40227. menuscripter
  40228. merchandised
  40229. merchandising
  40230. merely
  40231. message
  40232. modem
  40233. moderm
  40234. modified
  40235. modules
  40236. momentum
  40237. money
  40238. monitor
  40239. monitoringQ
  40240. monthly
  40241. mosaic
  40242. motorola
  40243. mpc106Q
  40244. multimedia
  40245. multiple
  40246. music
  40247. navigate
  40248. navigation
  40249. necessary
  40250. needed
  40251. needs
  40252. netscape
  40253. networkW
  40254. networking
  40255. newsletter
  40256. newton
  40257. nirvana
  40258. no-so-subtle
  40259. non-apple
  40260. norman
  40261. All Packages
  40262. System Enabler 111 (PB 160/180)O
  40263. Dev.CD Apr 93P
  40264. Dev.CD Apr 9V
  40265. 6760X
  40266. Apr 93
  40267. b--set theItem to choose file -- uncomment to test in an AS editor
  40268.     tell application "Finder"
  40269.         open item "Dev.CD Apr 93"
  40270.         activate
  40271.     end tell
  40272. on error errMsg number errNum
  40273.     --enter statements to perform when no records are found such as...
  40274.     display dialog "Sorry, the item you selected could not be found."
  40275.     return
  40276. end try
  40277. All Packages
  40278. System Enabler 111 (PB 160/180)O
  40279. Dev.CD Apr 93P
  40280. Dev.CD Apr 9V
  40281. 6761X
  40282. Apr 93
  40283. b--set theItem to choose file -- uncomment to test in an AS editor
  40284.     tell application "Finder"
  40285.         open item "Dev.CD Apr 93"
  40286.         activate
  40287.     end tell
  40288. on error errMsg number errNum
  40289.     --enter statements to perform when no records are found such as...
  40290.     display dialog "Sorry, the item you selected could not be found."
  40291.     return
  40292. end try
  40293. All Packages
  40294. System Enabler 111 (PB 160/180)V
  40295. 6762X
  40296. New Packagef
  40297. QuickTime
  40298. Dev.CD Feb 00 TC
  40299. D!All Packages
  40300. Tool Chest Edition
  40301. DumpARPCacheIBA tiny sample that shows how to view the Open Transport ARP cache.J'Sample Code.img
  40302. Windows Sample Code.imgK
  40303. May 98L
  40304. Jun 98M
  40305. OpenTransportN"OpenTransport, arp, cache, displayO
  40306. Dev.CD Feb 00 TC:Sample Code:P
  40307. Dev.CD Feb 00 TC
  40308.  - Sample CodeV
  40309. 5930X
  40310. Feb 00^
  40311. r--set theItem to choose file -- uncomment to test in an AS editor
  40312.     tell application "Finder"
  40313.         open item "Dev.CD Feb 00 TC:Sample Code:"
  40314.         activate
  40315.     end tell
  40316. on error errMsg number errNum
  40317.     --enter statements to perform when no records are found such as...
  40318.     display dialog "Sorry, the item you selected could not be found."
  40319.     return
  40320. end try
  40321. e    No Changef
  40322. OpenTransport
  40323. cache
  40324. displayq
  40325. Dev.CD Feb 00 TC
  40326. D!All Packages
  40327. Tool Chest Edition
  40328. DumpNetworkSetup
  40329.     d show HTML Tags in the summary.
  40330. The HTML Text Extractor knows the format of an HTML file so it will skip the HTML Tags and re
  40331. f--set theItem to choose file -- uncomment to test in an AS editor
  40332.     tell application "Finder"
  40333.         open item "Dev.CD Jun 97 SSW"
  40334.         activate
  40335.     end tell
  40336. on error errMsg number errNum
  40337.     --enter statements to perform when no records are found such as...
  40338.     display dialog "Sorry, the item you selected could not be found."
  40339.     return
  40340. end try
  40341. ethernet
  40342. address
  40343. ethernet
  40344. built-in
  40345. ethernet
  40346. ethertalk
  40347. etsda
  40348. event
  40349. J.DemoExtractor
  40350. Headers
  40351. Text Extractors Plug-insK
  40352. Oct 99M
  40353. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Jan 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Jan 00 SDK1
  40354.  - Development Kits
  40355.  - Mac OS
  40356.  - Find By Content (FBC) Extractor
  40357. p--set theItem to choose file -- uncomment to test in an AS editor
  40358.     tell application "Finder"
  40359.         open item "Dev.CD Apr 95
  40360. Dev.CD Jan 95"
  40361.         activate
  40362.     end tell
  40363. on error errMsg number errNum
  40364.     --enter statements to perform when no records are found such as...
  40365.     display dialog "Sorry, the item you selected could not be found."
  40366.     return
  40367. end try
  40368. cords are found such as...
  40369.     display dialog "Sorry, the item you selected could not be found."
  40370.     return
  40371. end try
  40372. All Packages
  40373. System Enabler 088 (AVs)O)Dev.CD Apr 94
  40374. Dev.CD Jan 94
  40375. Dev.CD Oct 93P(Dev.CD Apr 94
  40376. Dev.CD Jan 94
  40377. Dev.CD Oct 9V
  40378. 4842X
  40379. Apr 94
  40380. All Packages
  40381. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  40382. Dev.CD Jan 94
  40383. Dev.CD Oct 93
  40384. Dev.CD Jul 93P6Dev.CD Apr 94
  40385. Dev.CD Jan 94
  40386. Dev.CD Oct 93
  40387. Dev.CD Jul 9V
  40388. 6785X
  40389. Apr 94
  40390. --set theItem to choose file -- uncomment to test in an AS editor
  40391.     tell application "Finder"
  40392.         open item "Dev.CD Apr 94
  40393. Dev.CD Jan 94
  40394. Dev.CD Oct 93
  40395. Dev.CD Jul 93"
  40396.         activate
  40397.     end tell
  40398. on error errMsg number errNum
  40399.     --enter statements to perform when no records are found such as...
  40400.     display dialog "Sorry, the item you selected could not be found."
  40401.     return
  40402. end try
  40403. All Packages
  40404. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  40405. Dev.CD Jan 94
  40406. Dev.CD Oct 93
  40407. Dev.CD Jul 93P6Dev.CD Apr 94
  40408. Dev.CD Jan 94
  40409. Dev.CD Oct 93
  40410. Dev.CD Jul 9V
  40411. 6786X
  40412. Apr 94
  40413. All Packages
  40414. System 7.5 Update 1.0O
  40415. Dev.CD Jul 95P
  40416. Dev.CD Jul 9V
  40417. 6599X
  40418. Jul 95
  40419. b--set theItem to choose file -- uncomment to test in an AS editor
  40420.     tell application "Finder"
  40421.         open item "Dev.CD Jul 95"
  40422.         activate
  40423.     end tell
  40424. on error errMsg number errNum
  40425.     --enter statements to perform when no records are found such as...
  40426.     display dialog "Sorry, the item you selected could not be found."
  40427.     return
  40428. end try
  40429. All Packages
  40430. System 7.5 Update 1.0O
  40431. Dev.CD Jul 95P
  40432. Dev.CD Jul 9V
  40433. 6600X
  40434. Jul 95
  40435. b--set theItem to choose file -- uncomment to test in an AS editor
  40436.     tell application "Finder"
  40437.         open item "Dev.CD Jul 95"
  40438.         activate
  40439.     end tell
  40440. on error errMsg number errNum
  40441.     --enter statements to perform when no records are found such as...
  40442.     display dialog "Sorry, the item you selected could not be found."
  40443.     return
  40444. end try
  40445. All Packages
  40446. System 7.5 Update 1.0O
  40447. Dev.CD Jul 95P
  40448. Dev.CD Jul 9V
  40449. 6601X
  40450. DumpNetworkSetup dumps the entire contents of the Network Setup database to a text file.  The purpose of this sample is twofold.  Firstly, it shows a simple use of the Network Setup API.  Secondly, it is a useful tool for debugging other Network Setup code because it allows you to see the affect your code had on the database.  I used DumpNetworkSetup extensively while developing the MoreNetworkSetup sample.
  40451. J'Sample Code.img
  40452. Windows Sample Code.imgK
  40453. Sep 99M
  40454. Network Setup, Mac OS 8.5N"Network Setup, network preferencesO
  40455. Dev.CD Feb 00 TC:Sample Code:P
  40456. Dev.CD Feb 00 TC
  40457.  - Sample Codedf
  40458. Web Animation Guide.pdf
  40459. WebObjects Database Part I.pdf
  40460. WebObjects Database Part II.pdf
  40461. WebObjects Memory Mgmt.pdf
  40462. WebObjects Tools and Techniques
  40463. WebObjectsCategories&Posers.pdf
  40464. WebObjectsPerformanceTuning
  40465. Working with WebObjects.pdf
  40466. Writing for Interactive Media
  40467. System Macintoshes.OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:ge
  40468. --set theItem to choose file -- uncomment to test in an AS editor
  40469.     tell application "Finder"
  40470.         open item "Dev.CD Apr 94
  40471. Dev.CD Jan 94
  40472. Dev.CD Oct 93
  40473. Dev.CD Jul 93
  40474. Dev.CD Apr 93"
  40475.         activate
  40476.     end tell
  40477. on error errMsg number errNum
  40478.     --enter statements to perform when no records are found such as...
  40479.     display dialog "Sorry, the item you selected could not be found."
  40480.     return
  40481. end try
  40482.   return
  40483. end try
  40484. 5931X
  40485. Feb 00^
  40486. r--set theItem to choose file -- uncomment to test in an AS editor
  40487.     tell application "Finder"
  40488.         open item "Dev.CD Feb 00 TC:Sample Code:"
  40489.         activate
  40490.     end tell
  40491. on error errMsg number errNum
  40492.     --enter statements to perform when no records are found such as...
  40493.     display dialog "Sorry, the item you selected could not be found."
  40494.     return
  40495. end try
  40496. e    No Changef!Network Setup
  40497. network preferencesq
  40498. Dev.CD Feb 00 TC
  40499. D!All Packages
  40500. Mac OS SDK Edition
  40501.  Age of DVD, Second Edition
  40502. A Primer for Creating Content for DVD
  40503. by Mark Ely and Dave Block
  40504. After several years of intense development and cross-industry cooperation
  40505. among consumer electronics companies, computer manufacturers, and the entertainment industry, the DVD format has arrived 
  40506.  and with it a new era of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive cgle interactive c
  40507. All Packages
  40508. Dev.CD Vol. X
  40509. Dev.CD Vol. IXP
  40510. Dev.CD Vol. X
  40511. Dev.CD Vol. IV
  40512. 5222X
  40513. Vol. X
  40514. q--set theItem to choose file -- uncomment to test in an AS editor
  40515.     tell application "Finder"
  40516.         open item "Dev.CD Vol. X
  40517. Dev.CD Vol. IX"
  40518.         activate
  40519.     end tell
  40520. on error errMsg number errNum
  40521.     --enter statements to perform when no records are found such as...
  40522.     display dialog "Sorry, the item you selected could not be found."
  40523.     return
  40524. end try
  40525. All Packages
  40526. 7.0O-Dev.CD Vol. X
  40527. Dev.CD Vol. IX
  40528. Dev.CD Vol. VIIIP,Dev.CD Vol. X
  40529. Dev.CD Vol. IX
  40530. Dev.CD Vol. VIIV
  40531. 5223X
  40532. Vol. X
  40533. sample
  40534. asynch
  40535. asynchronous
  40536. at-attachment
  40537. you'll
  40538. of consumer video and personal computing in a single, unified format.
  40539. While DVD promises to be a highly-successful consumer electronics format, preparing content (
  40540. premastering
  40541. ) for DVD can be a very complex process. And like most new formats, DVD requires new tools and techniques to create rich and satisfying content that make the most of
  40542. the medium.
  40543. Working with DVD requires an in-depth understanding of the fo
  40544. ^rmat, production process, and tools required to bring titles to market. By
  40545. understanding DVD and all that it entails, professional media develop-ers
  40546. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  40547. Apr 99
  40548. 5932X
  40549. Jan 00^
  40550. --set theItem to choose file -- uncomment to test in an AS editor
  40551.     tell application "Finder"
  40552.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:"
  40553.         activate
  40554.     end tell
  40555. on error errMsg number errNum
  40556.     --enter statements to perform when no records are found such as...
  40557.     display dialog "Sorry, the item you selected could not be found."
  40558.     return
  40559. end try
  40560. e    No Changef:DVD
  40561. content
  40562. development
  40563. entertainment
  40564. consumer electronicsq
  40565. Dev.CD Jan 00 SDK1
  40566. D!All Packages
  40567. Tool Chest Edition
  40568. EditTextCdevI
  40569. Summary: EditTextCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev. J'Sample Code.img
  40570. Windows Sample Code.imgK
  40571. Apr 97O
  40572. Dev.CD Feb 00 TC:Sample Code:P
  40573. Dev.CD Feb 00 TC
  40574.  - Sample CodeV
  40575. 5933X
  40576. Feb 00^
  40577. arrays
  40578. arrived
  40579. arrow
  40580. arrows
  40581. articles
  40582. articulate
  40583. artwork
  40584. Apr 99M
  40585. Acrobat Reader 3.0N>DVD, content, development, entertainment, consumer electronicsO/Dev.CD Jan 00 SDK1:Interactive Media Resources:P1Dev.CD Jan 00 SDK1
  40586.  - Interactive Media Resourcesror errMsg number errNum
  40587.     --enter statements to perform when no records are found such as...
  40588.     display dialog "Sorry, the item you selected could not be found."
  40589.     return
  40590. end try
  40591. ld not be found."
  40592.     return
  40593. end try
  40594. e    No Changef&number formatting
  40595. ResEdit
  40596. localizationq
  40597. Dev.CD Feb 00 TC
  40598. D!All Packages
  40599. Tool Chest Edition
  40600. Folder Watching
  40601. morenetworksetup
  40602. moreover
  40603. morley
  40604. morphemes
  40605. mosaic
  40606. mostly
  40607. motherboard
  40608. motorola
  40609. mount
  40610. mountalias
  40611. mounted
  40612. mounted/re-mounted
  40613. a of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive cAT resources from a format string.
  40614.  lets you pick characters for format string from a palette.
  40615.  works with any script system.
  40616.  displays sample numbers to give you immediate feedback.
  40617. Issues:  Provided by Michael Hecht, SAS.
  40618. FMAT Editor.imgK
  40619. Jan 94M
  40620. ResEditN(number formatting, ResEdit, localizationO5Dev.CD Feb 00 TC:Tool Chest:Localization:FMAT Editor:
  40621. 9J<Documentation:
  40622. SOMobjects
  40623.  - Read Me First
  40624. System Additions:K
  40625. Jan 96L
  40626. Oct 96ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  40627.  for Mac OS:PIDev.CD Apr 98 SDK2
  40628.  - Development Kits (Disc 2)
  40629.  - SOMobjects
  40630.  for Mac OSputer
  40631. display
  40632. three-
  40633. opening
  40634. openmultfiles
  40635. openport
  40636. opens
  40637. openselection
  40638. openstep
  40639. openstep
  40640. documentation
  40641. applies
  40642. rhapsody
  40643. means
  40644. opentransport
  40645. openwindow
  40646. operate
  40647. operating
  40648. operation
  40649. operations
  40650. operator-defined
  40651. operators
  40652. opf-opendoc
  40653. opportunities
  40654. opportunity
  40655. opposite
  40656. optimal
  40657. optimization
  40658. optimizations
  40659. optimize
  40660. optimized
  40661. All Packages
  40662. System Enabler 088 (AVs)O
  40663. Dev.CD Apr 94P
  40664. Dev.CD Apr 9V
  40665. 6722X
  40666. Apr 94
  40667. b--set theItem to choose file -- uncomment to test in an AS editor
  40668.     tell application "Finder"
  40669.         open item "Dev.CD Apr 94"
  40670.         activate
  40671.     end tell
  40672. on error errMsg number errNum
  40673.     --enter statements to perform when no records are found such as...
  40674.     display dialog "Sorry, the item you selected could not be found."
  40675.     return
  40676. end try
  40677. All Packages
  40678. System Enabler 088 (AVs)O
  40679. Dev.CD Apr 94P
  40680. Dev.CD Apr 9V
  40681. 6723X
  40682. Apr 94
  40683. b--set theItem to choose file -- uncomment to test in an AS editor
  40684.     tell application "Finder"
  40685.         open item "Dev.CD Apr 94"
  40686.         activate
  40687.     end tell
  40688. on error errMsg number errNum
  40689.     --enter statements to perform when no records are found such as...
  40690.     display dialog "Sorry, the item you selected could not be found."
  40691.     return
  40692. end try
  40693. All Packages
  40694. System Enabler 088 (AVs)V
  40695. 6724X
  40696. f--set theItem to choose file -- uncomment to test in an AS editor
  40697.     tell application "Finder"
  40698.         open item "Dev.CD Jan 96 SSW"
  40699.         activate
  40700.     end tell
  40701. on error errMsg number errNum
  40702.     --enter statements to perform when no records are found such as...
  40703.     display dialog "Sorry, the item you selected could not be found."
  40704.     return
  40705. end try
  40706. add-ons@
  40707. adobe's@
  40708. agree@
  40709. alexander@
  40710. also@
  40711. always
  40712. among@
  40713. extension
  40714. which
  40715. enables
  40716. developers
  40717. adopt
  40718. high-leve@
  40719. analyzing@
  40720. and/or@
  40721. animators@
  40722. anymore@
  40723. apple
  40724. apple
  40725. detectors
  40726. technology
  40727. scans
  40728. searchi@
  40729. appletalk/ip@
  40730. applications@
  40731. arbitrary@
  40732. arrived@
  40733. asip@
  40734. aslm@
  40735. authoring@
  40736. autoguest
  40737. control
  40738. panel
  40739. attempts
  40740. prevent
  40741. bare@
  40742. beaker@
  40743. beyond@
  40744. bringing@
  40745. butcdef@
  40746. call@
  40747. indexes
  40748. indexing
  40749. india
  40750. indian
  40751. indicate
  40752. indicated
  40753. indicates
  40754. indicators
  40755. indices
  40756. indispensable
  40757. individual
  40758. industry
  40759. industry-standard
  40760. industrywatch
  40761. inefficiency
  40762. inflict
  40763. infomation
  40764. inform
  40765. informationW
  40766. packages
  40767. Dev.CD Jan 96 SSWP
  40768. Dev.CD Jan 96 SSV
  40769. 6591X
  40770. Jan 96
  40771. f--set theItem to choose file -- uncomment to test in an AS editor
  40772.     tell application "Finder"
  40773.         open item "Dev.CD Jan 96 SSW"
  40774.         activate
  40775.     end tell
  40776. on error errMsg number errNum
  40777.     --enter statements to perform when no records are found such as...
  40778.     display dialog "Sorry, the item you selected could not be found."
  40779.     return
  40780. end try
  40781. All Packages
  40782. System 7.5 Update 1.0O
  40783. Dev.CD Jul 95P
  40784. Dev.CD Jul 9V
  40785. 6592X
  40786. Jul 95
  40787. b--set theItem to choose file -- uncomment to test in an AS editor
  40788.     tell application "Finder"
  40789.         open item "Dev.CD Jul 95"
  40790.         activate
  40791.     end tell
  40792. on error errMsg number errNum
  40793.     --enter statements to perform when no records are found such as...
  40794.     display dialog "Sorry, the item you selected could not be found."
  40795.     return
  40796. end try
  40797. All Packages
  40798. System 7.5 Update 1.0O
  40799. Dev.CD Jul 95P
  40800. Dev.CD Jul 9V
  40801. 6593X
  40802. Jul 95
  40803. Dev.CD Jul 9V
  40804. 6403X
  40805. Jul 93
  40806. b--set theItem to choose file -- uncomment to test in an AS editor
  40807.     tell application "Finder"
  40808.         open item "Dev.CD Jul 93"
  40809.         activate
  40810.     end tell
  40811. on error errMsg number errNum
  40812.     --enter statements to perform when no records are found such as...
  40813.     display dialog "Sorry, the item you selected could not be found."
  40814.     return
  40815. end try
  40816. All Packages
  40817. F    QuickTimeO
  40818. Dev.CD Jul 93
  40819. Dev.CD Apr 93P
  40820. Dev.CD Jul 93
  40821. Dev.CD Apr 9V
  40822. 6404X
  40823. Jul 93
  40824. p--set theItem to choose file -- uncomment to test in an AS editor
  40825.     tell application "Finder"
  40826.         open item "Dev.CD Jul 93
  40827. Dev.CD Apr 93"
  40828.         activate
  40829.     end tell
  40830. on error errMsg number errNum
  40831.     --enter statements to perform when no records are found such as...
  40832.     display dialog "Sorry, the item you selected could not be found."
  40833.     return
  40834. end try
  40835. All Packages
  40836. F    QuickTimeO
  40837. Dev.CD Jul 93
  40838. Dev.CD Apr 93P
  40839. Dev.CD Jul 93
  40840. Dev.CD Apr 9V
  40841. 6405X
  40842. Jul 93
  40843. ompact disc. Playable on the set-top or the desktop, DVD bridges the worlds of consumer video and personal computing in a single, unified format.
  40844. While DVD promises to be a highly-successful consumer electronics format, preparing content (
  40845. premastering
  40846. ) for DVD can be a very complex process. And like most new formats, DVD requires new tools and techniques to create rich and satisfying content that make the most of
  40847. the medium.
  40848. Working with DVD requires an in-depth understanding of the fo
  40849. ^rmat, production process, and tools required to bring titles to market. By
  40850. understanding DVD and all that it entails, professional media develop-ers
  40851. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  40852. Apr 99
  40853. --set theItem to choose file -- uncomment to test in an AS editor
  40854.     tell application "Finder"
  40855.         open item "Dev.CD Apr 94
  40856. Dev.CD Jan 94
  40857. Dev.CD Oct 93
  40858. Dev.CD Jul 93
  40859. Dev.CD Apr 93"
  40860.         activate
  40861.     end tell
  40862. on error errMsg number errNum
  40863.     --enter statements to perform when no records are found such as...
  40864.     display dialog "Sorry, the item you selected could not be found."
  40865.     return
  40866. end try
  40867. current
  40868. release
  40869. mactcp
  40870. v2.0.6
  40871. mactcp
  40872. admin
  40873. v2.0.6
  40874. currently
  40875. cursive
  40876. cursor
  40877. cursordevice
  40878. cursordevicemanager
  40879. cursordevices
  40880. cursordevicesetaccel
  40881. cursors
  40882. curve
  40883. curves
  40884. custom
  40885. customchoose
  40886. customenabler
  40887. customer
  40888. customer's
  40889. All Packages
  40890. 7.5.2 (7200/9500)O
  40891. Dev.CD Jan 96 SSWP
  40892. Dev.CD Jan 96 SSV
  40893. 5420X
  40894. Jan 96
  40895. f--set theItem to choose file -- uncomment to test in an AS editor
  40896.     tell application "Finder"
  40897.         open item "Dev.CD Jan 96 SSW"
  40898.         activate
  40899.     end tell
  40900. on error errMsg number errNum
  40901.     --enter statements to perform when no records are found such as...
  40902.     display dialog "Sorry, the item you selected could not be found."
  40903.     return
  40904. end try
  40905. All Packages
  40906. 7.5.2 (7200/9500)O
  40907. Dev.CD Jan 96 SSWP
  40908. Dev.CD Jan 96 SSV
  40909. 5421X
  40910. Jan 96
  40911. f--set theItem to choose file -- uncomment to test in an AS editor
  40912.     tell application "Finder"
  40913.         open item "Dev.CD Jan 96 SSW"
  40914.         activate
  40915.     end tell
  40916. on error errMsg number errNum
  40917.     --enter statements to perform when no records are found such as...
  40918.     display dialog "Sorry, the item you selected could not be found."
  40919.     return
  40920. end try
  40921. All Packages
  40922. 7.5.2 (7200/9500)O
  40923. Dev.CD Jan 96 SSWV
  40924. 5422X
  40925. ou'll see a confirmation message when installation is complete. The Apple System Profiler will be placed in the Apple menu. To use ASP, open the Apple menu and choose Apple System Profiler.
  40926. J:Apple Sys Profiler 1.3.1 Info
  40927. Apple Sys Profiler 1.3.1.imgK
  40928. Jan 98M
  40929. System 7.5.2 or laterN
  40930. ASP, Profiler, Apple SystemOIDev.CD Feb 00 TC:Tool Chest:Developer Utilities:Apple Sys Profiler 1.3.1:PQDev.CD Feb 00 TC
  40931.  - Tool Chest
  40932.  - Developer Utilities
  40933.  - Apple Sys Profiler 1.3.1W
  40934. Jan 95
  40935. b--set theItem to choose file -- uncomment to test in an AS editor
  40936.     tell application "Finder"
  40937.         open item "Dev.CD Jan 95"
  40938.         activate
  40939.     end tell
  40940. on error errMsg number errNum
  40941.     --enter statements to perform when no records are found such as...
  40942.     display dialog "Sorry, the item you selected could not be found."
  40943.     return
  40944. end try
  40945. All Packages
  40946. AppleScriptO
  40947. Dev.CD Jan 95P
  40948. Dev.CD Jan 9V
  40949. 5763X
  40950. Jan 95
  40951. b--set theItem to choose file -- uncomment to test in an AS editor
  40952.     tell application "Finder"
  40953.         open item "Dev.CD Jan 95"
  40954.         activate
  40955.     end tell
  40956. on error errMsg number errNum
  40957.     --enter statements to perform when no records are found such as...
  40958.     display dialog "Sorry, the item you selected could not be found."
  40959.     return
  40960. end try
  40961. All Packages
  40962. AppleScriptO
  40963. Dev.CD Jan 95P
  40964. Dev.CD Jan 9V
  40965. 5764X
  40966. Jan 95
  40967. cacheline
  40968. cad/cam
  40969. Advanced Web Site Technique.pdf
  40970. Avoid Audio Pitfalls Guide.pdf
  40971. CompbasedMediaBroadcastEnv
  40972. Creating MIDI for the Web3.pdf
  40973. DeBabelizer 3.0.pdf
  40974. Design For Reuse.pdf
  40975. DesignForRobustness
  40976. Digital Asset Management.pdf
  40977. Digital Storyboard.pdf 
  40978. DVD Development.pdf
  40979. DVD_Primer.pdf
  40980. Enhanced CD Survival Guide.pdf
  40981. EOModeler
  40982. Frameworks.pdf
  40983. Gender-Based Title Creation.pdf
  40984. Int_Media_Writer_Resources.pdf
  40985. Java Survival Guide.pdf
  40986. Making Cool QD3D Apps.pdf
  40987. Music on the Net.pdf
  40988. New Audio Features QT3.pdf
  40989. Porting
  40990. kObjectiveCtoJava
  40991. Push Tech Survival Gd.pdf
  40992. QT3-More Than Dig. Video.pdf
  40993. Simplified Stream Audio.pdf
  40994. Web Animation Guide.pdf
  40995. WebObjects Database Part I.pdf
  40996. WebObjects Database Part II.pdf
  40997. WebObjects Memory Mgmt.pdf
  40998. WebObjects Tools and Techniques
  40999. WebObjectsCategories&Posers.pdf
  41000. WebObjectsPerformanceTuning
  41001. Working with WebObjects.pdf
  41002. Writing for Interactive Media
  41003. ysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  41004.  NetSprocket 1
  41005. --set theItem to choose file -- uncomment to test in an AS editor
  41006.     tell application "Finder"
  41007.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SGCapture:"
  41008.         activate
  41009.     end tell
  41010. on error errMsg number errNum
  41011.     --enter statements to perform when no records are found such as...
  41012.     display dialog "Sorry, the item you selected could not be found."
  41013.     return
  41014. end try
  41015. interfaces
  41016. Vnumber of moveable modal dialogs in an 
  41017. application.
  41018. It also demonstrates:
  41019.   -How to properly support the standard event loop, including basic support for multiple monitors.
  41020.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  41021.   -How to safely check if a system feature is available in a native PowerPC application (Gestalt isn't always enough).
  41022.   -A stream 'class' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  41023.   -An example of using 
  41024. DVD Primer
  41025. Publishing in the Age of DVD, Second Edition
  41026. A Primer for Creating Content for DVD
  41027. by Mark Ely and Dave Block
  41028. After several years of intense development and cross-industry cooperation
  41029. among consumer electronics companies, computer manufacturers, and the entertainment industry, the DVD format has arrived 
  41030.  and with it a new era of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive c
  41031. All Packages
  41032. 601 Processor Upgrade EnablerO
  41033. Dev.CD Jul 95P
  41034. Dev.CD Jul 9V
  41035. 5201X
  41036. Jul 95
  41037. b--set theItem to choose file -- uncomment to test in an AS editor
  41038.     tell application "Finder"
  41039.         open item "Dev.CD Jul 95"
  41040.         activate
  41041.     end tell
  41042. on error errMsg number errNum
  41043.     --enter statements to perform when no records are found such as...
  41044.     display dialog "Sorry, the item you selected could not be found."
  41045.     return
  41046. end try
  41047. All Packages
  41048. 601 Processor Upgrade EnablerO
  41049. Dev.CD Jul 95P
  41050. Dev.CD Jul 9V
  41051. 5202X
  41052. Jul 95
  41053. b--set theItem to choose file -- uncomment to test in an AS editor
  41054.     tell application "Finder"
  41055.         open item "Dev.CD Jul 95"
  41056.         activate
  41057.     end tell
  41058. on error errMsg number errNum
  41059.     --enter statements to perform when no records are found such as...
  41060.     display dialog "Sorry, the item you selected could not be found."
  41061.     return
  41062. end try
  41063. All Packages
  41064. 601 Processor Upgrade EnablerV
  41065. 5203X
  41066. framework
  41067. function
  41068. function
  41069. index
  41070. inside
  41071. functions
  41072. gamepad
  41073. games
  41074. games
  41075. sprockets
  41076. sprite
  41077. blitters
  41078. drawsprocket
  41079. moofwars
  41080. gaming
  41081. gamma
  41082. gateway
  41083. generator
  41084. gestalt
  41085. gestalt
  41086. selector
  41087. codes
  41088. gestalt
  41089. manager
  41090. machine
  41091. identificatio
  41092. getenetaddrdirect
  41093. getnextevent
  41094. getnextevent
  41095. waitnextevent
  41096. filter
  41097. helper
  41098. getversion
  41099. global
  41100. global
  41101. search
  41102. replace
  41103. software
  41104. project
  41105. archiving
  41106. top-selling
  41107. topic
  41108. topics
  41109. topping
  41110. total
  41111. totally
  41112. totals
  41113. touch
  41114. touches
  41115. tough
  41116. toward
  41117. towards
  41118. tpifile
  41119. tpifile
  41120. sample
  41121. module
  41122. tpifile
  41123. tpifile1.0b1
  41124. trace
  41125. traceroute
  41126. tracing
  41127. track
  41128. tracker
  41129. tracking
  41130. tracks
  41131. trad'l
  41132. traddriverloaderlib
  41133. trade
  41134. trade-offs
  41135. trademark
  41136. traditional
  41137. stragegy
  41138. strassmann
  41139. strategic
  41140. strategies
  41141. strategy
  41142. stream
  41143. streamedit
  41144. streamlined
  41145. 6356X
  41146. Jan 96
  41147. f--set theItem to choose file -- uncomment to test in an AS editor
  41148.     tell application "Finder"
  41149.         open item "Dev.CD Jan 96 SSW"
  41150.         activate
  41151.     end tell
  41152. on error errMsg number errNum
  41153.     --enter statements to perform when no records are found such as...
  41154.     display dialog "Sorry, the item you selected could not be found."
  41155.     return
  41156. end try
  41157. All Packages
  41158. F    QuickTimeO
  41159. Dev.CD Jan 96 SSWP
  41160. Dev.CD Jan 96 SSV
  41161. 6357X
  41162. Jan 96
  41163. f--set theItem to choose file -- uncomment to test in an AS editor
  41164.     tell application "Finder"
  41165.         open item "Dev.CD Jan 96 SSW"
  41166.         activate
  41167.     end tell
  41168. on error errMsg number errNum
  41169.     --enter statements to perform when no records are found such as...
  41170.     display dialog "Sorry, the item you selected could not be found."
  41171.     return
  41172. end try
  41173. All Packages
  41174. F    QuickTimeO
  41175. Dev.CD Jan 96 SSWP
  41176. Dev.CD Jan 96 SSV
  41177. 6358X
  41178. Jan 96
  41179. --set theItem to choose file -- uncomment to test in an AS editor
  41180.     tell application "Finder"
  41181.         open item "Dev.CD Apr 94
  41182. Dev.CD Jan 94
  41183. Dev.CD Oct 93
  41184. Dev.CD Jul 93
  41185. Dev.CD Apr 93"
  41186.         activate
  41187.     end tell
  41188. on error errMsg number errNum
  41189.     --enter statements to perform when no records are found such as...
  41190.     display dialog "Sorry, the item you selected could not be found."
  41191.     return
  41192. end try
  41193. - Common
  41194.     - Sun Compliant Java Runtime Environment 1.1
  41195.     - QuickTime 3 
  41196.     - QTJava.zip
  41197.     - QTJava media samples
  41198. - Mac OS:
  41199.     - System 8 or later
  41200.     - Macintosh Runtime for Java (MRJ) 2.1
  41201. - Windows 95, 98, or NT::
  41202.     - JRE/JDK from Sun Microsystems, Inc. recommended
  41203. QuickTime, Java, MRJesizeable@
  41204. resources@
  41205. retain@
  41206. rfcs@
  41207. rischspater@
  41208. rotating@
  41209. routing@
  41210. run-time@
  41211. runs@
  41212. said@
  41213. sample
  41214. sample
  41215. code@
  41216. sample
  41217. demonstrating
  41218. certain
  41219. kinds
  41220. savemenu@
  41221. screen@
  41222. scriptability@
  41223. scsi@
  41224. searches@
  41225. securely@
  41226. selectors@
  41227. sequence@
  41228. serving@
  41229. setdialogdefaultitem@
  41230. setvideomediagraphic@
  41231. ships@
  41232. shows
  41233. implement
  41234. pre-mixer
  41235. component@
  41236. shutdown@
  41237. signatures@
  41238. technical
  41239. testing
  41240. transport
  41241. qO-Dev.CD Jan 96 SSW
  41242. Dev.CD Jul 95
  41243. Dev.CD May 95P,Dev.CD Jan 96 SSW
  41244. Dev.CD Jul 95
  41245. Dev.CD May 9V
  41246. 6584X
  41247. Jan 96
  41248. --set theItem to choose file -- uncomment to test in an AS editor
  41249.     tell application "Finder"
  41250.         open item "Dev.CD Jan 96 SSW
  41251. Dev.CD Jul 95
  41252. Dev.CD May 95"
  41253.         activate
  41254.     end tell
  41255. on error errMsg number errNum
  41256.     --enter statements to perform when no records are found such as...
  41257.     display dialog "Sorry, the item you selected could not be found."
  41258.     return
  41259. end try
  41260. All Packages
  41261. System 7.5 Update 1.0O
  41262. Dev.CD Jan 96 SSWP
  41263. Dev.CD Jan 96 SSV
  41264. 6585X
  41265. Jan 96
  41266. f--set theItem to choose file -- uncomment to test in an AS editor
  41267.     tell application "Finder"
  41268.         open item "Dev.CD Jan 96 SSW"
  41269.         activate
  41270.     end tell
  41271. on error errMsg number errNum
  41272.     --enter statements to perform when no records are found such as...
  41273.     display dialog "Sorry, the item you selected could not be found."
  41274.     return
  41275. end try
  41276. All Packages
  41277. brief
  41278. brigham
  41279. bring
  41280. bring-up
  41281. bringing
  41282. brings
  41283. brink
  41284. british
  41285. broad
  41286. broadcast
  41287. broadcast-ready
  41288. brochure
  41289. broken
  41290. bronze
  41291. browse
  41292. browser
  41293. browsers
  41294. browsing
  41295. bruce
  41296. bruyndonckx
  41297. bryan
  41298. budget
  41299. bufcallback
  41300. buffer
  41301. buffercmd
  41302. buffered
  41303. buffering
  41304. buffers
  41305. UnmountProjector
  41306. UnwrapCommentText
  41307. UserStartup
  41308. Goodies
  41309. WrapCommentText
  41310. MPW Goodies Info
  41311. MPW Goodies Info.txt
  41312. r capable of reading a 400K text file.N
  41313. Gestalt Selector Codes, Gestalt Manager, Machine Identification, System Identification, System Software Release, Version, Capabilities, System FeaturesODDev.CD Feb 00 TC:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:
  41314. audit
  41315. audited
  41316. auditing
  41317. aug-95
  41318. august
  41319. aurp-speaking
  41320. authenticate
  41321. authenticated
  41322. authentication
  41323. authenticator
  41324. author
  41325. authoring
  41326. authorized
  41327. authors
  41328. auto-scroll
  41329. autoguest
  41330.  Chest:Development Kits:MPW Related:DTS MPW Goodies:"
  41331.         activate
  41332.     end tell
  41333. on error errMsg number errNum
  41334.     --enter statements to perform when no records are found such as...
  41335.     display dialog "Sorry, the item you selected could not be found."
  41336.     return
  41337. end try
  41338. e    No Changeq
  41339. Dev.CD Feb 00 TC
  41340. DTS QT Utilities.Aug-95I
  41341. Summary:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation folder for more details.J'Sample Code.img
  41342. Windows Sample Code.imgK
  41343. Jun 95L
  41344. Nov 95O
  41345. Dev.CD Feb 00 TC:Sample Code:P
  41346. Dev.CD Feb 00 TC
  41347.  - Sample CodeV
  41348. 4083X
  41349. 1ple CodeV
  41350. 4083X
  41351. Moved
  41352. e--set theItem to choose file -- uncomment to test in an AS editor
  41353.     tell application "Finder"
  41354.         open item "Dev.CD Feb 98 TC"
  41355.         activate
  41356.     end tell
  41357. on error errMsg number errNum
  41358.     --enter statements to perform when no records are found such as...
  41359.     display dialog "Sorry, the item you selected could not be found."
  41360.     return
  41361. end try
  41362. Sorry, the item you selected could not be found."
  41363.     return
  41364. end try
  41365. e    No Changef PlainTalk
  41366. Speech Recognition
  41367. Dev.CD Jan 00 SDK1
  41368. D!All Packages
  41369. Mac OS SDK Edition
  41370. Speech Synthesis Manager
  41371. sentences
  41372. sentense
  41373. separate
  41374. separately
  41375. separation
  41376. separations
  41377. september
  41378. sequel
  41379. yahoo
  41380. years
  41381. yellow
  41382. yes/no
  41383. yield/suspend/resume
  41384. yielding
  41385. yieldtoanythread
  41386. webobjects
  41387. All Packages
  41388. QuickDraw 3DO
  41389. Dev.CD Jan 96 SSWP
  41390. Dev.CD Jan 96 SSV
  41391. 6249X
  41392. Jan 96
  41393. f--set theItem to choose file -- uncomment to test in an AS editor
  41394.     tell application "Finder"
  41395.         open item "Dev.CD Jan 96 SSW"
  41396.         activate
  41397.     end tell
  41398. on error errMsg number errNum
  41399.     --enter statements to perform when no records are found such as...
  41400.     display dialog "Sorry, the item you selected could not be found."
  41401.     return
  41402. end try
  41403. All Packages
  41404. QuickDraw 3DO
  41405. Dev.CD Jan 96 SSWP
  41406. Dev.CD Jan 96 SSV
  41407. 6250X
  41408. Jan 96
  41409. f--set theItem to choose file -- uncomment to test in an AS editor
  41410.     tell application "Finder"
  41411.         open item "Dev.CD Jan 96 SSW"
  41412.         activate
  41413.     end tell
  41414. on error errMsg number errNum
  41415.     --enter statements to perform when no records are found such as...
  41416.     display dialog "Sorry, the item you selected could not be found."
  41417.     return
  41418. end try
  41419. All Packages
  41420. QuickDraw 3DO
  41421. Dev.CD Jan 96 SSWV
  41422. 6251X
  41423. 6447X
  41424. Feb 00^
  41425. r--set theItem to choose file -- uncomment to test in an AS editor
  41426.     tell application "Finder"
  41427.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41428.         activate
  41429.     end tell
  41430. on error errMsg number errNum
  41431.     --enter statements to perform when no records are found such as...
  41432.     display dialog "Sorry, the item you selected could not be found."
  41433.     return
  41434. end try
  41435. MovedfUQTVR
  41436. QuickTime VR
  41437. Make QTVR Object
  41438. Make QTVR Panorama
  41439. QuickTime
  41440. virtual reality
  41441. toolsq
  41442. Dev.CD Feb 00 TC
  41443. D(All Packages
  41444. Reference Library Edition
  41445. QuickView
  41446.  Developer Edition
  41447. 5766X
  41448. Jan 00^
  41449. --set theItem to choose file -- uncomment to test in an AS editor
  41450.     tell application "Finder"
  41451.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AppleScript SDK:"
  41452.         activate
  41453.     end tell
  41454. on error errMsg number errNum
  41455.     --enter statements to perform when no records are found such as...
  41456.     display dialog "Sorry, the item you selected could not be found."
  41457.     return
  41458. end try
  41459. e    No Changef0AppleScript
  41460. scripting
  41461. Apple Event,Folder Actionsq
  41462. Dev.CD Jan 00 SDK1
  41463. @D!All Packages
  41464. Mac OS SDK Edition
  41465. AppleSearch
  41466. TSummary:  This folder contains:
  41467.  current release of the AppleSearch Client software for Macintosh (v1.5),
  41468.  prerelease version of the AppleSearch Client software for Windows,
  41469.  current version of the AppleSearch Client API for Macintosh (v1.5), 
  41470.  prerelease version of the AppleSearch Client API for Windows, and
  41471.  updated documentation.
  41472. J/AppleSearch - Read Me First
  41473. Macintosh:
  41474. Windows:K
  41475. Feb 94L
  41476. Nov 94ge
  41477. 5773X
  41478. Apr 98^
  41479. --set theItem to choose file -- uncomment to test in an AS editor
  41480.     tell application "Finder"
  41481.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk:"
  41482.         activate
  41483.     end tell
  41484. on error errMsg number errNum
  41485.     --enter statements to perform when no records are found such as...
  41486.     display dialog "Sorry, the item you selected could not be found."
  41487.     return
  41488. end try
  41489. e    No Changeq
  41490. Dev.CD Apr 98 SDK1
  41491. GD!All Packages
  41492. Tool Chest Edition
  41493. AppleTalk SW for SNMP
  41494. Summary:  Contains latest AppleTalk stack (version 58) and MacSNMP 1.0.2
  41495. Features:  Latest binary software for AppleTalk. Needed for MacSNMP development too. Header files and documentation available with MPW and Inside Macintosh
  41496. Issues:  Single user license only. Redistribution license required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  41497.     No Change
  41498. ttcpwilldial
  41499. tcp/ip
  41500. search
  41501. technical
  41502. satisfying
  41503. saturate
  41504. saved
  41505. saved-off
  41506. savedpapfilexx
  41507. savemenu
  41508. saver
  41509. saves
  41510. saving
  41511. savings
  41512. savory
  41513. savvy
  41514. sawitzki
  41515. sbarcdef
  41516. scalable
  41517. scale
  41518. scales
  41519. scaling
  41520. scanned
  41521. scanner
  41522. scanners
  41523. scanning
  41524. scans
  41525. scenario
  41526. scene
  41527. schedule
  41528. scheduled
  41529. schedules
  41530. schemes
  41531. schneider
  41532. school
  41533. science
  41534. scoop
  41535. score
  41536. scoring
  41537. scott
  41538. scrambling
  41539. scrap
  41540. --set theItem to choose file -- uncomment to test in an AS editor
  41541.     tell application "Finder"
  41542.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16"
  41543.         activate
  41544.     end tell
  41545. on error errMsg number errNum
  41546.     --enter statements to perform when no records are found such as...
  41547.     display dialog "Sorry, the item you selected could not be found."
  41548.     return
  41549. end try
  41550. highlights
  41551. issue
  41552. highlights
  41553. Oct 98M
  41554. Requires CodeWarrior Pro v3.0 IDE to open the project file.
  41555. The program requires Open Transport 1.1.1 or greater, however, the program can be modified to remove the OT dependency.N2Ethernet built-in, Enet Address, Burned-in AddressO
  41556. Dev.CD Feb 00 TC:Sample Code:P
  41557. Dev.CD Feb 00 TC
  41558.  - Sample Code
  41559. Dev.CD Jul 96 SSWP
  41560. Dev.CD Jul 96 SSV
  41561. 6616X
  41562. Jul 96
  41563. f--set theItem to choose file -- uncomment to test in an AS editor
  41564.     tell application "Finder"
  41565.         open item "Dev.CD Jul 96 SSW"
  41566.         activate
  41567.     end tell
  41568. on error errMsg number errNum
  41569.     --enter statements to perform when no records are found such as...
  41570.     display dialog "Sorry, the item you selected could not be found."
  41571.     return
  41572. end try
  41573. All Packages
  41574. System 7.5 Update 2.0O
  41575. Dev.CD Jul 96 SSWP
  41576. Dev.CD Jul 96 SSV
  41577. 6617X
  41578. Jul 96
  41579. f--set theItem to choose file -- uncomment to test in an AS editor
  41580.     tell application "Finder"
  41581.         open item "Dev.CD Jul 96 SSW"
  41582.         activate
  41583.     end tell
  41584. on error errMsg number errNum
  41585.     --enter statements to perform when no records are found such as...
  41586.     display dialog "Sorry, the item you selected could not be found."
  41587.     return
  41588. end try
  41589. All Packages
  41590. System 7.5 Update 2.0O
  41591. Dev.CD Jul 96 SSWP
  41592. Dev.CD Jul 96 SSV
  41593. 6618X
  41594. Jul 96
  41595. All Packages
  41596. F    8.0 ImageO
  41597. Dev.CD Nov 97 SSWP
  41598. Dev.CD Nov 97 SSV
  41599. 5626X
  41600. Nov 97
  41601. f--set theItem to choose file -- uncomment to test in an AS editor
  41602.     tell application "Finder"
  41603.         open item "Dev.CD Nov 97 SSW"
  41604.         activate
  41605.     end tell
  41606. on error errMsg number errNum
  41607.     --enter statements to perform when no records are found such as...
  41608.     display dialog "Sorry, the item you selected could not be found."
  41609.     return
  41610. end try
  41611. All Packages
  41612. F    8.0 ImageO
  41613. Dev.CD Nov 97 SSWP
  41614. Dev.CD Nov 97 SSV
  41615. 5627X
  41616. Nov 97
  41617. f--set theItem to choose file -- uncomment to test in an AS editor
  41618.     tell application "Finder"
  41619.         open item "Dev.CD Nov 97 SSW"
  41620.         activate
  41621.     end tell
  41622. on error errMsg number errNum
  41623.     --enter statements to perform when no records are found such as...
  41624.     display dialog "Sorry, the item you selected could not be found."
  41625.     return
  41626. end try
  41627. All Packages
  41628. F    8.0 ImageO
  41629. Dev.CD Nov 97 SSWP
  41630. Dev.CD Nov 97 SSV
  41631. 5628X
  41632. speech
  41633. recognition
  41634. manager
  41635. speech
  41636. synthesis
  41637. installers
  41638. speechrecogmgr
  41639. spellswell
  41640. spellswell
  41641. spellswell
  41642. sprites
  41643. sprocketinavders
  41644. sprocketinavders
  41645. sprocketinvaders
  41646. sprocketinvaders
  41647. sprocketinvaders
  41648. sprocketinvaders
  41649. sprockets
  41650. interfaces
  41651. files
  41652. sample
  41653. sresource
  41654. srlanguagemodeler
  41655. stack
  41656. staging
  41657. staging
  41658. alerts
  41659. standalone
  41660. standalone
  41661. quick
  41662. start
  41663. standard
  41664. standards
  41665. standardwdef
  41666. standardwdef
  41667. start
  41668. start
  41669. started
  41670. starter
  41671. startup
  41672. static
  41673. stdfilesaver
  41674. stiletto
  41675. stiletto
  41676. program
  41677. stiletto
  41678. sources
  41679. All Packages
  41680. 8.5.1O
  41681. Dev.CD May 99 SDKP
  41682. Dev.CD May 99 SDV
  41683. 5689X
  41684. May 99
  41685. f--set theItem to choose file -- uncomment to test in an AS editor
  41686.     tell application "Finder"
  41687.         open item "Dev.CD May 99 SDK"
  41688.         activate
  41689.     end tell
  41690. on error errMsg number errNum
  41691.     --enter statements to perform when no records are found such as...
  41692.     display dialog "Sorry, the item you selected could not be found."
  41693.     return
  41694. end try
  41695. All Packages
  41696. 8.5.1O
  41697. Dev.CD May 99 SDKP
  41698. Dev.CD May 99 SDV
  41699. 5690X
  41700. May 99
  41701. f--set theItem to choose file -- uncomment to test in an AS editor
  41702.     tell application "Finder"
  41703.         open item "Dev.CD May 99 SDK"
  41704.         activate
  41705.     end tell
  41706. on error errMsg number errNum
  41707.     --enter statements to perform when no records are found such as...
  41708.     display dialog "Sorry, the item you selected could not be found."
  41709.     return
  41710. end try
  41711. All Packages
  41712. Dev.CD Jul 99 SSWP
  41713. Dev.CD Jul 99 SSV
  41714. 5691X
  41715. Jul 99
  41716. hints
  41717. history
  41718. hit-testing
  41719. hitec
  41720. hitting
  41721. hoddie
  41722. hokum
  41723. holcomb
  41724. holding
  41725. holds
  41726. holiday
  41727. holland
  41728. hooper
  41729. otsauce
  41730. hours
  41731. house
  41732. 5727X
  41733. Dec 99^
  41734. --set theItem to choose file -- uncomment to test in an AS editor
  41735.     tell application "Finder"
  41736.         open item "Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:"
  41737.         activate
  41738.     end tell
  41739. on error errMsg number errNum
  41740.     --enter statements to perform when no records are found such as...
  41741.     display dialog "Sorry, the item you selected could not be found."
  41742.     return
  41743. end try
  41744. Deletedq
  41745. Dev.CD Dec 99 RL
  41746. D!All Packages
  41747. Tool Chest Edition
  41748. AE Sample Applications
  41749. Summary: This folder contains sample applications that demonstrate how to develop applications that support Apple Events and the Object Model.
  41750. 7Edit is a simple text editor that is recordable and scriptable. It includes sample C and Pascal code demonstrating how to develop a recordable, scriptable application using Apple events, the Object Model, and AppleScript. Supports the Core and Text suite of events.
  41751. 7Edit 3.1
  41752. CoreSample 1.1K
  41753. May 92L
  41754. May 94ge
  41755. summary
  41756. media
  41757. megamovies
  41758. memhell
  41759. memhell
  41760. 1.0a6
  41761. readme
  41762. memory
  41763. memory
  41764. management
  41765. menuhints
  41766. menuhints
  41767. mergeitems
  41768. mergeitems
  41769. message
  41770. meta-content
  41771. meta-content
  41772. format
  41773. helper
  41774. helpful
  41775. helping
  41776. helps
  41777. heralds
  41778. here's
  41779. hersey
  41780. hewlett-packard
  41781. volumes
  41782. summary
  41783. finderheaps
  41784. debugging
  41785. allows
  41786. summary
  41787. years
  41788. chinese
  41789. input
  41790. bottleneck
  41791. summary
  41792. fragment
  41793. simple
  41794. application
  41795. designed
  41796. summary
  41797. gxgraphics
  41798. 1.1.6
  41799. extension
  41800. encompasses
  41801. summary
  41802. gxoverridetool
  41803. message
  41804. override
  41805. source
  41806. summary
  41807. noticed
  41808. there
  41809. isn't
  41810. effective
  41811. summary
  41812. hotsauce
  41813. technology
  41814. demonstration
  41815. based
  41816. ntosh
  41817. software
  41818. distributed
  41819. world
  41820. Movedq
  41821. Dev.CD Feb 00 TC
  41822. D!All Packages
  41823. Tool Chest Edition
  41824. Eject PC Cards Location Module
  41825. 1A Location Manager module that shows how to eject PC Cards.  This is a sample of an action module and is useful in general for PowerBook users which use PC Cards and Location Manager
  41826. Shows how to walk the name registry to find PC Cards and eject them. Shows how to build a Location Manager action module.
  41827. J'Sample Code.img
  41828. Windows Sample Code.imgK
  41829. Mar 99MFPower Macintosh with PC Card 3.0 (PowerBook 3400, 2400, G3, G3 Series)N3PC Card 3.0, Location Manager, Eject, Action moduleO
  41830. Dev.CD Feb 00 TC:Sample Code:P
  41831. Dev.CD Feb 00 TC
  41832.  - Sample CodeV
  41833. 5934X
  41834. Feb 00^
  41835. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  41836. PS 1.1.3:PFDev.CD Nov 99 TC
  41837.  - Tool Chest
  41838.  - Developer Utilities
  41839.  - Drop
  41840. PS 1.1.3
  41841. r--set theItem to choose file -- uncomment to test in an AS editor
  41842.     tell application "Finder"
  41843.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41844.         activate
  41845.     end tell
  41846. on error errMsg number errNum
  41847.     --enter statements to perform when no records are found such as...
  41848.     display dialog "Sorry, the item you selected could not be found."
  41849.     return
  41850. end try
  41851. tements to perform when no records are found such as...
  41852.     display dialog "Sorry, the item you selected could not be found."
  41853.     return
  41854. end try
  41855. e    No Changef<device
  41856. driver
  41857. block
  41858. storage
  41859. Drive,r Gestalt
  41860. CD-ROM
  41861. hard diskq
  41862. Dev.CD Feb 00 TC
  41863. D!All Packages
  41864. Tool Chest Edition
  41865. PS 1.1.3
  41866. entertainment
  41867. environment
  41868. eomodeler
  41869. error
  41870. error
  41871. reports
  41872. apple
  41873. ethernet
  41874. ethernet
  41875. address
  41876. ethernet
  41877. built-in
  41878. ethernet
  41879. ethertalk
  41880. etsda
  41881. event
  41882. mber errNum
  41883.     --enter statements to perform when no records are found such as...
  41884.     display dialog "Sorry, the item you selected could not be found."
  41885.     return
  41886. end try
  41887. Deletedq
  41888. Dev.CD Nov 99 TC
  41889. D(All Packages
  41890. Reference Library Edition
  41891. DropDiskIxSummary:  DropDisk is an application that mounts disk images on the desktop.  See the file "About DropDisk" for details.J
  41892. About DropDisk
  41893. DropDiskK
  41894. Jan 95O*Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:P/Dev.CD Dec 99 RL
  41895.  - Utilities
  41896.  - DropDisk 1.0b5V
  41897. 4081X
  41898. Dec 99^
  41899. r--set theItem to choose file -- uncomment to test in an AS editor
  41900.     tell application "Finder"
  41901.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41902.         activate
  41903.     end tell
  41904. on error errMsg number errNum
  41905.     --enter statements to perform when no records are found such as...
  41906.     display dialog "Sorry, the item you selected could not be found."
  41907.     return
  41908. end try
  41909. end try
  41910. e    No Changeq
  41911. Dev.CD Feb 00 TC
  41912. D!All Packages
  41913. Tool Chest Edition
  41914. Snippets - OS Utilities
  41915. (** = new, * = revised)
  41916. DeskPat:  This snippet how you can  access the "Desktop Pattern" and the "Set Utilities Pattern" pattern. (This pattern is set by holding down the option key in the Desktop Patterns Control Panel.) This control panel uses resources of type 'ppat' to store this pattern. The `ppat' resource is stored in the System file in your System Folder; the desktop pattern has an ID of 16 and the utilities pattern has an ID of 42. Since this is not documented, it could be subjec
  41917. location
  41918. manager
  41919. eject
  41920. action
  41921. module
  41922. network
  41923. driver
  41924. transport
  41925. module
  41926. token
  41927. pccard
  41928. pccard
  41929. hooper
  41930. powerbook
  41931. comet
  41932. pccts
  41933. driver
  41934. loader
  41935. openfirmware
  41936. fcode
  41937. forth
  41938. tokenize
  41939. pci-pci
  41940. pcmcia
  41941. container
  41942.  1.1.6O\Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:PdDev.CD Apr 98 SDK2
  41943.  - Development Kits (Disc 2)
  41944.  - Quickdraw GX Init Update
  41945.  - GXGraphics 1.1.6 initV
  41946. 2278X
  41947. Apr 98^
  41948. e    No Changef0PC Card 3.0
  41949. Location Manager
  41950. Eject
  41951. Action moduleq
  41952. Dev.CD Feb 00 TC
  41953. D!All Packages
  41954. Mac OS SDK Edition
  41955. Embedding Profile Documentation
  41956. CThis folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats.
  41957. This folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  41958. Embedding ICC Profile in GIF89a
  41959. Embedding ICC Profiles in EPS
  41960. Embedding ICC Profiles in JFIF
  41961. Embedding ICC Profiles in Pict
  41962. Embedding ICC Profiles in TIFFK
  41963. Apr 98M    ColorSyncN9ColorSync, ICC, Profile Embed, JFIF, GIF, PICT, TIFF, EPSOiDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:PtDev.CD Apr 98 SDK1
  41964.  - Development Kits (Disc 1)
  41965.  - ColorSync SDK
  41966.  - Documentation
  41967.  - Embedding Profile DocumentationV
  41968. 5935X
  41969. Apr 98^
  41970. 4-character
  41971. 4.0.8
  41972. 4.5.2
  41973. 40-60
  41974. 40-bit
  41975. 4400/200
  41976. program
  41977. control
  41978. access
  41979. 512-919-2645
  41980. 5300c/1005300ce/1173
  41981. 58.1.5
  41982. 5thcolumnW
  41983. 6-158
  41984. 6-164
  41985. 6.0.4
  41986. 6.0.5
  41987. 6.3.1
  41988. 6.3.2
  41989. r--set theItem to choose file -- uncomment to test in an AS editor
  41990.     tell application "Finder"
  41991.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41992.         activate
  41993.     end tell
  41994. on error errMsg number errNum
  41995.     --enter statements to perform when no records are found such as...
  41996.     display dialog "Sorry, the item you selected could not be found."
  41997.     return
  41998. end try
  41999.  not be found."
  42000.     return
  42001. end try
  42002. e    No Changef
  42003. Drive Setup
  42004. Dev.CD Dec 99 RL Disk 1
  42005. D!All Packages
  42006. Tool Chest Edition
  42007. Driver Installer
  42008. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  42009. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  42010.     No Change
  42011. Dev.CD Jan 94
  42012. Dev.CD Oct 93P
  42013. Dev.CD Jan 94
  42014. Dev.CD Oct 9V
  42015. 6383X
  42016. Jan 94
  42017. p--set theItem to choose file -- uncomment to test in an AS editor
  42018.     tell application "Finder"
  42019.         open item "Dev.CD Jan 94
  42020. Dev.CD Oct 93"
  42021.         activate
  42022.     end tell
  42023. on error errMsg number errNum
  42024.     --enter statements to perform when no records are found such as...
  42025.     display dialog "Sorry, the item you selected could not be found."
  42026.     return
  42027. end try
  42028. All Packages
  42029. F    QuickTimeO
  42030. Dev.CD Jan 94
  42031. Dev.CD Oct 93P
  42032. Dev.CD Jan 94
  42033. Dev.CD Oct 9V
  42034. 6384X
  42035. Jan 94
  42036. p--set theItem to choose file -- uncomment to test in an AS editor
  42037.     tell application "Finder"
  42038.         open item "Dev.CD Jan 94
  42039. Dev.CD Oct 93"
  42040.         activate
  42041.     end tell
  42042. on error errMsg number errNum
  42043.     --enter statements to perform when no records are found such as...
  42044.     display dialog "Sorry, the item you selected could not be found."
  42045.     return
  42046. end try
  42047. All Packages
  42048. F    QuickTimeV
  42049. 6385X
  42050. MacOS more accessible.
  42051. Speech Recognition Manager: This QuickView database documents the speech recognition services for Macintosh computers.
  42052. Inside Macintosh: Telephony: This QuickView Database describes the Telephone Manager, the part of the Macintosh system software that you can use to develop applications and other software that provide telephony capabilities (that is, capabilities that allow you to manage telephones, and in particular to establish or control connections between teleD
  42053. phones on a telephone network). You can use the Telephone Manager to develop a wide range of applications, including screen-based telephone dialers, computer-based answering-machines, call forwarders, and so forth.
  42054. Jh Read Me First!
  42055. Adv Color Imaging on the Mac OS:
  42056. Apple Game Sprockets:
  42057. IM-Telephony:
  42058. Speech Recognition:K
  42059. Feb 97OZDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:QuickView Databases-Standalone:
  42060. change@
  42061. updated@
  42062. apple@
  42063. All Packages
  42064. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  42065. Dev.CD Jan 94
  42066. Dev.CD Oct 93
  42067. Dev.CD Jul 93
  42068. Dev.CD Apr 93PDDev.CD Apr 94
  42069. Dev.CD Jan 94
  42070. Dev.CD Oct 93
  42071. Dev.CD Jul 93
  42072. Dev.CD Apr 9V
  42073. 6638X
  42074. Apr 94
  42075. --set theItem to choose file -- uncomment to test in an AS editor
  42076.     tell application "Finder"
  42077.         open item "Dev.CD Apr 94
  42078. Dev.CD Jan 94
  42079. Dev.CD Oct 93
  42080. Dev.CD Jul 93
  42081. Dev.CD Apr 93"
  42082.         activate
  42083.     end tell
  42084. on error errMsg number errNum
  42085.     --enter statements to perform when no records are found such as...
  42086.     display dialog "Sorry, the item you selected could not be found."
  42087.     return
  42088. end try
  42089. All Packages
  42090. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  42091. Dev.CD Jan 94
  42092. Dev.CD Oct 93
  42093. Dev.CD Jul 93
  42094. Dev.CD Apr 93PDDev.CD Apr 94
  42095. Dev.CD Jan 94
  42096. Dev.CD Oct 93
  42097. Dev.CD Jul 93
  42098. Dev.CD Apr 9V
  42099. 6639X
  42100. Apr 94
  42101. rfc1662
  42102. rfc1662
  42103. richardson
  42104. rights
  42105. rinaldi
  42106. rincludes
  42107. roadmap
  42108. scriptable
  42109. scripting
  42110. scriptswitcher
  42111. scriptswitcher
  42112. script
  42113. switcher
  42114. scroll
  42115. scrolling
  42116. performance
  42117. manager
  42118. search
  42119. search
  42120. index
  42121. vtwin
  42122. summary
  42123. select
  42124. selected
  42125. selector
  42126. sequences
  42127. serial
  42128. serialshimlib
  42129. series
  42130. server
  42131. servers
  42132. services
  42133. setdefaultdtp
  42134. setdeskcpat
  42135. setting
  42136. setup
  42137. shared
  42138. sharing
  42139. sherlock
  42140. sherlock
  42141. content
  42142. extractor
  42143. search
  42144. showicon
  42145. showicon
  42146. showinit
  42147. extension
  42148. icons
  42149. showinit
  42150. virtually
  42151. viruses
  42152. visemrj
  42153. visibility
  42154. visible
  42155. visigenic
  42156. arbitrary@
  42157. architecture/roadmap@
  42158. area@
  42159. arrays@
  42160. article@
  42161. as-is@
  42162. asia@
  42163. asip@
  42164. asked@
  42165. asynchronous
  42166. background
  42167. networking
  42168. macintosh
  42169. harry@
  42170. at-attachment@
  42171. audit@
  42172. autoguest
  42173. control
  42174. panel
  42175. attempts
  42176. prevent
  42177. automate@
  42178. avoids@
  42179. background-only
  42180. backlight@
  42181. bare@
  42182. basket@
  42183. beaker@
  42184. behaviour@
  42185. beyond@
  42186. black-and-white@
  42187. both@
  42188. brief@
  42189. built-in@
  42190. butcdef@
  42191. block@
  42192. call@
  42193. campfire@
  42194. can't@
  42195. capture
  42196. summary
  42197. apple
  42198. directions
  42199. developer
  42200. business
  42201. report
  42202. 1-12/
  42203. summary
  42204. apple
  42205. licensed
  42206. ported
  42207. ibm's
  42208. somobjects
  42209. summary
  42210. apple's
  42211. indian
  42212. language
  42213. summary
  42214. apple's
  42215. korean
  42216. language
  42217. affordable
  42218. summary
  42219. appstogo
  42220. development
  42221. framework
  42222. developm
  42223. summary
  42224. 2.0.1
  42225. release
  42226. summary
  42227. atrapper
  42228. application
  42229. records
  42230. a-trap
  42231. calls
  42232. summary
  42233. audit
  42234. small
  42235. library
  42236. functions
  42237. provide
  42238. summary
  42239. backlight
  42240. control
  42241. control
  42242. panel
  42243. powerbooks
  42244. summary
  42245. bbedit
  42246. freeware
  42247. derivative
  42248. bbedit
  42249. summary
  42250. betabase
  42251. filemaker
  42252. report
  42253. database
  42254. summary
  42255. order
  42256. catch
  42257. summary
  42258. buginfo
  42259. macro
  42260. execute
  42261. within
  42262. macsbug
  42263. summary
  42264. callhyper
  42265. external
  42266. dimension
  42267. which
  42268. summary
  42269. cdent
  42270. format
  42271. source
  42272. AppleShare IP 6.3 SDK
  42273. Continuing to offer the traditional server software suite, AppleShare IP 6.3 now supports Mac OS 9, allowing server administrators to take advantage of the latest improvements in the Mac OS.  AppleShare IP 6.3 also eliminates the dependencies of the earlier versions of the administration applications on Open Doc and replaces those with a single integrated management administration, called Mac OS Server Admin.  Within this SDK, you will find detailed developer documentation, interfaces, lib
  42274. 5769X
  42275. uncomment to test in an AS editor
  42276.     tell application "Finder"
  42277.         open item "Dev.CD Jan 94
  42278. Dev.CD Oct 93"
  42279.         activate
  42280.     end tell
  42281. on error errMsg number errNum
  42282.     --enter statements to perform when no records are found such as...
  42283.     display dialog "Sorry, the item you selected could not be found."
  42284.     return
  42285. end try
  42286. All Packages
  42287. F    QuickTimeO
  42288. Dev.CD Jan 94
  42289. Dev.CD Oct 93P
  42290. Dev.CD Jan 94
  42291. Dev.CD Oct 9V
  42292. 4519X
  42293. Jan 94
  42294. e    No Changef2ColorSync
  42295. Profile Embed
  42296. Dev.CD Apr 98 SDK1
  42297. All Packages
  42298. F)Enhanced Macintosh PB 1400 Developer NoteI
  42299. Summary: This developer note describes the latest model of the PowerBook 1400 computer. The note describes only the changes that make the new model different from its earlier counterparts.J
  42300. PB_190_5300RAMCard_Er.pdf
  42301. PowerBook_1400.pdf
  42302. PowerBook_1400_Addendum.pdf
  42303. PowerBook_2400c.pdf
  42304. PowerBook_3400.pdf
  42305. PowerBook_5300.pdf
  42306. PowerBook_Duo_2300c.pdf
  42307. PowerBook_Processor_Upg.pdfK
  42308. Sep 97M
  42309. Acrobat Reader.N
  42310. PowerBook 1400OdDev.CD Dec 99 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:PoDev.CD Dec 99 RL Disk 2
  42311.  - Technical Publications
  42312.  - hardware
  42313.  - Developer_Notes
  42314.  - Macintosh_CPUs-PPC_PortableV
  42315. 5936X
  42316. Dec 99^    RL Disk 2
  42317. e    No Change
  42318. cords are found such as...
  42319.     display dialog "Sorry, the item you selected could not be found."
  42320.     return
  42321. end try
  42322. e    No Changeq
  42323. Dev.CD Feb 00 TC
  42324. All Packages
  42325. --set theItem to choose file -- uncomment to test in an AS editor
  42326.     tell application "Finder"
  42327.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:"
  42328.         activate
  42329.     end tell
  42330. on error errMsg number errNum
  42331.     --enter statements to perform when no records are found such as...
  42332.     display dialog "Sorry, the item you selected could not be found."
  42333.     return
  42334. end try
  42335. colorsync
  42336. profile
  42337. embed
  42338. colorsync
  42339. profile
  42340. specification
  42341. colorsync
  42342. photoshop
  42343. plug-ins
  42344. colorsync
  42345. profile
  42346. rename
  42347. colour
  42348. comet
  42349. communications
  42350. compare
  42351. compiler
  42352. compilers
  42353. component
  42354. component
  42355. compression
  42356. decompression
  42357. compound
  42358. compress
  42359. compression
  42360. computer
  42361. computer
  42362. based
  42363. media
  42364. television
  42365. broadcast
  42366. graphics
  42367. conditional
  42368. conference
  42369. conferencing
  42370. configuration
  42371. connectivity
  42372. consumer
  42373. container
  42374. content
  42375. context
  42376. contextual
  42377. contextual
  42378. manager
  42379. control
  42380. control
  42381. strip
  42382. powerbook
  42383. control
  42384. panel
  42385. controls
  42386. b--set theItem to choose file -- uncomment to test in an AS editor
  42387.     tell application "Finder"
  42388.         open item "Dev.CD Apr 95"
  42389.         activate
  42390.     end tell
  42391. on error errMsg number errNum
  42392.     --enter statements to perform when no records are found such as...
  42393.     display dialog "Sorry, the item you selected could not be found."
  42394.     return
  42395. end try
  42396. htmlsample
  42397. server
  42398. human
  42399. human
  42400. interface
  42401. notes
  42402. bring-up
  42403. tools
  42404. hypercard
  42405. hypercard
  42406. update
  42407. hypercard
  42408. instance
  42409. variables
  42410. hypercard
  42411. player
  42412. imaging
  42413. installer
  42414. instance
  42415. interface
  42416. international
  42417. issue
  42418. --set theItem to choose file -- uncomment to test in an AS editor
  42419.     tell application "Finder"
  42420.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:"
  42421.         activate
  42422.     end tell
  42423. on error errMsg number errNum
  42424.     --enter statements to perform when no records are found such as...
  42425.     display dialog "Sorry, the item you selected could not be found."
  42426.     return
  42427. end try
  42428. you selected could not be found."
  42429.     return
  42430. end try
  42431. All Packages
  42432. Hebrew Language KitO2Dev.CD May 97 TC
  42433. Dev.CD Nov 96 TC
  42434. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  42435. Dev.CD Nov 96 TC
  42436. Dev.CD Aug 96 TV
  42437. 2286X
  42438. May 97
  42439. employ
  42440. emptied
  42441. empty
  42442. emptying
  42443. emulate
  42444. emulated
  42445. emulates
  42446. emulation
  42447. emulator
  42448. D!All Packages
  42449. Tool Chest Edition
  42450. DisposeResource 2.0
  42451. Summary:  DisposeResource is an extension that catches a common programming error: passing a resource handle to DisposeHandle.
  42452. Version 2.0 correctly deals with ROM resource handles. This avoids an erroneous report during boot with Sound Manager 3.1 installed.
  42453. Memory Management.imgK
  42454. Sep 92L
  42455. Sep 95N*DisposeResource debugging resource handlesOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  42456.  - Tool Chest
  42457.  - Testing & Debugging
  42458.  - Memory ManagementV
  42459. 4075X
  42460. Feb 00^
  42461. Oe    No Changef
  42462. Interrupt Time
  42463. Debugging
  42464. Toolo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqxq
  42465. Dev.CD Feb 00 TC
  42466. PD!All Packages
  42467. Tool Chest Edition
  42468. SysConfig DA 1.5b16I
  42469. Summary: This DA collects information about your System and allows you to save that information in a text file. Great for reporting bugs!  J
  42470. SysConfig DA 1.5b16K
  42471. Vol IIIL
  42472. Vol VIIOQDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16P\Dev.CD Nov 99 TC
  42473.  - Tool Chest
  42474.  - Testing & Debugging
  42475.  - Bug Reporting
  42476.  - SysConfig DA 1.5b1V
  42477. 6551X
  42478. Nov 99^
  42479. #Hebrew Language Kit 1.0.1V
  42480. 2287X
  42481. Feb 00^
  42482. e    No Changef
  42483. PowerBook 1400q
  42484. Dev.CD Dec 99 RL Disk 2
  42485. All Packages
  42486. F    EOModeler
  42487. Learning EOModeler
  42488. Learning how to effectively use the EOModeler application is an essential beginning to the development of any database driven web site. This survival guide explains the most commonly used features and options available in the EOModeler application.
  42489. EOModeler.pdfK
  42490. Jun 99M
  42491. Acrobat Reader 3.0N
  42492. EOModeler, databaseO>Dev.CD Dec 99 RL Disk 1:Interactive Media Resources:EOModeler:PCDev.CD Dec 99 RL Disk 1
  42493.  - Interactive Media Resources
  42494.  - EOModelerV
  42495. 5937X
  42496. Dec 99^    RL Disk 1
  42497. --set theItem to choose file -- uncomment to test in an AS editor
  42498.     tell application "Finder"
  42499.         open item "Dev.CD Dec 99 RL Disk 1:Interactive Media Resources:EOModeler:"
  42500.         activate
  42501.     end tell
  42502. on error errMsg number errNum
  42503.     --enter statements to perform when no records are found such as...
  42504.     display dialog "Sorry, the item you selected could not be found."
  42505.     return
  42506. end try
  42507. ry:  DiskFiller is a little utility that allows users to instantly fill any mounted disk.  This is incredibly useful for testing low-disk-space conditions.  You no longer have to duplicate file after file to fill your hard disk.
  42508.   It creates a file on the root level of the filled disk called "Filler".  To free the space, the user can throw away the "Filler" file.
  42509. Features:  Allows user to specify disk to fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  42510. Issues:  Only tested under System 7.
  42511. Stress testing tools.imgK
  42512. Apr 94N
  42513. Utility, Tool, Low Disk SpaceOEDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:PMDev.CD Feb 00 TC
  42514.  - Tool Chest
  42515.  - Testing & Debugging
  42516.  - Stress testing toolsits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD Feb 00 TC
  42517.  - Tool Chest
  42518.  - Development Kits
  42519.  - HyperCard Related
  42520.  - XCMDs & XFCNs
  42521.  - Help XFCN 1.4V
  42522. 2288X
  42523. 1XFCN 1.4V
  42524. 2288X
  42525. 1e    No Change
  42526. sample
  42527. application
  42528. source
  42529. showing
  42530. common
  42531. slots
  42532. slots
  42533. application
  42534. allows
  42535. declaration
  42536. slotvinstall
  42537. slower
  42538. small
  42539. ldaemon
  42540. smaller
  42541. smallest
  42542. smart
  42543. smith
  42544. smith's
  42545. snapshot
  42546. snapshot
  42547. sample
  42548. application
  42549. shows
  42550. snapshots
  42551. snapshotsample1.0b3
  42552. snarfer
  42553. snarfing
  42554. snazzy
  42555. sndforever
  42556. sndplay
  42557. sndplaydoublebuffer
  42558. sndplaydoublebuffera
  42559. sndstartfileplay
  42560. snippet
  42561. snippets
  42562. snively
  42563. snstartfileplay
  42564. 6519X
  42565. Feb 00^
  42566. r--set theItem to choose file -- uncomment to test in an AS editor
  42567.     tell application "Finder"
  42568.         open item "Dev.CD Feb 00 TC:Sample Code:"
  42569.         activate
  42570.     end tell
  42571. on error errMsg number errNum
  42572.     --enter statements to perform when no records are found such as...
  42573.     display dialog "Sorry, the item you selected could not be found."
  42574.     return
  42575. end try
  42576. e    No Changeq
  42577. Dev.CD Feb 00 TC
  42578. 1D!All Packages
  42579. Tool Chest Edition
  42580. Snippets - QuickDraw
  42581. (** = new, * = revised)
  42582. AlternateBufferDisplay:  Shows that copybits along with offscreen bitmaps can emulate alternating buffer displays at a reasonable rate.
  42583. Band Copying, the Sequel:  Under low memory conditions, it's often necessary to draw an image by individual bands rather than to draw the entire image at once, and in most cases this method works fine unless the image requires dithering from its source to its destination.   The purpose of this app is to show the problem that may o
  42584. e    No Changef
  42585. EOModeler
  42586. databaseq
  42587. Dev.CD Dec 99 RL Disk 1
  42588. D!All Packages
  42589. Tool Chest Edition
  42590. F"European Distributors & LocalizersIYSummary: This folder contains a list of European Distributors and Localization Companies.
  42591. sBenelux*distributors/localizers
  42592. Denmark*distributors/localizers
  42593. Finland*distributors/localizers
  42594. France*distributors/localizers
  42595. Germany*distributors/localizers
  42596. IEA*distributors/localizers
  42597. Italy*distributors/localizers
  42598. Norway*distributors/localizers
  42599. Spain*distributors/localizers
  42600. Sweden*distributors/localizers
  42601. Switz.*distributors/localizers
  42602. UK/EIRE*distributors/localizers
  42603. Jul 94M
  42604. Adobe Acrobat Reader.O`Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:PhDev.CD May 98 TC
  42605.  - Programs & Marketing
  42606.  - Market & Distribution Guides
  42607.  - Euro Distributors/LocalizersV
  42608. 5938X
  42609. May 98^
  42610. #& Video Hardware
  42611.  - Display Card 4
  42612. 4073X
  42613. Nov 99^
  42614. #N 1.4V
  42615. 2288X
  42616. *D&All Packages
  42617. System Software Edition
  42618. Apple Directions UpdateINSummary:  The May 97 issue of Apple Directions, The Developer Business Report.J
  42619. Apple Directions 05/97K
  42620. Jun 97L
  42621. Jun 97ODDev.CD Jun 97 SSW:What's New?:Programs & Marketing:Apple Directions:PLDev.CD Jun 97 SSW
  42622.  - What's New?
  42623.  - Programs & Marketing
  42624.  - Apple DirectionsV
  42625. 5745X
  42626. Jun 97^
  42627. #nder"
  42628.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  42629.         activate
  42630.     end tell
  42631. on error errMsg number errNum
  42632.     --enter statements to perform when no records are found such as...
  42633.     display dialog "Sorry, the item you selected could not be found."
  42634.     return
  42635. end try
  42636. e    No Changeq
  42637. Dev.CD Feb 00 TC
  42638. D!All Packages
  42639. Tool Chest Edition
  42640. F+Sample Code - Development Tools & Languages
  42641. e    No Changeq
  42642. Dev.CD May 98 TC
  42643. D!All Packages
  42644. Tool Chest Edition
  42645. ary: EvenBetterBusError is an init that helps catch renegade references to NIL. If you try to dereference a NIL handle or pointer with it installed, a bus error occurs, alerting you to the problem. It also catched writes to NIL, another common programming error.
  42646. General tools.imgK
  42647. Vol XO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  42648.  - Tool Chest
  42649.  - Testing & Debugging
  42650.  - General toolsV
  42651. 5939X
  42652. Feb 00^
  42653. --set theItem to choose file -- uncomment to test in an AS editor
  42654.     tell application "Finder"
  42655.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  42656.         activate
  42657.     end tell
  42658. on error errMsg number errNum
  42659.     --enter statements to perform when no records are found such as...
  42660.     display dialog "Sorry, the item you selected could not be found."
  42661.     return
  42662. end try
  42663. e    No Changeq
  42664. Dev.CD Feb 00 TC
  42665. ev.CD Feb 00 TC
  42666. --set theItem to choose file -- uncomment to test in an AS editor
  42667.     tell application "Finder"
  42668.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:"
  42669.         activate
  42670.     end tell
  42671. on error errMsg number errNum
  42672.     --enter statements to perform when no records are found such as...
  42673.     display dialog "Sorry, the item you selected could not be found."
  42674.     return
  42675. end try
  42676. are about to do a build to see who is still modi
  42677. fying source code.
  42678.    MakeTheFolder is an improvement over the MPW command MakeFolder.  This script accepts one input parameter.  This is the name of a folder to be created.  Whereas the MPW command NewFolder will also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  42679. distributors
  42680. documentation
  42681. doubletrouble
  42682. doubletrouble
  42683. draggingsprites
  42684. drawing
  42685. drawsprocket
  42686. drawsprockettest
  42687. drive
  42688. drive
  42689. utilities
  42690. driver
  42691. driver
  42692. installer
  42693. drivergestaltexplore
  42694. dronezone
  42695.  write operations performed, the number of sectors involved and the time taken to complete the operations.
  42696.  IOTracer collects trace da
  42697. ta on file system and driver reads and writes and other I/O related calls. An analysis tool is provided which inputs an IOTracer trace and outputs a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  42698.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  42699. All Packages
  42700. 7.1 (PB 145B)O
  42701. Dev.CD Jul 93P
  42702. Dev.CD Jul 9V
  42703. 5301X
  42704. Jul 93
  42705. b--set theItem to choose file -- uncomment to test in an AS editor
  42706.     tell application "Finder"
  42707.         open item "Dev.CD Jul 93"
  42708.         activate
  42709.     end tell
  42710. on error errMsg number errNum
  42711.     --enter statements to perform when no records are found such as...
  42712.     display dialog "Sorry, the item you selected could not be found."
  42713.     return
  42714. end try
  42715. All Packages
  42716. 7.1 (PB 145B)O
  42717. Dev.CD Jul 93P
  42718. Dev.CD Jul 9V
  42719. 5302X
  42720. Jul 93
  42721. b--set theItem to choose file -- uncomment to test in an AS editor
  42722.     tell application "Finder"
  42723.         open item "Dev.CD Jul 93"
  42724.         activate
  42725.     end tell
  42726. on error errMsg number errNum
  42727.     --enter statements to perform when no records are found such as...
  42728.     display dialog "Sorry, the item you selected could not be found."
  42729.     return
  42730. end try
  42731. All Packages
  42732. 7.1 (PB 145B)O
  42733. Dev.CD Jul 93P
  42734. Dev.CD Jul 9V
  42735. 5303X
  42736. Jul 93
  42737. All Packages
  42738. 7.1.2O
  42739. Dev.CD Jul 94P
  42740. Dev.CD Jul 9V
  42741. 5369X
  42742. Jul 94
  42743. b--set theItem to choose file -- uncomment to test in an AS editor
  42744.     tell application "Finder"
  42745.         open item "Dev.CD Jul 94"
  42746.         activate
  42747.     end tell
  42748. on error errMsg number errNum
  42749.     --enter statements to perform when no records are found such as...
  42750.     display dialog "Sorry, the item you selected could not be found."
  42751.     return
  42752. end try
  42753. All Packages
  42754. 7.1.2O
  42755. Dev.CD Jul 94P
  42756. Dev.CD Jul 9V
  42757. 5370X
  42758. Jul 94
  42759. b--set theItem to choose file -- uncomment to test in an AS editor
  42760.     tell application "Finder"
  42761.         open item "Dev.CD Jul 94"
  42762.         activate
  42763.     end tell
  42764. on error errMsg number errNum
  42765.     --enter statements to perform when no records are found such as...
  42766.     display dialog "Sorry, the item you selected could not be found."
  42767.     return
  42768. end try
  42769. All Packages
  42770. 7.1POIDev.CD Apr 93
  42771. Dev.CD Mar 93
  42772. Dev.CD Feb 93
  42773. Dev.CD Jan 93
  42774. Dev.CD Nov/Dec 92V
  42775. 5371X
  42776. --set theItem to choose file -- uncomment to test in an AS editor
  42777.     tell application "Finder"
  42778.         open item "Dev.CD Apr 94
  42779. Dev.CD Jan 94
  42780. Dev.CD Oct 93
  42781. Dev.CD Jul 93"
  42782.         activate
  42783.     end tell
  42784. on error errMsg number errNum
  42785.     --enter statements to perform when no records are found such as...
  42786.     display dialog "Sorry, the item you selected could not be found."
  42787.     return
  42788. end try
  42789. All Packages
  42790. System Enabler 065 (LC 575)O
  42791. Dev.CD Apr 94
  42792. Dev.CD Jan 94P
  42793. Dev.CD Apr 94
  42794. Dev.CD Jan 9V
  42795. 6708X
  42796. Apr 94
  42797. p--set theItem to choose file -- uncomment to test in an AS editor
  42798.     tell application "Finder"
  42799.         open item "Dev.CD Apr 94
  42800. Dev.CD Jan 94"
  42801.         activate
  42802.     end tell
  42803. on error errMsg number errNum
  42804.     --enter statements to perform when no records are found such as...
  42805.     display dialog "Sorry, the item you selected could not be found."
  42806.     return
  42807. end try
  42808. All Packages
  42809. System Enabler 065 (LC 575)O
  42810. Dev.CD Apr 94
  42811. Dev.CD Jan 94P
  42812. Dev.CD Apr 94
  42813. Dev.CD Jan 9V
  42814. 6709X
  42815. Apr 94
  42816. p--set theItem to choose file -- uncomment to test in an AS editor
  42817.     tell application "Finder"
  42818.         open item "Dev.CD Apr 94
  42819. Dev.CD Jan 94"
  42820.         activate
  42821.     end tell
  42822. on error errMsg number errNum
  42823.     --enter statements to perform when no records are found such as...
  42824.     display dialog "Sorry, the item you selected could not be found."
  42825.     return
  42826. end try
  42827. SyncCatch is a debugging tool that catches synchronous File Manager and Device Manager requests made from code running as the result of an interrupt. If it catches one of these illegal synchronous requests, it drops into MacsBug with a message.J
  42828. Read Me
  42829. SyncCatchK
  42830. Jun 98L
  42831. Jan 00M
  42832. MacsBugN
  42833. Interrupt Time, Debugging, ToolO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:SyncCatch 2.1:PFDev.CD Feb 00 TC
  42834.  - Tool Chest
  42835.  - Testing & Debugging
  42836.  - SyncCatch 2.1V
  42837. 6550X
  42838. Feb 00^
  42839. --set theItem to choose file -- uncomment to test in an AS editor
  42840.     tell application "Finder"
  42841.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:SyncCatch 2.1:"
  42842.         activate
  42843.     end tell
  42844. on error errMsg number errNum
  42845.     --enter statements to perform when no records are found such as...
  42846.     display dialog "Sorry, the item you selected could not be found."
  42847.     return
  42848. end try
  42849. ngeo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqx
  42850. All Packages
  42851. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  42852. Dev.CD Jan 94
  42853. Dev.CD Oct 93
  42854. Dev.CD Jul 93
  42855. Dev.CD Apr 93PDDev.CD Apr 94
  42856. Dev.CD Jan 94
  42857. Dev.CD Oct 93
  42858. Dev.CD Jul 93
  42859. Dev.CD Apr 9V
  42860. 6634X
  42861. Apr 94
  42862. --set theItem to choose file -- uncomment to test in an AS editor
  42863.     tell application "Finder"
  42864.         open item "Dev.CD Apr 94
  42865. Dev.CD Jan 94
  42866. Dev.CD Oct 93
  42867. Dev.CD Jul 93
  42868. Dev.CD Apr 93"
  42869.         activate
  42870.     end tell
  42871. on error errMsg number errNum
  42872.     --enter statements to perform when no records are found such as...
  42873.     display dialog "Sorry, the item you selected could not be found."
  42874.     return
  42875. end try
  42876. All Packages
  42877. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  42878. Dev.CD Jan 94
  42879. Dev.CD Oct 93
  42880. Dev.CD Jul 93
  42881. Dev.CD Apr 93PDDev.CD Apr 94
  42882. Dev.CD Jan 94
  42883. Dev.CD Oct 93
  42884. Dev.CD Jul 93
  42885. Dev.CD Apr 9V
  42886. 6635X
  42887. Apr 94
  42888. et system(s) should be a Macintosh Plus or higher.
  42889. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  42890. O:Dev.CD Dec 99 RL Disk 2:Technical Publications:webobjects:P?Dev.CD Dec 99 RL Disk 2
  42891.  - Technical Publications
  42892.  - webobjects[
  42893. All Packages
  42894. System Enabler 003 (LC III)OEDev.CD Apr 94
  42895. Dev.CD Jan 94
  42896. Dev.CD Oct 93
  42897. Dev.CD Jul 93
  42898. Dev.CD Apr 93PDDev.CD Apr 94
  42899. Dev.CD Jan 94
  42900. Dev.CD Oct 93
  42901. Dev.CD Jul 93
  42902. Dev.CD Apr 9V
  42903. 6674X
  42904. Apr 94
  42905. --set theItem to choose file -- uncomment to test in an AS editor
  42906.     tell application "Finder"
  42907.         open item "Dev.CD Apr 94
  42908. Dev.CD Jan 94
  42909. Dev.CD Oct 93
  42910. Dev.CD Jul 93
  42911. Dev.CD Apr 93"
  42912.         activate
  42913.     end tell
  42914. on error errMsg number errNum
  42915.     --enter statements to perform when no records are found such as...
  42916.     display dialog "Sorry, the item you selected could not be found."
  42917.     return
  42918. end try
  42919. All Packages
  42920. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  42921. Dev.CD Jan 94
  42922. Dev.CD Oct 93
  42923. Dev.CD Jul 93
  42924. Dev.CD Apr 93PDDev.CD Apr 94
  42925. Dev.CD Jan 94
  42926. Dev.CD Oct 93
  42927. Dev.CD Jul 93
  42928. Dev.CD Apr 9V
  42929. 6675X
  42930. Apr 94
  42931. Summary:  This guide provides information about markets, distribution, and localization for the Asian region, as well as providing a directory of additional information sources.J9Asia Market Guide 7/4 (US).dp
  42932. Asian Dist Addr (US) 7/4.dpK
  42933. Sep 95OUDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Asia Market Guide:P]Dev.CD May 98 TC
  42934.  - Programs & Marketing
  42935.  - Market & Distribution Guides
  42936.  - Asia Market GuideV
  42937. 5783X
  42938. May 98^
  42939. --set theItem to choose file -- uncomment to test in an AS editor
  42940.     tell application "Finder"
  42941.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Asia Market Guide:"
  42942.         activate
  42943.     end tell
  42944. on error errMsg number errNum
  42945.     --enter statements to perform when no records are found such as...
  42946.     display dialog "Sorry, the item you selected could not be found."
  42947.     return
  42948. end try
  42949. e    No Changeq
  42950. Dev.CD May 98 TC
  42951. QD!All Packages
  42952. Tool Chest Edition
  42953. Async driver tester
  42954. Dev.CD Jan 9V
  42955. 4453X
  42956. All Packages
  42957. 7.0O-Dev.CD Vol. X
  42958. Dev.CD Vol. IX
  42959. Dev.CD Vol. VIIIP,Dev.CD Vol. X
  42960. Dev.CD Vol. IX
  42961. Dev.CD Vol. VIIV
  42962. 5224X
  42963. Vol. X
  42964. --set theItem to choose file -- uncomment to test in an AS editor
  42965.     tell application "Finder"
  42966.         open item "Dev.CD Vol. X
  42967. Dev.CD Vol. IX
  42968. Dev.CD Vol. VIII"
  42969.         activate
  42970.     end tell
  42971. on error errMsg number errNum
  42972.     --enter statements to perform when no records are found such as...
  42973.     display dialog "Sorry, the item you selected could not be found."
  42974.     return
  42975. end try
  42976. All Packages
  42977. Dev.CD Vol. X
  42978. Dev.CD Vol. IXP
  42979. Dev.CD Vol. X
  42980. Dev.CD Vol. IV
  42981. 5225X
  42982. Vol. X
  42983. ager programming interfaces are emulated 
  42984. for volume formats that don't support these interfaces directly.
  42985. Documentation topics included in the Mac OS library:
  42986. Human Interface Toolbox:
  42987. Appearance Manager
  42988. Control Manager
  42989. Dialog Manager
  42990. Human Interface Guidelines
  42991. Icon Services and Utilities [New]
  42992. List Manager
  42993. Menu Manager
  42994. Window Manager
  42995. Files:
  42996. Alias M
  42997. Dev.CD July 92
  42998. Dev.CD June 92
  42999. Dev.CD May 92
  43000. Dev.CD Apr 92
  43001. Dev.CD Mar 92
  43002. Dev.CD Feb 92
  43003. Dev.CD Jan 92
  43004. Dev.CD Vol. XI
  43005. Dev.CD Vol. X
  43006. Dev.CD Vol. IX
  43007. Dev.CD Vol. VIIIP
  43008. Dev.CD July 92
  43009. Dev.CD June 92
  43010. Dev.CD May 92
  43011. Dev.CD Apr 92
  43012. Dev.CD Mar 92
  43013. Dev.CD Feb 92
  43014. Dev.CD Jan 92
  43015. Dev.CD Vol. XI
  43016. Dev.CD Vol. X
  43017. Dev.CD Vol. IX
  43018. Dev.CD Vol. VIIV
  43019. 5214X
  43020. July 9
  43021. --set theItem to choose file -- uncomment to test in an AS editor
  43022.     tell application "Finder"
  43023.         open item "Dev.CD July 92
  43024. Dev.CD June 92
  43025. Dev.CD May 92
  43026. Dev.CD Apr 92
  43027. Dev.CD Mar 92
  43028. Dev.CD Feb 92
  43029. Dev.CD Jan 92
  43030. Dev.CD Vol. XI
  43031. Dev.CD Vol. X
  43032. Dev.CD Vol. IX
  43033. Dev.CD Vol. VIII"
  43034.         activate
  43035.     end tell
  43036. on error errMsg number errNum
  43037.     --enter statements to perform when no records are found such as...
  43038.     display dialog "Sorry, the item you selected could not be found."
  43039.     return
  43040. end try
  43041. All Packages
  43042. 5215X
  43043.  - Technical Publications
  43044.  - MacOSXServerV
  43045. 5003X
  43046. objects
  43047. documentation
  43048. web-site
  43049. webcolor
  43050. webobjects
  43051. webobjects
  43052. webobjects
  43053. categories
  43054. posers
  43055. theresa
  43056. tensor
  43057. webobjects
  43058. developer's
  43059. guide
  43060. webobjects
  43061. memory
  43062. management
  43063. theresa
  43064. tensor
  43065. inform
  43066. website
  43067. websites
  43068. weekly
  43069. weeks
  43070. weird
  43071. weiss
  43072. well-trod
  43073. summary
  43074. folder
  43075. contains
  43076. complete
  43077. information
  43078. develop
  43079. summary
  43080. folder
  43081. contains
  43082. documents
  43083. about
  43084. programming
  43085. summary
  43086. folder
  43087. contains
  43088. dozens
  43089. samples
  43090. summary
  43091. folder
  43092. contains
  43093. electronic
  43094. forms
  43095. allow
  43096. summary
  43097. folder
  43098. contains
  43099. helpful
  43100. scripts
  43101. summary
  43102. folder
  43103. contains
  43104. information
  43105. tells
  43106. develope
  43107. summary
  43108. folder
  43109. contains
  43110. goodies
  43111. developer
  43112. summary
  43113. folder
  43114. contains
  43115. revised
  43116. acrobat
  43117. versions
  43118. summary
  43119. folder
  43120. contains
  43121. sample
  43122. applications
  43123. demons
  43124. summary
  43125. folder
  43126. contains
  43127. several
  43128. examples
  43129. system
  43130. summary
  43131. folder
  43132. contains
  43133. several
  43134. snippets
  43135. illustrat
  43136. summary
  43137. folder
  43138. contains
  43139. apple
  43140. event
  43141. registry
  43142. summary
  43143. folder
  43144. contains
  43145. apple
  43146. event
  43147. terminolog
  43148. summary
  43149. folder
  43150. contains
  43151. following
  43152. localized
  43153. version
  43154. summary
  43155. folder
  43156. contains
  43157. macsnmp
  43158. developer's
  43159. EvenBetterBusError init
  43160. Summary: EvenBetterBusError is an init that helps catch renegade references to NIL. If you try to dereference a NIL handle or pointer with it installed, a bus error occurs, alerting you to the problem. It also catched writes to NIL, another common programming error.
  43161. General tools.imgK
  43162. Vol XO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  43163.  - Tool Chest
  43164.  - Testing & Debugging
  43165.  - General toolsV
  43166. 5939X
  43167. Feb 00^
  43168. --set theItem to choose file -- uncomment to test in an AS editor
  43169.     tell application "Finder"
  43170.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  43171.         activate
  43172.     end tell
  43173. on error errMsg number errNum
  43174.     --enter statements to perform when no records are found such as...
  43175.     display dialog "Sorry, the item you selected could not be found."
  43176.     return
  43177. end try
  43178. e    No Changeq
  43179. Dev.CD Feb 00 TC
  43180. D!All Packages
  43181. Tool Chest Edition
  43182. File Synchronization 1.1
  43183. 5940X
  43184. Feb 00^
  43185. --set theItem to choose file -- uncomment to test in an AS editor
  43186.     tell application "Finder"
  43187.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:"
  43188.         activate
  43189.     end tell
  43190. on error errMsg number errNum
  43191.     --enter statements to perform when no records are found such as...
  43192.     display dialog "Sorry, the item you selected could not be found."
  43193.     return
  43194. end try
  43195. e    No ChangefKfile
  43196. synchronization
  43197. backup
  43198. assistant
  43199. folder
  43200. duplication
  43201. control panelq
  43202. Dev.CD Feb 00 TC
  43203. D!All Packages
  43204. Mac OS SDK Edition
  43205. File System Manager
  43206.     ressed image  from volumes that have data at the end of the volume has been corrected.
  43207. Changes from Disk Copy 6.2
  43208.  Added Navigation Services support.
  43209.  Added ability to duplicate a floppy.
  43210.  Added support for creating self-mounting images.
  43211.  Various improvements to AppleScript support.
  43212.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  43213.  Imaging a fo
  43214. $OFDev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Color OneScanner SDK:PNDev.CD Jul 99 SDK1
  43215.  - Development Kits
  43216.  - Mac OS
  43217.  - Apple Color OneScanner SDK Tool Chest edition.
  43218. CPUGestalt
  43219. This sample code illustrates the way to determine the processor type of the Macintosh you're running on
  43220. EditTextCDev
  43221. EditCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev. 
  43222. MoreFiles 1.4.6
  43223. MoreFiles is a collection of high-level romodule
  43224. monitor
  43225. atsui
  43226. morefiles
  43227. morefiles
  43228. 1.4.6
  43229. moreinterfacelib
  43230. moresetup
  43231. moresetup
  43232. moretextutils
  43233. moretoolbox
  43234. mountalias
  43235. mountalias
  43236. mountalias
  43237. helper
  43238. mybuildmenu
  43239. namerevisioncurrent
  43240. native
  43241. native
  43242. navig
  43243. install
  43244. netsprocket
  43245. netsprocket
  43246. osaic (Blueprint for Future: Publishing); Editor's Note (The Shadow Doesn't Know); IndustryWatch.
  43247. Technology: News (ETO and MPW Pro #16; New Paper Tech Notes)CD Highlights;  Human Interface (Fad Gadgets); OpenDoc HI Q&A, pt 2; QuickTime 2.0.
  43248. Business & Marketing:  Marketing Feature (HyperCard Alive and Well).
  43249. This is final draft copy from the February Apple Directions, 
  43250.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  F
  43251. or permission, contact the editor on AppleLink at A.DIRECTIONS. 
  43252. January 1995 Apple Directions Articles
  43253. News: Apple News (Announcing Pippin; Macintosh Brand Strongest; Macintosh Top-Selling; Windows/DOS on Macintosh; Newton Developer Support; Apple Expands; QuickTime 2.0); Strategy Mosaic (Power Macintosh Developers Speak); Editor's Note (Games); IndustryWatch.
  43254. Technology: CD Highlights;  Human Interface (Doc's Holiday Wish List); OpenDoc HI Q&A; New Macintosh Run-Time Environment.
  43255. b--set theItem to choose file -- uncomment to test in an AS editor
  43256.     tell application "Finder"
  43257.         open item "Dev.CD Jul 95"
  43258.         activate
  43259.     end tell
  43260. on error errMsg number errNum
  43261.     --enter statements to perform when no records are found such as...
  43262.     display dialog "Sorry, the item you selected could not be found."
  43263.     return
  43264. end try
  43265. Summary:  The File System Manager provides a systematic way for one or more foreign file systems to interact with the Macintosh file system using high-level language interface.
  43266. Features:
  43267.  File System Manager -- A system extension which implements version 1.2 of FSM and the extended Disk Initialization Package. This extension is compatible with System 7.0 and later.
  43268.  FSMGlueLib.o -- The glue code for the File System Manager service routines.
  43269.  FSM.h. FSM.p and FSM.a -- The Universal Inte
  43270. rface files for the File System Manager. This version of the interface files was built to work with the Universal Interfaces 2.0a1 from ETO #15, MPW prerelease. However, for 68K development, FSM.h works perfectly with the current release of Universal Interfaces on ETO #15.
  43271.  Guide - File System Manager -- The documentation for the File System Manager in Apple DocViewer format.
  43272. Issues:  The File System Manager extension may be licensed for distribution from Apple Software Licensing.
  43273. 7.0.0.1
  43274. 7.0.1
  43275. 7.0.1.1
  43276. 7.0.1p
  43277. Wperate
  43278. The File Synchronization Control Panel allows you to set up and manage multiple copies of files in different folders.  For example, if you maintain files on a mobile computer and copy those files to a desktop computer, this control panel may be useful to you.
  43279. Will automatically copy more recent files based on modification date, can display what would copy without actually copying it, and can run automatically or under user control.
  43280. Issues: Tool for Developer use. Not for distribution.
  43281. JJ68K
  43282. File Sync 1.1 Developer Read Me
  43283. File Synchronization Guide
  43284. PowerPCK
  43285. Dec 97M"Designed for any MacOS 8 computer.NRfile, synchronization, sync, backup, assistant, folder, duplication, control panelOIDev.CD Feb 00 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:PQDev.CD Feb 00 TC
  43286.  - Tool Chest
  43287.  - Developer Utilities
  43288.  - File Synchronization 1.1
  43289. All Packages
  43290. System Enabler 404 (MacTV)O
  43291. Dev.CD Apr 94
  43292. Dev.CD Jan 94P
  43293. Dev.CD Apr 94
  43294. Dev.CD Jan 9V
  43295. 6847X
  43296. Apr 94
  43297. p--set theItem to choose file -- uncomment to test in an AS editor
  43298.     tell application "Finder"
  43299.         open item "Dev.CD Apr 94
  43300. Dev.CD Jan 94"
  43301.         activate
  43302.     end tell
  43303. on error errMsg number errNum
  43304.     --enter statements to perform when no records are found such as...
  43305.     display dialog "Sorry, the item you selected could not be found."
  43306.     return
  43307. end try
  43308. yD(All Packages
  43309. Reference Library Edition
  43310. System PickerITThe new System Picker replaces System Picker 1.0.1 and is compatible with Mac OS 8.0J
  43311. System PickerK
  43312. Mar 92L
  43313. Sep 97O/Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:P4Dev.CD Dec 99 RL
  43314.  - Utilities
  43315.  - System Picker 1.1a3V
  43316. 6848X
  43317. Dec 99^
  43318. system
  43319. enabler
  43320. performa
  43321. system
  43322. enabler
  43323. color
  43324. classic
  43325. decomposed
  43326. decompress
  43327. decompression
  43328. deeds
  43329. deepest
  43330. deepscreen
  43331. deesktops
  43332. default
  43333. defect
  43334. define
  43335. System Enabler 088 (AVs)O
  43336. Dev.CD Apr 94
  43337. Dev.CD Jan 94P
  43338. Dev.CD Apr 94
  43339. Dev.CD Jan 9V
  43340. 6726X
  43341. Apr 94
  43342. p--set theItem to choose file -- uncomment to test in an AS editor
  43343.     tell application "Finder"
  43344.         open item "Dev.CD Apr 94
  43345. Dev.CD Jan 94"
  43346.         activate
  43347.     end tell
  43348. on error errMsg number errNum
  43349.     --enter statements to perform when no records are found such as...
  43350.     display dialog "Sorry, the item you selected could not be found."
  43351.     return
  43352. end try
  43353. All Packages
  43354. System Enabler 088 (AVs)O
  43355. Dev.CD Apr 94P
  43356. Dev.CD Apr 9V
  43357. 6727X
  43358. Apr 94
  43359. b--set theItem to choose file -- uncomment to test in an AS editor
  43360.     tell application "Finder"
  43361.         open item "Dev.CD Apr 94"
  43362.         activate
  43363.     end tell
  43364. on error errMsg number errNum
  43365.     --enter statements to perform when no records are found such as...
  43366.     display dialog "Sorry, the item you selected could not be found."
  43367.     return
  43368. end try
  43369. All Packages
  43370. System Enabler 088 (AVs)V
  43371. 6728X
  43372. 5941X
  43373. Jan 00^
  43374. --set theItem to choose file -- uncomment to test in an AS editor
  43375.     tell application "Finder"
  43376.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:File System Manager:"
  43377.         activate
  43378.     end tell
  43379. on error errMsg number errNum
  43380.     --enter statements to perform when no records are found such as...
  43381.     display dialog "Sorry, the item you selected could not be found."
  43382.     return
  43383. end try
  43384. e    No Changef@File System Manager
  43385. External File System
  43386. Foreign File Systemq
  43387. Dev.CD Jan 00 SDK1
  43388. D!All Packages
  43389. Mac OS SDK Edition
  43390. Find By Content (FBC) Extractor
  43391.     free anti-viral utility for the Mac. 
  43392. Features: Disinfectant detects and removes known Mac viruses.  J
  43393. DisinfectantK
  43394. Vol IIIL
  43395. Sep 97M&Mac 512K or later, System 6.0 or laterO.Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:P3Dev.CD Dec 99 RL
  43396.  - Utilities
  43397.  - Disinfectant 3.7.1V
  43398. 4069X
  43399. Dec 99^
  43400. Nov 94M
  43401. System 7.0 or laterNCFile System Manager, FSM, External File System, Foreign File SystemO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:File System Manager:PGDev.CD Jan 00 SDK1
  43402.  - Development Kits
  43403.  - Mac OS
  43404.  - File System Managermory interleaving provides higher bandwidth (MBytes per second) between the PowerPC microprocessor and main memory, which can provide a significant performance boost by increasing the execution speed of memory-intensive programs. How much faster depends on a progr
  43405. am's software architecture and how often the processor accesses cache (L1 & L2) versus main memory.
  43406. Displays the memory size (amount of RAM) of each DIMM installed in each of the DIMM slots of a Hammerhead-based PCI PowerMac, such as 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. Also indicates if any pairs have been installed properly to enable interleaving.
  43407. Includes source code so that Developers can incorporate the code into their own program.
  43408. Issues: This program only runs 
  43409. Dev.CD Oct 95 SSV
  43410. 5469X
  43411. Oct 95
  43412. f--set theItem to choose file -- uncomment to test in an AS editor
  43413.     tell application "Finder"
  43414.         open item "Dev.CD Oct 95 SSW"
  43415.         activate
  43416.     end tell
  43417. on error errMsg number errNum
  43418.     --enter statements to perform when no records are found such as...
  43419.     display dialog "Sorry, the item you selected could not be found."
  43420.     return
  43421. end try
  43422. All Packages
  43423. 7.5.2 (7500/8500)O
  43424. Dev.CD Oct 95 SSWP
  43425. Dev.CD Oct 95 SSV
  43426. 5470X
  43427. Oct 95
  43428. f--set theItem to choose file -- uncomment to test in an AS editor
  43429.     tell application "Finder"
  43430.         open item "Dev.CD Oct 95 SSW"
  43431.         activate
  43432.     end tell
  43433. on error errMsg number errNum
  43434.     --enter statements to perform when no records are found such as...
  43435.     display dialog "Sorry, the item you selected could not be found."
  43436.     return
  43437. end try
  43438. All Packages
  43439. 7.5.2 (7500/8500)O
  43440. Dev.CD Oct 95 SSWP
  43441. Dev.CD Oct 95 SSV
  43442. 5471X
  43443. Oct 95
  43444. adness
  43445. format
  43446. formatter
  43447. forms
  43448. fragment
  43449. fragment
  43450. framework
  43451. french
  43452. front
  43453. function
  43454. games
  43455. gamesprocket
  43456. gamesprocket
  43457. germany
  43458. gestalt
  43459. gestalt
  43460. selectors
  43461. getenetaddrdirect
  43462. getenetaddrdirect
  43463. gethelpstrings
  43464. getpppstatus
  43465. getsetoptions
  43466. globals
  43467. glossaries
  43468. glossary
  43469. glyphaiv
  43470. goodies
  43471. graphics
  43472. grayscale
  43473. groupdrawing
  43474. guide
  43475. P;Dev.CD Apr 97 SSW
  43476.  - What's New?
  43477.  - Sample Code Update 2/97
  43478. workarounds
  43479. workbook
  43480. workers
  43481. workflows
  43482. workgroup
  43483. working
  43484. workings
  43485. works
  43486. works
  43487. under
  43488. appearance
  43489. workshop
  43490. workstation
  43491. application
  43492. demonstratin
  43493. summary
  43494. driver
  43495. utitity
  43496. driver
  43497. writers
  43498. summary
  43499. localization
  43500. japan
  43501. provides
  43502. overview
  43503. summary
  43504. localization
  43505. guide
  43506. hypercard
  43507. stacks
  43508. summary
  43509. lockvol
  43510. control
  43511. panel
  43512. device
  43513. summary
  43514. error
  43515. tones
  43516. application
  43517. explains
  43518. summary
  43519. runtime
  43520. apple's
  43521. implementatio
  43522. summary
  43523. macbinary
  43524. standard
  43525. allowed
  43526. variabl
  43527. J+Documentation
  43528. File System Manager
  43529. Librariesvelopers
  43530. PowerPC
  43531. backside
  43532. cache
  43533. expansion
  43534. I/O RAM CardBusq
  43535. Dev.CD Jul 98 SSW/SDK
  43536. D!All Packages
  43537. Tool Chest Edition
  43538. Diagnostic Sound Sampler 1.0IfSummary: Mac II error tones.  This application explains the various Macintosh II audio error messages.J
  43539. Hardware tools.imgK
  43540. Vol IIIO?Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD Feb 00 TC
  43541.  - Tool Chest
  43542.  - Testing & Debugging
  43543.  - Hardware toolsV
  43544. 4067X
  43545. Feb 00^
  43546. --set theItem to choose file -- uncomment to test in an AS editor
  43547.     tell application "Finder"
  43548.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  43549.         activate
  43550.     end tell
  43551. on error errMsg number errNum
  43552.     --enter statements to perform when no records are found such as...
  43553.     display dialog "Sorry, the item you selected could not be found."
  43554.     return
  43555. end try
  43556. e    No Changeq
  43557. Dev.CD Feb 00 TC
  43558. D!All Packages
  43559. Tool Chest Edition
  43560. DIMM Config&Interleave v1.1
  43561. texttotypeintlcoerci
  43562. texture
  43563. textures
  43564. hrink
  43565. shrink-wrapped
  43566. shrinking
  43567. solaris
  43568. someone
  43569. something
  43570. sometimes
  43571. somewhere
  43572. sophisticated
  43573. sorting
  43574. sound
  43575. sounds
  43576. soundsprocket
  43577. source
  43578. YBigEasy2.c
  43579. BigEasy2.h
  43580. BigEasyDialogs.c
  43581. BigEasyDialogs.h
  43582. BigEasyGrafish.c
  43583. BigEasyGrafish.h
  43584. BigEasyTextish.c
  43585. BigEasyTextish.h
  43586. BigEasyUtils.c
  43587. BigEasyUtils.h
  43588. IconUtilsPriv.h
  43589. MIDIGlue.
  43590. Qwertytunes - Read Me
  43591. Qwertytunes - Read Me.txt
  43592. Qwertytunes 0.6
  43593. Qwertytunes Filing.c
  43594. Qwertytunes Filing.h
  43595. Qwertytunes.c
  43596. Qwertytunes.h
  43597. Qwertytunes
  43598. Qwertytunes
  43599. .rsrc
  43600. powerbook
  43601. powerbook
  43602. 2400c
  43603. powerbook
  43604. powerbook
  43605. powerbook
  43606. 2300c
  43607. powerbook
  43608. processor
  43609. powerbookg3series
  43610. powerbookg3series
  43611. powerpc
  43612. pre-asip
  43613. pre-release
  43614. pre-release
  43615. prebuilt
  43616. preferences
  43617. prefs
  43618. prefs
  43619. system
  43620. primer
  43621. print
  43622. print2
  43623. printing
  43624. processor
  43625. product
  43626. products
  43627. profile
  43628. profiler
  43629. profiles
  43630. prog's
  43631. Dev.CD Jun 97 SSV
  43632. 6261X
  43633. Jun 97
  43634. f--set theItem to choose file -- uncomment to test in an AS editor
  43635.     tell application "Finder"
  43636.         open item "Dev.CD Jun 97 SSW"
  43637.         activate
  43638.     end tell
  43639. on error errMsg number errNum
  43640.     --enter statements to perform when no records are found such as...
  43641.     display dialog "Sorry, the item you selected could not be found."
  43642.     return
  43643. end try
  43644. All Packages
  43645. QuickDraw 3DO
  43646. Dev.CD Jun 97 SSWP
  43647. Dev.CD Jun 97 SSV
  43648. 6262X
  43649. Jun 97
  43650. f--set theItem to choose file -- uncomment to test in an AS editor
  43651.     tell application "Finder"
  43652.         open item "Dev.CD Jun 97 SSW"
  43653.         activate
  43654.     end tell
  43655. on error errMsg number errNum
  43656.     --enter statements to perform when no records are found such as...
  43657.     display dialog "Sorry, the item you selected could not be found."
  43658.     return
  43659. end try
  43660. All Packages
  43661. QuickDraw 3DO
  43662. Dev.CD Jun 97 SSWP
  43663. Dev.CD Jun 97 SSV
  43664. 6263X
  43665. Jun 97
  43666. kernel
  43667. ghtening, darkening, rotating, etc. Developers are provided with the opportunity to modify their applications to support QuickTime IC in a similar fashion to the Camera Access application to better integrate image capture solutions into their application. 
  43668. The QuickTime IC system extension provides all the necessary system level functions for applications to communicate, view, and even manipulate images from image capture devices. For example, when you want to see the images stored in the
  43669.  camera, a small component of code resident in the QuickTime IC extension is called upon to display the images in a contact sheet view. Again, developers are provided with the opportunity to extend this layer to provide additional functionality. 
  43670. The final item is the device component. This is the piece of software that allows communications between the camera and the QuickTime IC system extenion. This is a unique component provided with the QuickTake 200. When the user launches the Camer
  43671. n a dialog. It's easy, just create the list right after you create the dialog, then call LUpdate and LClick in a dialog filter to respond to user events.
  43672. MDEF.Sample:  An MDEF written in Pascal that supports rez MENU templates and allows you to request the use of the Shift-Command symbol (made famous by our friends to the North).
  43673. Menu 'cicn' Fun:  This snippet demonstrates 'cicn's in menu items.  It's an unfortunately little-known fact that 'cicn's can be many sizes, and not only that, b
  43674. ut that any size 'cicn' can be put into a menu item. It's probably not good HI to put in 'cicn's of sizes other than 32x32 or 16x16; happily, this covers the sizes developers want most.
  43675. MenuHook/MBarHook exposed:  Installs routines called when a menu is pulled down and when the mouse is down in the menu bar.  Inverts the region underneath the menu so you can graphically see the results, as well as flashes status indicators.  Can mess up your desktop (but only visually).
  43676. Modal TextEdit:  
  43677. takeW
  43678. taken
  43679. takes
  43680. technical
  43681. technically
  43682. technique
  43683. techniques
  43684. technological
  43685. technologies
  43686. technology
  43687. technote
  43688. tells
  43689. template
  43690. templates
  43691. temporal
  43692. temporarily
  43693. tensor
  43694. terminology
  43695. terms
  43696. ternasky
  43697. tested
  43698. testing
  43699. text-handling
  43700. demonstrated
  43701. demonstrates
  43702. demonstrates
  43703. programmatically
  43704. background
  43705. demonstrates
  43706. switch
  43707. private
  43708. stack
  43709. correctly
  43710. logic
  43711. logical
  43712. login
  43713. logins
  43714. long-awaited
  43715. long-term
  43716. longer
  43717. longitude
  43718. collected
  43719. collecting
  43720. collection
  43721. collection
  43722. inside
  43723. macintosh
  43724. books
  43725. related
  43726. programming
  43727. collection
  43728. developer
  43729. documentation
  43730. collection
  43731. documentation
  43732. developer
  43733. notes
  43734. collections
  43735. collectionservices
  43736. collectpictcolors
  43737. collects
  43738. collyer
  43739. color
  43740. color
  43741. picker
  43742. 2.1.1
  43743. contains
  43744. minor
  43745. fixes
  43746. colorcdef
  43747. colored
  43748. coloredcheckbox
  43749. colorization
  43750. colorize
  43751. com/bin/bugrpt
  43752. com/cftype
  43753. com/colorsync
  43754. com/dev/swtechpubs/d
  43755. com/games
  43756. com/java
  43757. All Packages
  43758. 7.5.5 (73/76/86/9600)O
  43759. Dev.CD Apr 97 SSWP
  43760. Dev.CD Apr 97 SSV
  43761. 5587X
  43762. Apr 97
  43763. f--set theItem to choose file -- uncomment to test in an AS editor
  43764.     tell application "Finder"
  43765.         open item "Dev.CD Apr 97 SSW"
  43766.         activate
  43767.     end tell
  43768. on error errMsg number errNum
  43769.     --enter statements to perform when no records are found such as...
  43770.     display dialog "Sorry, the item you selected could not be found."
  43771.     return
  43772. end try
  43773. All Packages
  43774. 7.5.5 (73/76/86/9600)O
  43775. Dev.CD Apr 97 SSWP
  43776. Dev.CD Apr 97 SSV
  43777. 5588X
  43778. Apr 97
  43779. f--set theItem to choose file -- uncomment to test in an AS editor
  43780.     tell application "Finder"
  43781.         open item "Dev.CD Apr 97 SSW"
  43782.         activate
  43783.     end tell
  43784. on error errMsg number errNum
  43785.     --enter statements to perform when no records are found such as...
  43786.     display dialog "Sorry, the item you selected could not be found."
  43787.     return
  43788. end try
  43789. All Packages
  43790. 7.5.5 (73/76/86/9600)V
  43791. 5589X
  43792. society
  43793. softpower
  43794. software
  43795. solaris
  43796. ialized
  43797. specific
  43798. specification
  43799. specifications
  43800. specified
  43801. esource.
  43802. Icon Display:  A Think C project that shows how to display the pure pixel data in icnX families.
  43803. IconDimming:  This snippet shows two different ways to achieve a dimming effect on icons. The first method uses a custom color search procedure, and in the second method the RGB components of the icon's colortable entries are all dimmed before the image is copied.
  43804. Imageer 1.0.0d3:  The current release of Imageer is a basic image manipulation application which is designed to show how
  43805.  both Color QuickDraw and QuickDraw GX can be integrated into a single application with each document window supporting either technology.
  43806. MakeIcon:  This program shows how to take any size pixmap and create any size or depth icon.
  43807. MakeITable:  This sample application shows how to manipulate a GDevice
  43808. s inverse table.
  43809. Marquee:  Demonstrates marching ants (the scrolling dashed lines used in a selection rectangle).
  43810. MyDeviceLoop:  This snippet shows how to write a device loop that works u
  43811. colorizepict
  43812. colorizes
  43813. colorpickerlib
  43814. colors
  43815. colorsieve
  43816. colorsync
  43817. colorsync-savvy
  43818. colortable
  43819. column
  43820. columned
  43821. com/acrobat
  43822. com/acrobat/register
  43823. com/bin/bugrpt
  43824. com/cftype
  43825. com/colorsync
  43826. com/dev/swtechpubs/d
  43827. com/games
  43828. com/java
  43829. com/java/javatutoria
  43830. reception
  43831. recipes
  43832. recognition
  43833. recognize
  43834. recognizes
  43835. recognizing
  43836. recommend
  43837. recommendations
  43838. recommended
  43839. recommends
  43840. recompilation
  43841. record
  43842. recordable
  43843. recording
  43844. records
  43845. recouped
  43846. recruiting
  43847. recursive
  43848. two or more scroll operations are required before the desired positioning is achieved. These problems can be overcome by implementing live scrolling within an application which allows a user to more accurately scroll a document to the correct position with direct control over the speed of the scrolling, and by providing complete visual feedback of the scrolling operation as it occurs.
  43849. MacCalendar 1.1b1:  MacCalendar is a control strip module that displays a calendar when you click on it i
  43850. n the control strip.  The calendar display is configured using a separate application, MacCalendar Setup.
  43851. ModalList:  ModalList is an example using a list in a dialog window. The default LDEF is used to display a two-dimensional list of strings. You can scroll the list, search for and change cell contents, and change the list
  43852. s selection flags.
  43853. PopMenus:  PopMenus is a very simple demonstration of how to use pop-up menus in your application.  It implements a pop-up menu as a userItem in 
  43854. --set theItem to choose file -- uncomment to test in an AS editor
  43855.     tell application "Finder"
  43856.         open item "Dev.CD Apr 94
  43857. Dev.CD Jan 94
  43858. Dev.CD Oct 93
  43859. Dev.CD Jul 93
  43860. Dev.CD Apr 93"
  43861.         activate
  43862.     end tell
  43863. on error errMsg number errNum
  43864.     --enter statements to perform when no records are found such as...
  43865.     display dialog "Sorry, the item you selected could not be found."
  43866.     return
  43867. end try
  43868. error-handling
  43869. errors
  43870. esfahani
  43871. eskimo
  43872. espana
  43873. especially
  43874. essence
  43875. essential
  43876. essentials
  43877. establish
  43878. establishing
  43879. establishment
  43880.  Chest:Development Kits:HyperCard Related:HyperCard Toolkits:
  43881. corruption
  43882. cosmetic
  43883. costly
  43884. costs
  43885. could
  43886. couldn't
  43887. counter
  43888. counterpart
  43889. counterparts
  43890. countersQ
  43891. counting
  43892. country
  43893. counts
  43894. couple
  43895. course
  43896. courses
  43897. courseware
  43898. cover
  43899. coverage
  43900. covered
  43901. covers
  43902. cplustesample
  43903. seeing
  43904. seger
  43905. segment
  43906. segmented
  43907. segmenting
  43908. seldom
  43909. select
  43910. selected
  43911. selecting
  43912. selection
  43913. selections
  43914. selectively
  43915. selector
  43916. All Packages
  43917. 6.0.5O
  43918. Dev CD Vol. VP
  43919. Dev CD Vol. V
  43920. 5159X
  43921. Vol. V
  43922. b--set theItem to choose file -- uncomment to test in an AS editor
  43923.     tell application "Finder"
  43924.         open item "Dev CD Vol. V"
  43925.         activate
  43926.     end tell
  43927. on error errMsg number errNum
  43928.     --enter statements to perform when no records are found such as...
  43929.     display dialog "Sorry, the item you selected could not be found."
  43930.     return
  43931. end try
  43932. All Packages
  43933. 6.0.5O
  43934. Dev CD Vol. V
  43935. Dev CD Vol. IVP
  43936. Dev CD Vol. V
  43937. Dev CD Vol. IV
  43938. 5160X
  43939. Vol. V
  43940. q--set theItem to choose file -- uncomment to test in an AS editor
  43941.     tell application "Finder"
  43942.         open item "Dev CD Vol. V
  43943. Dev CD Vol. IV"
  43944.         activate
  43945.     end tell
  43946. on error errMsg number errNum
  43947.     --enter statements to perform when no records are found such as...
  43948.     display dialog "Sorry, the item you selected could not be found."
  43949.     return
  43950. end try
  43951. All Packages
  43952. 6.0.5O
  43953. Dev CD Vol. V
  43954. Dev CD Vol. IVV
  43955. 5161X
  43956. packages
  43957. n:Embedding ICC Profiles Docs:"
  43958.         activate
  43959.     end tell
  43960. on error errMsg number errNum
  43961.     --enter statements to perform when no records are found such as...
  43962.     display dialog "Sorry, the item you selected could not be found."
  43963.     return
  43964. end try
  43965. e    No Changef#ColorSync
  43966. Profile Specificationq
  43967. Dev.CD Jan 00 SDK1
  43968. D!All Packages
  43969. Tool Chest Edition
  43970. Imran's Virtual KeycodesItSummary: This document shows how raw keycodes map to virtual keycodes on various keyboards.
  43971. It is an MPW text file. JFImran's READ ME
  43972. Imran's READ ME.txt
  43973. KCHR mappings
  43974. Virtual Keycode diffK
  43975. Vol VL
  43976. Vol VIIge
  43977. F    PowerTalkO
  43978. Dev.CD Apr 95P
  43979. Dev.CD Apr 9
  43980. system
  43981. software
  43982. system's
  43983. system-level
  43984. systematic
  43985. systematically
  43986. systems
  43987. systemsoft
  43988. t-shirt
  43989. tab-delimited
  43990. table
  43991. tables
  43992. tablet
  43993. tagged
  43994. tagging
  43995. tague
  43996. tailor
  43997. s, developers, PowerPC, backside, cache, expansion, I/O RAM CardBusOHDev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  43998.  - What's New
  43999.  - Technical Documentation
  44000.  - DeveloperNotesV
  44001. 4066X
  44002. Jul 98^
  44003. SSW/SDK
  44004. #D when in use, and for people with internal drives.
  44005.  drives.
  44006. Vol VIII
  44007. 5942X
  44008. Jan 00^
  44009. --set theItem to choose file -- uncomment to test in an AS editor
  44010.     tell application "Finder"
  44011.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:"
  44012.         activate
  44013.     end tell
  44014. on error errMsg number errNum
  44015.     --enter statements to perform when no records are found such as...
  44016.     display dialog "Sorry, the item you selected could not be found."
  44017.     return
  44018. end try
  44019. e    No Changef)Sherlock
  44020. Find By Content
  44021. Extractor
  44022. Searchq
  44023. Dev.CD Jan 00 SDK1
  44024. D!All Packages
  44025. Tool Chest Edition
  44026. FinderDragPro
  44027. Sample file illustrating drag and drop techniques for use with file system objects.  This file illustrates how applications can use drag and drop commands in a way compatible with current and past versions of the Finder.
  44028. illustrates how to do translucent drag and drop for icons, drag and drop of hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  44029. filetool
  44030. filter
  44031. finder
  44032. finder
  44033. appleevents
  44034. finderevents
  44035. events
  44036. finder
  44037. label
  44038. finder
  44039. display
  44040. folder
  44041. launch
  44042. finderevents
  44043. firmware
  44044. folder
  44045. fonts
  44046. fontsync
  44047. foreign
  44048. formatting
  44049. forth
  44050. foundation
  44051. function
  44052. function
  44053. index
  44054. inside
  44055. functions
  44056. gamepad
  44057. games
  44058. games
  44059. sprockets
  44060. sprite
  44061. blitters
  44062. drawsprocket
  44063. moofwars
  44064. gaming
  44065. gamma
  44066. gateway
  44067. generator
  44068. gestalt
  44069. gestalt
  44070. selector
  44071. codes
  44072. gestalt
  44073. manager
  44074. machine
  44075. identificatio
  44076. getenetaddrdirect
  44077. getnextevent
  44078. getnextevent
  44079. waitnextevent
  44080. filter
  44081. helper
  44082. getversion
  44083. global
  44084. global
  44085. search
  44086. replace
  44087. software
  44088. project
  44089. archiving
  44090. perfectly
  44091. perform
  44092. performa
  44093. performanceQ
  44094. performance
  44095. tuning
  44096. performance
  44097. tuning
  44098. webobjects
  44099. application
  44100. critical
  44101. performas
  44102. performed
  44103. performing
  44104. performs
  44105. peridically
  44106. perils
  44107. permission
  44108. permit
  44109. permits
  44110. permitted
  44111. permutation
  44112. persist
  44113. persistent
  44114. persisting
  44115. person
  44116. personal
  44117. perspective
  44118. perspectives
  44119. pertaining
  44120. peter
  44121. pgpuam
  44122. pgpuam
  44123. enhancement
  44124. standard
  44125. appleshare
  44126. phase
  44127. philip
  44128. initialize
  44129. initially
  44130. initiate
  44131. initiatives
  44132. initport
  44133. initprojector
  44134. injury
  44135. inline
  44136. innocuous
  44137. innovative
  44138. input
  44139. inputs
  44140. inputsprocket
  44141. inputstream
  44142. inputting
  44143. inquiry
  44144. insanely
  44145. inscript
  44146. insensitivity
  44147. insight
  44148. inspect
  44149. instaler
  44150. install
  44151. installation
  44152. installations
  44153. installed
  44154. installer
  44155. Dev.CD Apr 94
  44156. Dev.CD Jan 94
  44157. Dev.CD Oct 93
  44158. Dev.CD Jul 93
  44159. Dev.CD Apr 93
  44160. Dev.CD Mar 93
  44161. Dev.CD Feb 93
  44162. Dev.CD Jan 93
  44163. Dev.CD Nov/Dec 92
  44164. Dev.CD Oct 92
  44165. Dev.CD May 92
  44166. Dev.CD Apr 92
  44167. Dev.CD Mar 92
  44168. Dev.CD Feb 92
  44169. Dev.CD Jan 92
  44170. Dev.CD Vol. XI
  44171. Dev.CD Vol. X
  44172. Dev.CD Vol. I
  44173. CP 1258. Limited support has been added for the Mac OS Tibetan encoding.
  44174.  Various mappings for CJK encodings were improved.
  44175.  Added loose mappings for variant forms of Han characters (e.g., simplified vs. traditional), yielding 
  44176. 5fewer missing characters in some conversions.
  44177.  Added Euro to Mac Cyrillic and Ukrainian encodings.
  44178.  Added conversion from arbitrary Unicode to maximally decomposed Unicode.
  44179.  Improved multiple script runs and long digit sequences.
  44180.  Improved building conversions involving Unicode variants, including UTF-8.
  44181. Dec 97L
  44182. Dec 99
  44183. e    No Changef
  44184. background color WDEF windowq
  44185. Dev.CD Feb 00 TC
  44186. D.All Packages
  44187. Tool Chest Edition
  44188. New & RevisedF    SGCaptureIbThis demo program shows how to use the SGDrawable class to display live video within a QTCanvas. 
  44189. J-README.txt
  44190. sg.bat
  44191. SGCapture
  44192. SGCapture.zip
  44193. Feb 00
  44194. - Common
  44195.     - Sun Compliant Java Runtime Environment 1.1
  44196.     - QuickTime 3 
  44197.     - QTJava.zip
  44198.     - QTJava media samples
  44199. - Mac OS:
  44200.     - System 8 or later
  44201.     - Macintosh Runtime for Java (MRJ) 2.1
  44202. - Windows 95, 98, or NT::
  44203.     - JRE/JDK from Sun Microsystems, Inc. recommended
  44204. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SGCapture:P^Dev.CD Feb 00 TC
  44205.  - What's New?
  44206.  - Sample Code
  44207.  - QuickTime
  44208.  - QuickTime for Java
  44209.  - SGCaptureV
  44210. 6493X
  44211. Feb 00^
  44212. #SMTE extension. It is intended to be used along with Macintosh Technical Note TE 27 - Inline Input for TextEdit with TSMTE.
  44213. J'Sample Code.img
  44214. Windows Sample Code.imgK
  44215. Feb 94L
  44216. May 94:Sample Code:V
  44217. 2307X
  44218. Moved
  44219. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  44220. HTML Text Extractor
  44221.  and 
  44222. PDF Text Extractor
  44223. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  44224. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  44225. example, consider the following HTML file:
  44226. <HTML>
  44227. <BODY>
  44228. This is a sample document.
  44229. </BODY>
  44230. </HTML>
  44231. Without knowing the HTML format, every word above would get indexed, so searching for 
  44232.  in Find by Content would find the above document, but when a user opened the file in her web browser, she would not see 
  44233. .  Similarly, summarizing a HTML document would show HTML Tags in the summary.
  44234. The HTML Text Extractor knows the format of an HTML file so it will skip the HTML Tags and re
  44235. features
  44236. includes
  44237. demonstration
  44238. documentation
  44239. complete
  44240. features
  44241. macbinary
  44242. dialog
  44243. those
  44244. defining
  44245. feaures
  44246. february
  44247. fedit
  44248. feedback
  44249. felonies
  44250. fetterman
  44251. field
  44252. fields
  44253. fifteen
  44254. fifth
  44255. figure
  44256. figured
  44257. file-related
  44258. h an Append button that does not ask the user if he/she wants to replace the existing file. the sample code in InsideMac:Files, and the Human Interface Guidelines. It also has Balloon Help strings for the Append button.
  44259. CustomPutSuffix:  This demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit andCl, if the user allows the save, the Save action is mapped to a Cancel action but the reply is marked as good.
  44260. J'Sample Code.img
  44261. Windows Sample Code.imgK
  44262. Feb 97L
  44263. Feb 97M-System 7 or greater, Universal Interfaces 2.0NKCustomGetFile, CustomPutFile, dialog, select, folder, file, balloon, appendO
  44264. Dev.CD Feb 00 TC:Sample Code:P
  44265. Dev.CD Feb 00 TC
  44266.  - Sample Code
  44267. summary
  44268. callhyper
  44269. external
  44270. dimension
  44271. which
  44272. summary
  44273. cdent
  44274. format
  44275. source
  44276. All Packages
  44277. Dev.CD Apr 94
  44278. Dev.CD Jan 94
  44279. Dev.CD Oct 93
  44280. Dev.CD Jul 93
  44281. Dev.CD Apr 93
  44282. Dev.CD Mar 93
  44283. Dev.CD Feb 93
  44284. Dev.CD Jan 93
  44285. Dev.CD Nov/Dec 92
  44286. Dev.CD Oct 92P
  44287. Dev.CD Apr 94
  44288. Dev.CD Jan 94
  44289. Dev.CD Oct 93
  44290. Dev.CD Jul 93
  44291. Dev.CD Apr 93
  44292. Dev.CD Mar 93
  44293. Dev.CD Feb 93
  44294. Dev.CD Jan 93
  44295. Dev.CD Nov/Dec 92
  44296. Dev.CD Oct 9V
  44297. 5259X
  44298. Apr 94
  44299. --set theItem to choose file -- uncomment to test in an AS editor
  44300.     tell application "Finder"
  44301.         open item "Dev.CD Apr 94
  44302. Dev.CD Jan 94
  44303. Dev.CD Oct 93
  44304. Dev.CD Jul 93
  44305. Dev.CD Apr 93
  44306. Dev.CD Mar 93
  44307. Dev.CD Feb 93
  44308. Dev.CD Jan 93
  44309. Dev.CD Nov/Dec 92
  44310. Dev.CD Oct 92"
  44311.         activate
  44312.     end tell
  44313. on error errMsg number errNum
  44314.     --enter statements to perform when no records are found such as...
  44315.     display dialog "Sorry, the item you selected could not be found."
  44316.     return
  44317. end try
  44318. All Packages
  44319. 7.1OEDev.CD Apr 94
  44320. Dev.CD Jan 94
  44321. Dev.CD Oct 93
  44322. Dev.CD Jul 93
  44323. Dev.CD Apr 93V
  44324. 5260X
  44325. All Packages
  44326. System UpdateV
  44327. 4974X
  44328.  and Using Icons With Icon Services
  44329. This document describes the application programming interface for Icon Services, a Carbon-compliant replacement for the Icon Utilities API, and discusses how to create custom icons that are ready to use with Icon 
  44330. Services.
  44331. [UPDATED] Programming With Navigation Services
  44332. This document describes Navigation Services through Navigation Services 2.0. It features an overview of Navigation Services, tutorials with sample code, and a complete reference chapte
  44333. [NEW] Providing User Assistence With Apple Help
  44334. This document describes Apple Help for Mac OS 8.6. It discusses how you can use Apple Help to provide user assistance in a variety of ways, including HTML pages, Apple Guide coach sequences, QuickTime movies, and AppleScripts.
  44335. [UPDATED] Apple Type Services for Unicode Imaging Reference
  44336. This preliminary document describes the Apple Type Services for Unicode Imaging (ATSUI) programming interface and is updated for ATSUI 1.2. New features
  44337. f--set theItem to choose file -- uncomment to test in an AS editor
  44338.     tell application "Finder"
  44339.         open item "Dev.CD Jan 99 SSW"
  44340.         activate
  44341.     end tell
  44342. on error errMsg number errNum
  44343.     --enter statements to perform when no records are found such as...
  44344.     display dialog "Sorry, the item you selected could not be found."
  44345.     return
  44346. end try
  44347. item you selected could not be found."
  44348.     return
  44349. end try
  44350. e    No Changeq
  44351. Dev.CD Feb 00 TC
  44352. D!All Packages
  44353. Tool Chest Edition
  44354. Snippets - Toolbox
  44355. summary
  44356. sample
  44357. illustrates
  44358. determine
  44359. summary
  44360. sample
  44361. demonstrates
  44362. compress
  44363. decompr
  44364. summary
  44365. sample
  44366. demonstrates
  44367. write
  44368. simple
  44369. summary
  44370. sample
  44371. extracts
  44372. finder
  44373. strings
  44374. summary
  44375. support
  44376. quicktake
  44377. quicktake
  44378. summary
  44379. small
  44380. application
  44381. control
  44382. summary
  44383. software
  44384. improves
  44385. float-to-int
  44386. conversion
  44387. All Packages
  44388. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  44389. Dev.CD Jan 94
  44390. Dev.CD Oct 93
  44391. Dev.CD Jul 93P6Dev.CD Apr 94
  44392. Dev.CD Jan 94
  44393. Dev.CD Oct 93
  44394. Dev.CD Jul 9V
  44395. 6787X
  44396. Apr 94
  44397. --set theItem to choose file -- uncomment to test in an AS editor
  44398.     tell application "Finder"
  44399.         open item "Dev.CD Apr 94
  44400. Dev.CD Jan 94
  44401. Dev.CD Oct 93
  44402. Dev.CD Jul 93"
  44403.         activate
  44404.     end tell
  44405. on error errMsg number errNum
  44406.     --enter statements to perform when no records are found such as...
  44407.     display dialog "Sorry, the item you selected could not be found."
  44408.     return
  44409. end try
  44410. All Packages
  44411. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  44412. Dev.CD Jan 94
  44413. Dev.CD Oct 93
  44414. Dev.CD Jul 93P6Dev.CD Apr 94
  44415. Dev.CD Jan 94
  44416. Dev.CD Oct 93
  44417. Dev.CD Jul 9V
  44418. 6788X
  44419. Apr 94
  44420. arpsample1.0b1
  44421. arpsample1.0b1
  44422. module
  44423. provides
  44424. service
  44425. arrays
  44426. formatting
  44427. forth
  44428. foundation
  44429. foundation
  44430. reference
  44431. foundation
  44432. reference
  44433. client
  44434. framework
  44435. screen
  44436. function
  44437. function
  44438. index
  44439. function
  44440. functions
  44441. 160/165c/180/180c
  44442. All Packages
  44443. QuickDraw 3DO
  44444. Dev.CD Jan 96 SSWP
  44445. Dev.CD Jan 96 SSV
  44446. 6254X
  44447. Jan 96
  44448. f--set theItem to choose file -- uncomment to test in an AS editor
  44449.     tell application "Finder"
  44450.         open item "Dev.CD Jan 96 SSW"
  44451.         activate
  44452.     end tell
  44453. on error errMsg number errNum
  44454.     --enter statements to perform when no records are found such as...
  44455.     display dialog "Sorry, the item you selected could not be found."
  44456.     return
  44457. end try
  44458. All Packages
  44459. QuickDraw 3DO
  44460. Dev.CD Jan 96 SSWP
  44461. Dev.CD Jan 96 SSV
  44462. 6255X
  44463. Jan 96
  44464. f--set theItem to choose file -- uncomment to test in an AS editor
  44465.     tell application "Finder"
  44466.         open item "Dev.CD Jan 96 SSW"
  44467.         activate
  44468.     end tell
  44469. on error errMsg number errNum
  44470.     --enter statements to perform when no records are found such as...
  44471.     display dialog "Sorry, the item you selected could not be found."
  44472.     return
  44473. end try
  44474. All Packages
  44475. QuickDraw 3DO
  44476. Dev.CD Jan 96 SSWV
  44477. 6256X
  44478. 2.1.4
  44479. turn just the text that a user would see viewing the document.  For the above example, 
  44480. This is a sample document.
  44481.  would be the only text that is indexed.   
  44482. Text Extractors can also enable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  44483.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  44484. PDF Text Extractor
  44485.  to index and summarize PDF files.  
  44486. J.DemoExtractor
  44487. Headers
  44488. Text Extractors Plug-insK
  44489. Oct 99M
  44490. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Jan 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Jan 00 SDK1
  44491.  - Development Kits
  44492.  - Mac OS
  44493.  - Find By Content (FBC) ExtractorPackages
  44494. Mac OS SDK Edition
  44495. F&DeveloperDocumentation: Mac OS 8 and 9
  44496.     nd documents several managers that extend the object architecture and provide utility functions.
  44497. QuickDraw GX Graphics
  44498. This book shows  
  44499. example
  44500. opengl
  44501. drawsprocket
  44502. integration
  44503. cfcomparator